Searched defs:bus_type (Results 1 – 4 of 4) sorted by relevance
65 int bus_type; member
613 int bus_type; in readlink() member
3527 int bus_type; in get_subsystem_type() member
6890 struct bus_type { struct6891 const char *name;6892 const char *dev_name;6893 struct device *dev_root;6894 const struct attribute_group **bus_groups;6895 const struct attribute_group **dev_groups;6896 const struct attribute_group **drv_groups;6897 int (*match)(struct device *, struct device_driver *);6898 int (*uevent)(struct device *, struct kobj_uevent_env *);6899 int (*probe)(struct device *);[all …]