Home
last modified time | relevance | path

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

/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_ehci.c1021 if (speed == USB_SPEED_HIGH) in USB_HostBandwidthComputeTime()
1042 if (speed == USB_SPEED_HIGH) in USB_HostBandwidthComputeTime()
1342 if (deviceInfo == USB_SPEED_HIGH) in USB_HostBandwidthHsHostAllocateIso()
1567 if (deviceInfo == USB_SPEED_HIGH) in USB_HostBandwidthHsHostAllocateInterrupt()
2377 if (speed != USB_SPEED_HIGH) in USB_HostEhciQhInit()
2390 if (speed == USB_SPEED_HIGH) in USB_HostEhciQhInit()
2399 if (speed != USB_SPEED_HIGH) in USB_HostEhciQhInit()
3242 if (speed == USB_SPEED_HIGH) in USB_HostEhciCloseIso()
3403 if (speed == USB_SPEED_HIGH) in USB_HostEhciCancelPipe()
4283 if (speed == USB_SPEED_HIGH) in USB_HostEhciOpenPipe()
[all …]
A Dusb_host_devices.c1033 if ((speed != USB_SPEED_HIGH) && (level > 1)) in USB_HostAttachDevice()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_ehci.c999 if (speed == USB_SPEED_HIGH) in USB_HostBandwidthComputeTime()
1021 if (speed == USB_SPEED_HIGH) in USB_HostBandwidthComputeTime()
1339 if (deviceInfo == USB_SPEED_HIGH) in USB_HostBandwidthHsHostAllocateIso()
1570 if (deviceInfo == USB_SPEED_HIGH) in USB_HostBandwidthHsHostAllocateInterrupt()
2406 if (speed != USB_SPEED_HIGH) in USB_HostEhciQhInit()
2419 if (speed == USB_SPEED_HIGH) in USB_HostEhciQhInit()
2428 if (speed != USB_SPEED_HIGH) in USB_HostEhciQhInit()
3338 if (speed == USB_SPEED_HIGH) in USB_HostEhciCloseIso()
3500 if (speed == USB_SPEED_HIGH) in USB_HostEhciCancelPipe()
4510 if (speed == USB_SPEED_HIGH) in USB_HostEhciOpenPipe()
[all …]
A Dusb_host_devices.c1117 if ((speed != USB_SPEED_HIGH) && (level > 1U)) in USB_HostAttachDevice()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Durb.c249 if (dev->speed == USB_SPEED_HIGH) in usb_submit_urb()
357 case USB_SPEED_HIGH: /* units are microframes */ in usb_submit_urb()
A Dusb_gen_hub.c425 udev->speed = USB_SPEED_HIGH; in hub_port_wait_reset()
693 case USB_SPEED_HIGH: /* fixed at 64 */ in hub_port_init()
717 (udev->speed == USB_SPEED_HIGH ? "high" : "???"))), in hub_port_init()
727 else if (udev->speed != USB_SPEED_HIGH in hub_port_init()
728 && hdev->speed == USB_SPEED_HIGH) in hub_port_init()
2738 if (hdev->speed == USB_SPEED_HIGH) in hub_disconnect()
2888 if (hdev->speed == USB_SPEED_HIGH) in hub_probe()
A Dusb_gen_hcd.c558 … rh_dev->speed = (hcd->driver->flags & HC_DRIVER_FLAG_HCD_USB2) ? USB_SPEED_HIGH : USB_SPEED_FULL; in usb_add_hc_gen_dev()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/driver/Source/
A Ddrv_usbd_int.c50 [DSTAT_EM_HS_PHY_30MHZ_60MHZ] = (uint8_t)USB_SPEED_HIGH,
395 if (USB_SPEED[enum_speed] == (uint8_t)USB_SPEED_HIGH) { in usbd_int_enumfinish()
396 udev->bp.core_speed = (uint8_t)USB_SPEED_HIGH; in usbd_int_enumfinish()
/bsp/nxp/imx/imx6ull-smart/drivers/usb/include/
A Dusb_spec.h41 #define USB_SPEED_HIGH (0x02U) macro
/bsp/nxp/imx/imxrt/libraries/drivers/usb/include/
A Dusb_spec.h41 #define USB_SPEED_HIGH (0x02U) macro
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/
A Dbflb_usb_v2.c132 return USB_SPEED_HIGH; in usbh_get_port_speed()
134 return USB_SPEED_HIGH; in usbh_get_port_speed()
640 return USB_SPEED_HIGH; in usbd_get_port_speed()
642 return USB_SPEED_HIGH; in usbd_get_port_speed()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dch9.h542 USB_SPEED_HIGH, /* usb 2.0 */ enumerator
A Dusb_host_common.h420 if (dev->speed == USB_SPEED_HIGH) in usb_fill_int_urb()
A Dusb.h1516 if (dev->speed == USB_SPEED_HIGH || dev->speed >= USB_SPEED_SUPER) { in usb_fill_int_urb()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci-q.c897 if (urb->dev->speed == USB_SPEED_HIGH) { in qh_make()
994 case USB_SPEED_HIGH: /* no TT involved */ in qh_make()
A Dehci-hcd.c925 if (urb->dev->speed == USB_SPEED_HIGH) in ehci_urb_enqueue()
A Dehci-sched.c1063 if (dev->speed == USB_SPEED_HIGH) { in iso_stream_init()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/driver/Include/
A Ddrv_usb_regs.h68 USB_SPEED_HIGH, /*!< USB speed high */ enumerator
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Class/
A Duvc_video.c195 if (stream->dev->pusb_dev->speed == USB_SPEED_HIGH) in uvc_fixup_video_ctrl()
/bsp/nxp/imx/imx6ull-smart/drivers/usb/device/
A Dusb_device_ehci.c779 ehciState->speed = USB_SPEED_HIGH; in USB_DeviceEhciInterruptPortChange()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/device/
A Dusb_device_ehci.c772 ehciState->speed = USB_SPEED_HIGH; in USB_DeviceEhciInterruptPortChange()

Completed in 99 milliseconds