/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()
|
/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)" },
|
/linux/drivers/usb/host/ |
H A D | xhci-mtk-sch.c | 71 return speed == USB_SPEED_FULL || speed == USB_SPEED_LOW; in is_fs_or_ls() 481 if (sch_ep->speed != USB_SPEED_LOW) in check_ls_budget_microframes() 754 if (sch_ep->speed == USB_SPEED_LOW) in update_sch_tt() 760 if (sch_ep->speed == USB_SPEED_LOW) in update_sch_tt()
|
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()
|
/linux/drivers/usb/common/ |
H A D | common.c | 77 [USB_SPEED_LOW] = "low-speed",
|
/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()
|
/linux/sound/usb/ |
H A D | card.c | 293 if (snd_usb_get_speed(dev) == USB_SPEED_LOW) { in snd_usb_create_stream() 675 case USB_SPEED_LOW: in usb_audio_make_longname() 712 case USB_SPEED_LOW: in snd_usb_audio_create()
|
/linux/drivers/usb/dwc3/ |
H A D | dwc3-qcom.c | 362 if (port->usb2_speed == USB_SPEED_LOW) { in dwc3_qcom_disable_port_interrupts() 388 if (port->usb2_speed == USB_SPEED_LOW) { in dwc3_qcom_enable_port_interrupts()
|
H A D | dwc3-qcom-legacy.c | 367 if (port->usb2_speed == USB_SPEED_LOW) { in dwc3_qcom_disable_port_interrupts() 393 if (port->usb2_speed == USB_SPEED_LOW) { in dwc3_qcom_enable_port_interrupts()
|
/linux/drivers/media/usb/stk1160/ |
H A D | stk1160-core.c | 220 case USB_SPEED_LOW: in stk1160_scan_usb()
|
/linux/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_cmd.c | 185 case USB_SPEED_LOW: in bdc_config_ep()
|
H A D | bdc_udc.c | 111 bdc->gadget.speed = USB_SPEED_LOW; in bdc_uspc_connected()
|
/linux/drivers/usb/core/ |
H A D | devices.c | 422 case USB_SPEED_LOW: in usb_device_dump()
|
H A D | urb.c | 561 case USB_SPEED_LOW: in usb_submit_urb()
|
H A D | config.c | 439 if (udev->speed == USB_SPEED_LOW && usb_endpoint_xfer_bulk(d)) { in usb_parse_endpoint() 466 case USB_SPEED_LOW: in usb_parse_endpoint()
|
/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()
|
H A D | vhci_hcd.c | 174 case USB_SPEED_LOW: in rh_port_connect() 481 case USB_SPEED_LOW: in vhci_hub_control()
|
/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()
|
/linux/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 1004 case USB_SPEED_LOW: in dummy_udc_start() 1801 case USB_SPEED_LOW: in dummy_timer() 2221 case USB_SPEED_LOW: in dummy_hub_control() 2423 case USB_SPEED_LOW: in show_urb()
|
/linux/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_usb.c | 494 case USB_SPEED_LOW: in int_urb_interval() 1222 case USB_SPEED_LOW: in speed() 1361 case USB_SPEED_LOW: in probe()
|
/linux/drivers/media/usb/b2c2/ |
H A D | flexcop-usb.c | 522 case USB_SPEED_LOW: in flexcop_usb_init()
|
/linux/sound/usb/line6/ |
H A D | driver.c | 531 if (usbdev->speed == USB_SPEED_LOW) { in line6_get_usb_properties()
|