Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/core/
Dusb.c436 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()
Dgeneric.c220 if (bus_for_each_drv(&usb_bus_type, NULL, udev, __check_for_non_generic_match)) in usb_generic_driver_match()
Dusb.h145 extern const struct bus_type usb_bus_type;
Ddriver.c985 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
Dmessage.c2134 intf->dev.bus = &usb_bus_type; in usb_set_configuration()
Ddevio.c1023 dev = bus_find_device_by_devt(&usb_bus_type, devt); in usbdev_lookup_by_devt()
/linux-6.6.21/Documentation/driver-api/media/
Dv4l2-device.rst96 pci_bus_type is a global. For USB buses use usb_bus_type. */
/linux-6.6.21/Documentation/translations/zh_CN/video4linux/
Dv4l2-framework.txt170 pci_bus_type是全局的. 对于USB总线使用usb_bus_type。 */