Searched defs:root_hub (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/core/
H A Dusb.c374 unsigned root_hub = 0; local
422 root_hub = 1;
459 if (root_hub) /* Root hub always ok [and always wired] */
/drivers/usb/host/
H A Dr8a66597.h121 struct r8a66597_root_hub root_hub[R8A66597_MAX_ROOT_HUB]; member in struct:r8a66597
H A Dr8a66597-hcd.c375 r8a66597->root_hub[dev->root_port].dev = dev;
445 if (r8a66597->root_hub[port].dev == dev) {
446 r8a66597->root_hub[port].dev = NULL;
1016 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port];
1060 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port];
1075 struct r8a66597_device *dev = r8a66597->root_hub[port].dev;
1706 struct r8a66597_root_hub *rh = &r8a66597->root_hub[port];
2069 struct usb_device *root_hub,
2111 if (!bus->root_hub)
2117 collect_usb_address_map(bus->root_hub, now_ma
2068 update_usb_address_map(struct r8a66597 *r8a66597, struct usb_device *root_hub, unsigned long *map) argument
[all...]

Completed in 82 milliseconds