Searched refs:usb_bus_type (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/usb/core/ |
| H A D | usb.c | 437 dev = bus_find_device(&usb_bus_type, NULL, &argb, __find_interface); in usb_find_interface() 475 return bus_for_each_dev(&usb_bus_type, NULL, &arg, __each_dev); in usb_for_each_dev() 668 dev->dev.bus = &usb_bus_type; in usb_alloc_dev() 1223 retval = bus_register(&usb_bus_type); in usb_init() 1226 retval = bus_register_notifier(&usb_bus_type, &usb_bus_nb); in usb_init() 1258 bus_unregister_notifier(&usb_bus_type, &usb_bus_nb); in usb_init() 1260 bus_unregister(&usb_bus_type); in usb_init() 1284 bus_unregister_notifier(&usb_bus_type, &usb_bus_nb); in usb_exit() 1285 bus_unregister(&usb_bus_type); in usb_exit()
|
| H A D | driver.c | 1002 new_udriver->driver.bus = &usb_bus_type; in usb_register_device_driver() 1017 bus_for_each_dev(&usb_bus_type, NULL, new_udriver, in usb_register_device_driver() 1069 new_driver->driver.bus = &usb_bus_type; in usb_register_driver() 2076 const struct bus_type usb_bus_type = { variable
|
| H A D | message.c | 2195 intf->dev.bus = &usb_bus_type; in usb_set_configuration()
|
| H A D | devio.c | 1026 dev = bus_find_device_by_devt(&usb_bus_type, devt); in usbdev_lookup_by_devt()
|
| /linux/Documentation/driver-api/media/ |
| H A D | v4l2-device.rst | 96 pci_bus_type is a global. For USB buses use usb_bus_type. */
|