Searched defs:device_private (Results 1 – 7 of 7) sorted by relevance
67790 struct device_private { struct67791 struct klist klist_children;67792 struct klist_node knode_parent;67793 struct klist_node knode_driver;67794 struct klist_node knode_bus;67795 struct klist_node knode_class;67796 struct list_head deferred_probe;67797 struct device_driver *async_driver;67798 char *deferred_probe_reason;67799 struct device *device;[all …]
99124 struct device_private { struct99125 struct klist klist_children;99126 struct klist_node knode_parent;99127 struct klist_node knode_driver;99128 struct klist_node knode_bus;99129 struct klist_node knode_class;99130 struct list_head deferred_probe;99131 struct device_driver *async_driver;99132 char *deferred_probe_reason;99133 struct device *device;[all …]
82670 struct device_private { struct82671 struct klist klist_children;82672 struct klist_node knode_parent;82673 struct klist_node knode_driver;82674 struct klist_node knode_bus;82675 struct klist_node knode_class;82676 struct list_head deferred_probe;82677 struct device_driver *async_driver;82678 char *deferred_probe_reason;82679 struct device *device;[all …]
81335 struct device_private { struct81336 struct klist klist_children;81337 struct klist_node knode_parent;81338 struct klist_node knode_driver;81339 struct klist_node knode_bus;81340 struct klist_node knode_class;81341 struct list_head deferred_probe;81342 struct device_driver *async_driver;81343 struct device *device;81344 u8 dead: 1;