Home
last modified time | relevance | path

Searched refs:USB_SPEED_HIGH (Results 1 – 23 of 23) sorted by relevance

/components/drivers/usb/cherryusb/demo/
A Dmtp_template.c151 if (speed == USB_SPEED_HIGH) { in config_descriptor_callback()
169 if (speed == USB_SPEED_HIGH) { in other_speed_config_descriptor_callback()
/components/drivers/usb/cherryusb/port/ehci/
A Dusb_glue_bouffalo.c141 return USB_SPEED_HIGH; in usbh_get_port_speed()
143 return USB_SPEED_HIGH; in usbh_get_port_speed()
A Dusb_glue_nuc980.c60 return USB_SPEED_HIGH; in usbh_get_port_speed()
A Dusb_glue_intel.c52 return USB_SPEED_HIGH; in usbh_get_port_speed()
A Dusb_glue_ma35d0.c114 return USB_SPEED_HIGH; in usbh_get_port_speed()
A Dusb_glue_t113.c177 return USB_SPEED_HIGH; in usbh_get_port_speed()
A Dusb_glue_aic.c138 return USB_SPEED_HIGH; in usbh_get_port_speed()
A Dusb_hc_ehci.c257 case USB_SPEED_HIGH: in ehci_qh_fill()
1167 } else if (usbh_get_port_speed(bus, port) == USB_SPEED_HIGH) { in usbh_roothub_control()
/components/drivers/usb/cherryusb/platform/blackmagic/
A Dbmp_port_cdc_acm.c77 if (speed == USB_SPEED_HIGH) { in config_descriptor_callback()
95 if (speed == USB_SPEED_HIGH) { in other_speed_config_descriptor_callback()
/components/drivers/usb/cherryusb/port/hpmicro/
A Dusb_hc_hpm.c105 return USB_SPEED_HIGH; in usbh_get_port_speed()
A Dusb_dc_hpm.c160 return USB_SPEED_HIGH; in usbd_get_port_speed()
/components/drivers/usb/cherryusb/port/musb/
A Dusb_hc_musb.c323 if (urb->hport->speed == USB_SPEED_HIGH) { in musb_control_urb_init()
349 if (urb->hport->speed == USB_SPEED_HIGH) { in musb_bulk_urb_init()
408 if (urb->hport->speed == USB_SPEED_HIGH) { in musb_intr_urb_init()
484 speed = USB_SPEED_HIGH; in usbh_get_port_speed()
693 } else if (usbh_get_port_speed(bus, port) == USB_SPEED_HIGH) { in usbh_roothub_control()
A Dusb_dc_musb.c387 speed = USB_SPEED_HIGH; in usbd_get_port_speed()
/components/drivers/usb/cherryusb/core/
A Dusbh_core.h50 #define USBH_GET_URB_INTERVAL(interval, speed) (speed < USB_SPEED_HIGH ? (interval * 1000) : ((1 <<…
A Dusbh_core.c351 case USB_SPEED_HIGH: in usbh_get_default_mps()
/components/drivers/usb/cherryusb/port/nxp/
A Dusb_glue_mcx.c423 return USB_SPEED_HIGH; in usbh_get_port_speed()
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_hc_dwc2.c219 return USB_SPEED_HIGH; in usbh_get_port_speed()
965 } else if (usbh_get_port_speed(bus, port) == USB_SPEED_HIGH) { in usbh_roothub_control()
1050 if (urb->hport->speed != USB_SPEED_HIGH && in usbh_submit_urb()
1051 usbh_get_port_speed(bus, 0) == USB_SPEED_HIGH) { in usbh_submit_urb()
A Dusb_dc_dwc2.c664 speed = USB_SPEED_HIGH; in usbd_get_port_speed()
/components/drivers/usb/cherryusb/common/
A Dusb_def.h22 #define USB_SPEED_HIGH 3 /* USB 2.0 */ macro
/components/drivers/usb/cherryusb/port/bouffalolab/
A Dusb_dc_bl.c654 return USB_SPEED_HIGH; in usbd_get_port_speed()
656 return USB_SPEED_HIGH; in usbd_get_port_speed()
/components/drivers/usb/cherryusb/port/chipidea/
A Dusb_dc_chipidea.c526 return USB_SPEED_HIGH; in usbd_get_port_speed()
/components/drivers/usb/cherryusb/class/hub/
A Dusbh_hub.c597 speed = USB_SPEED_HIGH; in usbh_hub_events()
/components/drivers/usb/cherryusb/port/aic/
A Dusb_dc_aic.c757 speed = USB_SPEED_HIGH; in usbd_get_port_speed()

Completed in 46 milliseconds