Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/core/
Dusb.c359 dev = bus_find_device(&usb_bus_type, NULL, &argb, __find_interface); in usb_find_interface()
397 return bus_for_each_dev(&usb_bus_type, NULL, &arg, __each_dev); in usb_for_each_dev()
599 dev->dev.bus = &usb_bus_type; in usb_alloc_dev()
1019 retval = bus_register(&usb_bus_type); in usb_init()
1022 retval = bus_register_notifier(&usb_bus_type, &usb_bus_nb); in usb_init()
1049 bus_unregister_notifier(&usb_bus_type, &usb_bus_nb); in usb_init()
1051 bus_unregister(&usb_bus_type); in usb_init()
1074 bus_unregister_notifier(&usb_bus_type, &usb_bus_nb); in usb_exit()
1075 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.h144 extern 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 struct bus_type usb_bus_type = { variable
Dmessage.c2098 intf->dev.bus = &usb_bus_type; in usb_set_configuration()
Ddevio.c1014 dev = bus_find_device_by_devt(&usb_bus_type, devt); in usbdev_lookup_by_devt()
/linux-6.1.9/Documentation/driver-api/media/
Dv4l2-device.rst96 pci_bus_type is a global. For USB buses use usb_bus_type. */
/linux-6.1.9/Documentation/translations/zh_CN/video4linux/
Dv4l2-framework.txt170 pci_bus_type是全局的. 对于USB总线使用usb_bus_type。 */