Home
last modified time | relevance | path

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

/drivers/usb/host/
Duhci-hub.c48 for (port = 0; port < uhci->rh_numports; ++port) { in any_ports_active()
72 for (port = 0; port < uhci->rh_numports; ++port) { in get_hub_status_data()
143 for (port = 0; port < uhci->rh_numports; ++port) { in uhci_check_ports()
264 if (port >= uhci->rh_numports) in uhci_hub_control()
328 if (port >= uhci->rh_numports) in uhci_hub_control()
353 if (port >= uhci->rh_numports) in uhci_hub_control()
412 buf[2] = uhci->rh_numports; in uhci_hub_control()
Duhci-platform.c20 if (!uhci->rh_numports) in uhci_platform_init()
21 uhci->rh_numports = uhci_count_ports(hcd); in uhci_platform_init()
110 uhci->rh_numports = num_ports; in uhci_hcd_platform_probe()
Duhci-pci.c82 for (port = 0; port < uhci->rh_numports; ++port) { in uhci_pci_resume_detect_interrupts_are_broken()
104 for (port = 0; port < uhci->rh_numports; ++port) { in uhci_pci_global_suspend_mode_is_broken()
120 uhci->rh_numports = uhci_count_ports(hcd); in uhci_pci_init()
Duhci-grlib.c44 uhci->rh_numports = uhci_count_ports(hcd); in uhci_grlib_init()
Duhci-hcd.h443 int rh_numports; /* Number of root-hub ports */ member
Duhci-hcd.c139 for (port = 0; port < uhci->rh_numports; ++port) in finish_reset()