Searched defs:bus_type (Results 1 – 2 of 2) sorted by relevance
6636 struct bus_type { struct6637 const char *name;6638 const char *dev_name;6639 const struct attribute_group **bus_groups;6640 const struct attribute_group **dev_groups;6641 const struct attribute_group **drv_groups;6642 int (*match)(struct device *, struct device_driver *);6643 int (*uevent)(const struct device *, struct kobj_uevent_env *);6644 int (*probe)(struct device *);6645 void (*sync_state)(struct device *);[all …]
6245 struct bus_type { struct6246 const char *name;6247 const char *dev_name;6248 const struct attribute_group **bus_groups;6249 const struct attribute_group **dev_groups;6250 const struct attribute_group **drv_groups;6251 int (*match)(struct device *, struct device_driver *);6252 int (*uevent)(const struct device *, struct kobj_uevent_env *);6253 int (*probe)(struct device *);6254 void (*sync_state)(struct device *);[all …]