Home
last modified time | relevance | path

Searched defs:device_private (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h79932 struct device_private { struct
79933 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 …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h89674 struct device_private { struct
89675 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 …]