usb_bus_type     1001 drivers/usb/core/devio.c 	dev = bus_find_device_by_devt(&usb_bus_type, devt);
usb_bus_type      891 drivers/usb/core/driver.c 	new_udriver->drvwrap.driver.bus = &usb_bus_type;
usb_bus_type      953 drivers/usb/core/driver.c 	new_driver->drvwrap.driver.bus = &usb_bus_type;
usb_bus_type     1922 drivers/usb/core/driver.c struct bus_type usb_bus_type = {
usb_bus_type     1952 drivers/usb/core/message.c 		intf->dev.bus = &usb_bus_type;
usb_bus_type      361 drivers/usb/core/usb.c 	dev = bus_find_device(&usb_bus_type, NULL, &argb, __find_interface);
usb_bus_type      399 drivers/usb/core/usb.c 	return bus_for_each_dev(&usb_bus_type, NULL, &arg, __each_dev);
usb_bus_type      600 drivers/usb/core/usb.c 	dev->dev.bus = &usb_bus_type;
usb_bus_type      994 drivers/usb/core/usb.c 	retval = bus_register(&usb_bus_type);
usb_bus_type      997 drivers/usb/core/usb.c 	retval = bus_register_notifier(&usb_bus_type, &usb_bus_nb);
usb_bus_type     1024 drivers/usb/core/usb.c 	bus_unregister_notifier(&usb_bus_type, &usb_bus_nb);
usb_bus_type     1026 drivers/usb/core/usb.c 	bus_unregister(&usb_bus_type);
usb_bus_type     1049 drivers/usb/core/usb.c 	bus_unregister_notifier(&usb_bus_type, &usb_bus_nb);
usb_bus_type     1050 drivers/usb/core/usb.c 	bus_unregister(&usb_bus_type);
usb_bus_type      134 drivers/usb/core/usb.h extern struct bus_type usb_bus_type;
usb_bus_type     1249 include/linux/usb.h extern struct bus_type usb_bus_type;