Home
last modified time | relevance | path

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

123

/linux/tools/usb/
H A Dtestusb.c98 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 Dusbip_device_driver.c41 .speed = USB_SPEED_LOW,
H A Dusbip_common.c27 { USB_SPEED_LOW, "1.5", "Low Speed(1.5Mbps)" },
/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c71 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 Duhci-q.c806 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 Disp116x-hcd.c277 | 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 Dcommon.c77 [USB_SPEED_LOW] = "low-speed",
/linux/drivers/usb/renesas_usbhs/
H A Dcommon.c205 return USB_SPEED_LOW; in usbhs_bus_get_speed()
250 case USB_SPEED_LOW: in usbhs_set_device_config()
/linux/sound/usb/
H A Dcard.c293 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 Ddwc3-qcom.c362 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 Ddwc3-qcom-legacy.c367 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 Dstk1160-core.c220 case USB_SPEED_LOW: in stk1160_scan_usb()
/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_cmd.c185 case USB_SPEED_LOW: in bdc_config_ep()
H A Dbdc_udc.c111 bdc->gadget.speed = USB_SPEED_LOW; in bdc_uspc_connected()
/linux/drivers/usb/core/
H A Ddevices.c422 case USB_SPEED_LOW: in usb_device_dump()
H A Durb.c561 case USB_SPEED_LOW: in usb_submit_urb()
H A Dconfig.c439 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 Dvudc_transfer.c28 case USB_SPEED_LOW: in get_frame_limit()
H A Dvhci_sysfs.c281 case USB_SPEED_LOW: in valid_args()
H A Dvhci_hcd.c174 case USB_SPEED_LOW: in rh_port_connect()
481 case USB_SPEED_LOW: in vhci_hub_control()
/linux/drivers/usb/c67x00/
H A Dc67x00-sched.c516 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 Ddummy_hcd.c1004 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 Dzd_usb.c494 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 Dflexcop-usb.c522 case USB_SPEED_LOW: in flexcop_usb_init()
/linux/sound/usb/line6/
H A Ddriver.c531 if (usbdev->speed == USB_SPEED_LOW) { in line6_get_usb_properties()

123