Searched refs:usb_bus_type (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dusb.c203 dev = bus_find_device(&usb_bus_type, NULL, &argb, __find_interface);
387 dev->dev.bus = &usb_bus_type;
820 retval = bus_register(&usb_bus_type);
823 retval = bus_register_notifier(&usb_bus_type, &usb_bus_nb);
855 bus_unregister_notifier(&usb_bus_type, &usb_bus_nb);
857 bus_unregister(&usb_bus_type);
879 bus_unregister_notifier(&usb_bus_type, &usb_bus_nb);
880 bus_unregister(&usb_bus_type);
H A Dusb.h98 extern struct bus_type usb_bus_type;
H A Ddriver.c829 new_udriver->drvwrap.driver.bus = &usb_bus_type;
892 new_driver->drvwrap.driver.bus = &usb_bus_type;
1830 struct bus_type usb_bus_type = { variable in typeref:struct:bus_type
H A Dmessage.c1795 intf->dev.bus = &usb_bus_type;
H A Ddevio.c646 dev = bus_find_device(&usb_bus_type, NULL,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dusb.h842 extern struct bus_type usb_bus_type;

Completed in 74 milliseconds