Searched defs:device_private (Results 1 – 2 of 2) sorted by relevance
79932 struct device_private { struct79933 struct klist klist_children;79934 struct klist_node knode_parent;79935 struct klist_node knode_driver;79936 struct klist_node knode_bus;79937 struct klist_node knode_class;79938 struct list_head deferred_probe;79939 struct device_driver *async_driver;79940 char *deferred_probe_reason;79941 struct device *device;[all …]
89674 struct device_private { struct89675 struct klist klist_children;89676 struct klist_node knode_parent;89677 struct klist_node knode_driver;89678 struct klist_node knode_bus;89679 struct klist_node knode_class;89680 struct list_head deferred_probe;89681 struct device_driver *async_driver;89682 char *deferred_probe_reason;89683 struct device *device;[all …]