Home
last modified time | relevance | path

Searched refs:rh_numports (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Duhci-hub.c47 for (port = 0; port < uhci->rh_numports; ++port) { in any_ports_active()
71 for (port = 0; port < uhci->rh_numports; ++port) { in get_hub_status_data()
142 for (port = 0; port < uhci->rh_numports; ++port) { in uhci_check_ports()
263 if (port >= uhci->rh_numports) in uhci_hub_control()
327 if (port >= uhci->rh_numports) in uhci_hub_control()
352 if (port >= uhci->rh_numports) in uhci_hub_control()
411 buf[2] = uhci->rh_numports; in uhci_hub_control()
Duhci-pci.c81 for (port = 0; port < uhci->rh_numports; ++port) { in uhci_pci_resume_detect_interrupts_are_broken()
103 for (port = 0; port < uhci->rh_numports; ++port) { in uhci_pci_global_suspend_mode_is_broken()
119 uhci->rh_numports = uhci_count_ports(hcd); in uhci_pci_init()
Duhci-platform.c18 uhci->rh_numports = uhci_count_ports(hcd); in uhci_platform_init()
Duhci-grlib.c43 uhci->rh_numports = uhci_count_ports(hcd); in uhci_grlib_init()
Duhci-hcd.h438 int rh_numports; /* Number of root-hub ports */ member
Duhci-hcd.c138 for (port = 0; port < uhci->rh_numports; ++port) in finish_reset()