Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
A 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()
645 dev->dev.bus = &usb_bus_type; in usb_alloc_dev()
1057 retval = bus_register(&usb_bus_type); in usb_init()
1060 retval = bus_register_notifier(&usb_bus_type, &usb_bus_nb); in usb_init()
1087 bus_unregister_notifier(&usb_bus_type, &usb_bus_nb); in usb_init()
1089 bus_unregister(&usb_bus_type); in usb_init()
1112 bus_unregister_notifier(&usb_bus_type, &usb_bus_nb); in usb_exit()
1113 bus_unregister(&usb_bus_type); in usb_exit()
A Dgeneric.c220 if (bus_for_each_drv(&usb_bus_type, NULL, udev, __check_for_non_generic_match)) in usb_generic_driver_match()
A Dusb.h144 extern struct bus_type usb_bus_type;
A Ddriver.c984 new_udriver->drvwrap.driver.bus = &usb_bus_type; in usb_register_device_driver()
999 bus_for_each_dev(&usb_bus_type, NULL, new_udriver, in usb_register_device_driver()
1052 new_driver->drvwrap.driver.bus = &usb_bus_type; in usb_register_driver()
2026 struct bus_type usb_bus_type = { variable
A Dmessage.c2098 intf->dev.bus = &usb_bus_type; in usb_set_configuration()
A Ddevio.c1002 dev = bus_find_device_by_devt(&usb_bus_type, devt); in usbdev_lookup_by_devt()
/linux/Documentation/driver-api/media/
A Dv4l2-device.rst96 pci_bus_type is a global. For USB buses use usb_bus_type. */
/linux/Documentation/translations/zh_CN/video4linux/
A Dv4l2-framework.txt170 pci_bus_type是全局的. 对于USB总线使用usb_bus_type。 */
/linux/
A DSystem.map157075 ffff800012082498 D usb_bus_type
A D.tmp_System.map157075 ffff800012082498 D usb_bus_type

Completed in 1110 milliseconds