Searched refs:nports (Results 1 – 9 of 9) sorted by relevance
26 uint8_t nports; in usbh_roothub_control() local30 nports = CONFIG_USBHOST_MAX_RHPORTS; in usbh_roothub_control()65 if (!port || port > nports) { in usbh_roothub_control()91 if (!port || port > nports) { in usbh_roothub_control()108 if (!port || port > nports) { in usbh_roothub_control()
140 uint8_t nports; in ohci_roothub_control() local144 nports = g_ohci_hcd[bus->hcd.hcd_id].n_ports; in ohci_roothub_control()180 if (!port || port > nports) { in ohci_roothub_control()228 if (!port || port > nports) { in ohci_roothub_control()255 if (!port || port > nports) { in ohci_roothub_control()
361 hub->nports = hub->hub_ss_desc.bNbrPorts; in usbh_hub_connect()371 hub->nports = hub->hub_desc.bNbrPorts; in usbh_hub_connect()376 for (uint8_t port = 0; port < hub->nports; port++) { in usbh_hub_connect()395 for (uint8_t port = 0; port < hub->nports; port++) { in usbh_hub_connect()404 for (uint8_t port = 0; port < hub->nports; port++) { in usbh_hub_connect()444 for (uint8_t port = 0; port < hub->nports; port++) { in usbh_hub_disconnect()481 for (uint8_t port = 0; port < hub->nports; port++) { in usbh_hub_events()688 hub->nports = CONFIG_USBHOST_MAX_RHPORTS; in usbh_hub_initialize()714 for (uint8_t port = 0; port < hub->nports; port++) { in usbh_hub_deinitialize()
382 uint8_t nports; in usbh_roothub_control() local386 nports = CONFIG_USBHOST_MAX_RHPORTS; in usbh_roothub_control()421 if (!port || port > nports) { in usbh_roothub_control()448 if (!port || port > nports) { in usbh_roothub_control()465 if (!port || port > nports) { in usbh_roothub_control()
794 for (uint8_t port = 0; port < hub->nports; port++) { in usbh_list_all_interface_name()825 for (uint8_t port = 0; port < hub->nports; port++) { in usbh_list_all_interface_driver()859 for (uint8_t port = 0; port < hub->nports; port++) { in usbh_list_all_interface_desc()899 for (uint8_t port = 0; port < hub->nports; port++) { in usbh_list_all_hubport()1006 hub->nports); in lsusb()
130 uint8_t nports; member
592 uint8_t nports; in usbh_roothub_control() local596 nports = CONFIG_USBHOST_MAX_RHPORTS; in usbh_roothub_control()631 if (!port || port > nports) { in usbh_roothub_control()658 if (!port || port > nports) { in usbh_roothub_control()676 if (!port || port > nports) { in usbh_roothub_control()
999 uint8_t nports; in usbh_roothub_control() local1003 nports = g_ehci_hcd[bus->hcd.hcd_id].n_ports; in usbh_roothub_control()1056 if (!port || port > nports) { in usbh_roothub_control()1101 if (!port || port > nports) { in usbh_roothub_control()1143 if (!port || port > nports) { in usbh_roothub_control()
855 uint8_t nports; in usbh_roothub_control() local859 nports = CONFIG_USBHOST_MAX_RHPORTS; in usbh_roothub_control()894 if (!port || port > nports) { in usbh_roothub_control()924 if (!port || port > nports) { in usbh_roothub_control()942 if (!port || port > nports) { in usbh_roothub_control()
Completed in 22 milliseconds