Home
last modified time | relevance | path

Searched refs:usb_bus_type (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSB.c140 &usb_bus_type,
497 new_driver->driver.bus = &usb_bus_type; in usb_register()
3346 usb_generic_driver.bus = &usb_bus_type; in usb_new_device()
3349 dev->dev.bus = &usb_bus_type; in usb_new_device()
3838 interface->dev.bus = &usb_bus_type; in usb_new_device()
4297 struct bus_type usb_bus_type = { variable
4299 {&usb_bus_type.drivers_list,&usb_bus_type.drivers_list},
4300 {&usb_bus_type.devices_list,&usb_bus_type.devices_list},
4368 bus_register(&usb_bus_type); in usb_init()
4429 bus_unregister(&usb_bus_type);
H A DdrvKernel.c87 extern struct bus_type usb_bus_type;
264 INIT_LIST_HEAD(&usb_bus_type.devices_list); in init_sys()
265 INIT_LIST_HEAD(&usb_bus_type.drivers_list); in init_sys()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUSB.c122 &usb_bus_type,
267 n_driver->driver.bus = &usb_bus_type; in ms_usb_register()
598 ms_usb_generic_driver.bus = &usb_bus_type; in ms_usb_new_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()
842 struct ms_bus_type usb_bus_type = { variable
843 {&usb_bus_type.drivers_list,&usb_bus_type.drivers_list},
844 {&usb_bus_type.devices_list,&usb_bus_type.devices_list},
H A DdrvKernel.c88 extern struct ms_bus_type usb_bus_type;
185 ms_list_init(&usb_bus_type.devices_list); in ms_init_sys()
186 ms_list_init(&usb_bus_type.drivers_list); in ms_init_sys()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSBHost.h257 extern struct ms_bus_type usb_bus_type;
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h379 extern struct bus_type usb_bus_type;