Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/core/
Dusb.c360 dev = bus_find_device(&usb_bus_type, NULL, &argb, __find_interface); in usb_find_interface()
398 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()
1013 retval = bus_register(&usb_bus_type); in usb_init()
1016 retval = bus_register_notifier(&usb_bus_type, &usb_bus_nb); in usb_init()
1043 bus_unregister_notifier(&usb_bus_type, &usb_bus_nb); in usb_init()
1045 bus_unregister(&usb_bus_type); in usb_init()
1068 bus_unregister_notifier(&usb_bus_type, &usb_bus_nb); in usb_exit()
1069 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.c988 new_udriver->drvwrap.driver.bus = &usb_bus_type; in usb_register_device_driver()
1003 bus_for_each_dev(&usb_bus_type, NULL, new_udriver, in usb_register_device_driver()
1056 new_driver->drvwrap.driver.bus = &usb_bus_type; in usb_register_driver()
2030 struct bus_type usb_bus_type = { variable
Dmessage.c2093 intf->dev.bus = &usb_bus_type; in usb_set_configuration()
Ddevio.c1001 dev = bus_find_device_by_devt(&usb_bus_type, devt); in usbdev_lookup_by_devt()
/kernel/linux/linux-5.10/Documentation/driver-api/media/
Dv4l2-device.rst96 pci_bus_type is a global. For USB buses use usb_bus_type. */
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/video4linux/
Dv4l2-framework.txt170 pci_bus_type是全局的. 对于USB总线使用usb_bus_type。 */
/kernel/linux/linux-5.10/include/linux/
Dusb.h1262 extern struct bus_type usb_bus_type;