Searched refs:usb_bus_type (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/drivers/usb/core/ |
D | usb.c | 436 dev = bus_find_device(&usb_bus_type, NULL, &argb, __find_interface); in usb_find_interface() 474 return bus_for_each_dev(&usb_bus_type, NULL, &arg, __each_dev); in usb_for_each_dev() 667 dev->dev.bus = &usb_bus_type; in usb_alloc_dev() 1083 retval = bus_register(&usb_bus_type); in usb_init() 1086 retval = bus_register_notifier(&usb_bus_type, &usb_bus_nb); in usb_init() 1118 bus_unregister_notifier(&usb_bus_type, &usb_bus_nb); in usb_init() 1120 bus_unregister(&usb_bus_type); in usb_init() 1144 bus_unregister_notifier(&usb_bus_type, &usb_bus_nb); in usb_exit() 1145 bus_unregister(&usb_bus_type); in usb_exit()
|
D | generic.c | 220 if (bus_for_each_drv(&usb_bus_type, NULL, udev, __check_for_non_generic_match)) in usb_generic_driver_match()
|
D | usb.h | 145 extern const struct bus_type usb_bus_type;
|
D | driver.c | 985 new_udriver->drvwrap.driver.bus = &usb_bus_type; in usb_register_device_driver() 1000 bus_for_each_dev(&usb_bus_type, NULL, new_udriver, in usb_register_device_driver() 1053 new_driver->drvwrap.driver.bus = &usb_bus_type; in usb_register_driver() 2028 const struct bus_type usb_bus_type = { variable
|
D | message.c | 2134 intf->dev.bus = &usb_bus_type; in usb_set_configuration()
|
D | devio.c | 1023 dev = bus_find_device_by_devt(&usb_bus_type, devt); in usbdev_lookup_by_devt()
|
/linux-6.6.21/Documentation/driver-api/media/ |
D | v4l2-device.rst | 96 pci_bus_type is a global. For USB buses use usb_bus_type. */
|
/linux-6.6.21/Documentation/translations/zh_CN/video4linux/ |
D | v4l2-framework.txt | 170 pci_bus_type是全局的. 对于USB总线使用usb_bus_type。 */
|