Searched defs:bus_type (Results 1 – 3 of 3) sorted by relevance
217 struct bus_type { struct218 char name[24];220 struct list_head drivers_list;221 struct list_head devices_list;246 extern int bus_register(struct bus_type * bus); argument
118 struct ms_bus_type * bus_type; // type of device bus member
181 __u32 bus_type:8; member