Searched refs:bus_type (Results 1 – 12 of 12) sorted by relevance
100 struct bus_type * bus;128 struct bus_type * bus; /* type of bus device is on */217 struct bus_type { struct246 extern int bus_register(struct bus_type * bus); argument250 extern void bus_unregister(struct bus_type * bus);
103 extern struct bus_type CPE_AMBA_bus_type;104 extern struct bus_type CPE_AMBA_bus_type_Port2;105 extern struct bus_type CPE_AMBA_bus_type_EX;
379 extern struct bus_type usb_bus_type;
114 if (ms_gdev->bus_type->match_func(ms_gdev,ms_drv)) in ms_bus_match()142 struct ms_bus_type * ms_bus = ms_gdev->bus_type; in ms_device_attach()248 if (ms_gdev->bus_type) in ms_bus_add_device()251 ms_insert_list_before(&ms_gdev->bus_list,&ms_gdev->bus_type->devices_list); in ms_bus_add_device()266 if (ms_gdev->bus_type) in ms_bus_remove_device()
601 pUdev->dev.bus_type = &usb_bus_type; in ms_usb_new_device()791 iface->dev.bus_type = &usb_bus_type; in ms_usb_new_device()
121 struct bus_type * bus = dev->bus; in device_attach()147 struct bus_type * bus = drv->bus; in driver_attach()221 struct bus_type * bus = drv->bus; in bus_add_driver()245 int bus_register(struct bus_type * bus) in bus_register()253 void bus_unregister(struct bus_type * bus) in bus_unregister()
97 struct bus_type CPE_AMBA_bus_type = {116 struct bus_type CPE_AMBA_bus_type_Port2 = {140 struct bus_type CPE_AMBA_bus_type_EX = {
87 extern struct bus_type usb_bus_type;
137 extern struct bus_type CPE_AMBA_bus_type_Port2;
4297 struct bus_type usb_bus_type = {
118 struct ms_bus_type * bus_type; // type of device bus member
181 __u32 bus_type:8; member