Home
last modified time | relevance | path

Searched refs:nports (Results 1 – 9 of 9) sorted by relevance

/components/drivers/usb/cherryusb/port/template/
A Dusb_hc.c26 uint8_t nports; in usbh_roothub_control() local
30 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()
/components/drivers/usb/cherryusb/port/ohci/
A Dusb_hc_ohci.c140 uint8_t nports; in ohci_roothub_control() local
144 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()
/components/drivers/usb/cherryusb/class/hub/
A Dusbh_hub.c361 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()
/components/drivers/usb/cherryusb/port/rp2040/
A Dusb_hc_rp2040.c382 uint8_t nports; in usbh_roothub_control() local
386 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()
/components/drivers/usb/cherryusb/core/
A Dusbh_core.c794 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()
A Dusbh_core.h130 uint8_t nports; member
/components/drivers/usb/cherryusb/port/musb/
A Dusb_hc_musb.c592 uint8_t nports; in usbh_roothub_control() local
596 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()
/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.c999 uint8_t nports; in usbh_roothub_control() local
1003 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()
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_hc_dwc2.c855 uint8_t nports; in usbh_roothub_control() local
859 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