Get Started. It's Free
or sign up with your email address
Topic by Mind Map: Topic

1. struct device_private

1.1. klist_node knode_bus

1.1.1. void *n_klist

1.1.2. struct list_head n_node

1.1.2.1. struct list_head *next

1.2. struct device *device

2. struct subsys_private

2.1. kset *devices_kset

2.1.1. list_head list

2.1.1.1. list_head next (dummy way)

2.2. klist klist_devices

2.2.1. list_head k_list

2.2.1.1. list_head *next

3. pci_bus_type

3.1. subsys_private *p

4. struct device_private

4.1. klist_node knode_bus

4.1.1. void *n_klist

4.1.2. struct list_head n_node

4.1.2.1. struct list_head *next

4.2. struct device *device

5. struct pci_dev

5.1. unsigned int class

5.2. struct resource resource[DEVICE_COUNT_RESOURCE]

5.3. struct device

6. struct resource

6.1. resource_size_t start

6.2. resource_size_t end

6.3. const char *name

6.4. struct resource *sibling