Home
last modified time | relevance | path

Searched refs:USB_SPEED_LOW (Results 1 – 16 of 16) sorted by relevance

/components/drivers/usb/cherryusb/port/hpmicro/
A Dusb_hc_hpm.c102 return USB_SPEED_LOW; in usbh_get_port_speed()
A Dusb_dc_hpm.c157 return USB_SPEED_LOW; in usbd_get_port_speed()
/components/drivers/usb/cherryusb/port/ehci/
A Dusb_glue_t113.c174 return USB_SPEED_LOW; in usbh_get_port_speed()
A Dusb_glue_bouffalo.c139 return USB_SPEED_LOW; in usbh_get_port_speed()
A Dusb_hc_ehci.c234 case USB_SPEED_LOW: in ehci_qh_fill()
1165 if (usbh_get_port_speed(bus, port) == USB_SPEED_LOW) { in usbh_roothub_control()
/components/drivers/usb/cherryusb/port/musb/
A Dusb_hc_musb.c327 } else if (urb->hport->speed == USB_SPEED_LOW) { in musb_control_urb_init()
353 } else if (urb->hport->speed == USB_SPEED_LOW) { in musb_bulk_urb_init()
412 } else if (urb->hport->speed == USB_SPEED_LOW) { in musb_intr_urb_init()
488 speed = USB_SPEED_LOW; in usbh_get_port_speed()
691 if (usbh_get_port_speed(bus, port) == USB_SPEED_LOW) { in usbh_roothub_control()
A Dusb_dc_musb.c391 speed = USB_SPEED_LOW; in usbd_get_port_speed()
/components/drivers/usb/cherryusb/port/rp2040/
A Dusb_hc_rp2040.c130 if ((usbh_get_port_speed() == USB_SPEED_FULL) && (speed == USB_SPEED_LOW)) { in rp2040_init_endpoint()
225 if ((usbh_get_port_speed() == USB_SPEED_FULL) && (speed == USB_SPEED_LOW)) { in rp2040_control_transfer_start()
480 if (usbh_get_port_speed() == USB_SPEED_LOW) { in usbh_roothub_control()
/components/drivers/usb/cherryusb/port/nxp/
A Dusb_glue_mcx.c419 return USB_SPEED_LOW; in usbh_get_port_speed()
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_hc_dwc2.c223 return USB_SPEED_LOW; in usbh_get_port_speed()
252 if ((speed == USB_SPEED_LOW) && (usbh_get_port_speed(bus, 0) != USB_SPEED_LOW)) { in dwc2_chan_char_init()
963 if (usbh_get_port_speed(bus, port) == USB_SPEED_LOW) { in usbh_roothub_control()
/components/drivers/usb/cherryusb/common/
A Dusb_def.h20 #define USB_SPEED_LOW 1 /* USB 1.1 */ macro
/components/drivers/usb/cherryusb/port/chipidea/
A Dusb_dc_chipidea.c523 return USB_SPEED_LOW; in usbd_get_port_speed()
/components/drivers/usb/cherryusb/class/hub/
A Dusbh_hub.c599 speed = USB_SPEED_LOW; in usbh_hub_events()
/components/drivers/usb/cherryusb/port/bouffalolab/
A Dusb_dc_bl.c652 return USB_SPEED_LOW; in usbd_get_port_speed()
/components/drivers/usb/cherryusb/core/
A Dusbh_core.c348 case USB_SPEED_LOW: /* For low speed, we use 8 bytes */ in usbh_get_default_mps()
/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_rtl8152.c1645 tp->hport->speed == USB_SPEED_LOW) { in r8152b_exit_oob()

Completed in 37 milliseconds