/openbmc/u-boot/drivers/usb/common/ |
H A D | common.c | 44 [USB_SPEED_LOW] = "low-speed",
|
/openbmc/u-boot/drivers/usb/emul/ |
H A D | sandbox_hub.c | 142 *speed = USB_SPEED_LOW; in hub_find_device() 179 if (speed == USB_SPEED_LOW) in clrset_post_state()
|
/openbmc/linux/tools/usb/ |
H A D | testusb.c | 98 USB_SPEED_LOW, USB_SPEED_FULL, /* usb 1.1 */ enumerator 111 case USB_SPEED_LOW: return "low"; in speed()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci-mem.c | 780 case USB_SPEED_LOW: in xhci_setup_addressable_virt_dev() 790 if (speed == USB_SPEED_LOW || speed == USB_SPEED_FULL) { in xhci_setup_addressable_virt_dev() 837 case USB_SPEED_LOW: in xhci_setup_addressable_virt_dev()
|
H A D | ehci-hcd.c | 279 if (speed == USB_SPEED_LOW) in ehci_encode_speed() 290 if (udev->speed != USB_SPEED_LOW && udev->speed != USB_SPEED_FULL) in ehci_update_endpt2_dev_n_port() 1318 if (dev->speed == USB_SPEED_LOW || in _ehci_create_int_queue()
|
/openbmc/linux/tools/usb/usbip/libsrc/ |
H A D | usbip_device_driver.c | 41 .speed = USB_SPEED_LOW,
|
H A D | usbip_common.c | 27 { USB_SPEED_LOW, "1.5", "Low Speed(1.5Mbps)" },
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_uboot.c | 207 USB_SPEED_FULL : USB_SPEED_LOW; in _musb_reset_root_port() 208 mdelay((host->host_speed == USB_SPEED_LOW) ? 200 : 50); in _musb_reset_root_port()
|
/openbmc/qemu/include/hw/ |
H A D | usb.h | 55 #define USB_SPEED_LOW 0 macro 60 #define USB_SPEED_MASK_LOW (1 << USB_SPEED_LOW)
|
/openbmc/linux/sound/usb/ |
H A D | card.c | 204 if (snd_usb_get_speed(dev) == USB_SPEED_LOW) { in snd_usb_create_stream() 579 case USB_SPEED_LOW: in usb_audio_make_longname() 616 case USB_SPEED_LOW: in snd_usb_audio_create()
|
/openbmc/linux/drivers/usb/common/ |
H A D | common.c | 71 [USB_SPEED_LOW] = "low-speed",
|
/openbmc/linux/drivers/usb/renesas_usbhs/ |
H A D | common.c | 205 return USB_SPEED_LOW; in usbhs_bus_get_speed() 250 case USB_SPEED_LOW: in usbhs_set_device_config()
|
/openbmc/linux/drivers/media/usb/stk1160/ |
H A D | stk1160-core.c | 220 case USB_SPEED_LOW: in stk1160_scan_usb()
|
/openbmc/linux/drivers/usb/host/ |
H A D | uhci-q.c | 806 if (urb->dev->speed == USB_SPEED_LOW) in uhci_submit_control() 895 if (urb->dev->speed == USB_SPEED_LOW || in uhci_submit_control() 940 if (urb->dev->speed == USB_SPEED_LOW) in uhci_submit_common() 1062 if (urb->dev->speed == USB_SPEED_LOW) in uhci_submit_bulk()
|
H A D | isp116x-hcd.c | 277 | PTD_SPD(urb->dev->speed == USB_SPEED_LOW) in preproc_atl_queue() 521 byte_time = speed == USB_SPEED_LOW in start_atl_transfers() 533 len = min(len, speed == USB_SPEED_LOW ? in start_atl_transfers()
|
/openbmc/linux/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_cmd.c | 185 case USB_SPEED_LOW: in bdc_config_ep()
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | dwc3-qcom.c | 377 if (qcom->usb2_speed == USB_SPEED_LOW) { in dwc3_qcom_disable_interrupts() 403 if (qcom->usb2_speed == USB_SPEED_LOW) { in dwc3_qcom_enable_interrupts()
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | vudc_transfer.c | 28 case USB_SPEED_LOW: in get_frame_limit()
|
H A D | vhci_sysfs.c | 281 case USB_SPEED_LOW: in valid_args()
|
/openbmc/linux/drivers/usb/core/ |
H A D | devices.c | 422 case USB_SPEED_LOW: in usb_device_dump()
|
H A D | config.c | 405 if (udev->speed == USB_SPEED_LOW && usb_endpoint_xfer_bulk(d)) { in usb_parse_endpoint() 430 case USB_SPEED_LOW: in usb_parse_endpoint()
|
H A D | urb.c | 561 case USB_SPEED_LOW: in usb_submit_urb()
|
/openbmc/linux/drivers/usb/c67x00/ |
H A D | c67x00-sched.c | 516 if (urbp->ep_data->dev->speed == USB_SPEED_LOW) { in c67x00_claim_frame_bw() 584 if ((td_udev(td)->speed == USB_SPEED_LOW) && in c67x00_create_td()
|
/openbmc/u-boot/include/linux/usb/ |
H A D | ch9.h | 952 USB_SPEED_LOW, USB_SPEED_FULL, /* usb 1.1 */ enumerator
|
/openbmc/u-boot/cmd/ |
H A D | usb.c | 330 case USB_SPEED_LOW: in portspeed()
|