Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h5883 struct bus_type { struct
5884 const char *name;
5885 const char *dev_name;
5886 struct device *dev_root;
5887 const struct attribute_group **bus_groups;
5888 const struct attribute_group **dev_groups;
5889 const struct attribute_group **drv_groups;
5890 int (*match)(struct device *, struct device_driver *);
5891 int (*uevent)(struct device *, struct kobj_uevent_env *);
5892 int (*probe)(struct device *);
[all …]