Home
last modified time | relevance | path

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

12

/u-boot/board/st/stih410-b2260/
A Dboard.c48 .maximum_speed = USB_SPEED_HIGH,
/u-boot/drivers/usb/common/
A Dcommon.c47 [USB_SPEED_HIGH] = "high-speed",
/u-boot/arch/arm/mach-rockchip/
A Dboard.c134 .maximum_speed = USB_SPEED_HIGH,
/u-boot/drivers/usb/emul/
A Dsandbox_hub.c150 *speed = USB_SPEED_HIGH; in hub_find_device()
182 else if (speed == USB_SPEED_HIGH) in clrset_post_state()
/u-boot/drivers/usb/gadget/
A Dcomposite.c230 else if (speed == USB_SPEED_HIGH) in config_buf()
261 if (gadget->speed == USB_SPEED_HIGH) in config_desc()
266 speed = USB_SPEED_HIGH; in config_desc()
287 } else if (speed == USB_SPEED_HIGH) { in config_desc()
313 if (gadget->speed == USB_SPEED_HIGH) in count_configs()
404 case USB_SPEED_HIGH: in set_config()
436 else if (gadget->speed == USB_SPEED_HIGH) in set_config()
544 USB_SPEED_HIGH; in usb_add_config()
A Dether.c188 #define DEVSPEED USB_SPEED_HIGH
198 (DEFAULT_QLEN*((gadget->speed == USB_SPEED_HIGH) ? qmult : 1))
202 return (g->speed == USB_SPEED_HIGH) ? HS_BPS : FS_BPS; in BITRATE()
823 if (gadget_is_dualspeed(g) && g->speed == USB_SPEED_HIGH) in ep_desc()
887 hs = (g->speed == USB_SPEED_HIGH); in config_buf()
1093 case USB_SPEED_HIGH: in eth_set_config()
1736 req->no_interrupt = (dev->gadget->speed == USB_SPEED_HIGH)
2466 req->no_interrupt = (dev->gadget->speed == USB_SPEED_HIGH) in _usb_eth_send()
A Dstorage_common.c539 if (gadget_is_dualspeed(g) && g->speed == USB_SPEED_HIGH) in fsg_ep_desc()
A Df_fastboot.c170 if (gadget_is_dualspeed(g) && g->speed == USB_SPEED_HIGH) in fb_ep_desc()
A Dci_udc.c148 .max_speed = USB_SPEED_HIGH,
829 speed = USB_SPEED_HIGH; in udc_irq()
A Ddwc2_udc_otg.c588 if (speed == USB_SPEED_HIGH) { in set_max_pktsize()
592 dev->gadget.speed = USB_SPEED_HIGH; in set_max_pktsize()
A Datmel_usba_udc.c1131 udc->gadget.speed = USB_SPEED_HIGH; in usba_udc_irq()
1195 .speed = USB_SPEED_HIGH,
/u-boot/include/linux/usb/
A Dcomposite.h202 if (gadget_is_dualspeed(g) && g->speed == USB_SPEED_HIGH) in ep_choose()
A Dch9.h956 USB_SPEED_HIGH, /* usb 2.0 */ enumerator
/u-boot/drivers/usb/mtu3/
A Dmtu3_core.c197 case USB_SPEED_HIGH: in mtu3_set_speed()
612 udev_speed = USB_SPEED_HIGH; in mtu3_link_isr()
734 case USB_SPEED_HIGH: in mtu3_check_params()
747 if (!mtu->is_u3_ip && (mtu->max_speed > USB_SPEED_HIGH)) in mtu3_check_params()
748 mtu->max_speed = USB_SPEED_HIGH; in mtu3_check_params()
/u-boot/drivers/usb/host/
A Dusb-sandbox.c130 udev->speed = USB_SPEED_HIGH; in sandbox_alloc_device()
A Dxhci-mem.c781 case USB_SPEED_HIGH: in xhci_setup_addressable_virt_dev()
807 } while (dev->speed != USB_SPEED_HIGH); in xhci_setup_addressable_virt_dev()
836 case USB_SPEED_HIGH: in xhci_setup_addressable_virt_dev()
A Dehci-hcd.c282 if (speed == USB_SPEED_HIGH) in ehci_encode_speed()
456 c = (dev->speed != USB_SPEED_HIGH) && !usb_pipeendpoint(pipe); in ehci_submit_async()
1043 QH_ENDPT1_EPS(USB_SPEED_HIGH)); in ehci_common_init()
1208 dev->speed = USB_SPEED_HIGH; in _ehci_submit_control_msg()
A Dxhci.c370 case USB_SPEED_HIGH: in xhci_get_endpoint_interval()
439 if (udev->speed == USB_SPEED_HIGH && in xhci_get_endpoint_max_burst()
1504 if (udev->speed == USB_SPEED_HIGH) in xhci_update_hub_device()
A Ddwc2.c956 if (dev->speed != USB_SPEED_HIGH) { in chunk_msg()
1077 dev->speed = USB_SPEED_HIGH; in _submit_control_msg()
/u-boot/board/ti/am43xx/
A Dboard.c757 .maximum_speed = USB_SPEED_HIGH,
775 .maximum_speed = USB_SPEED_HIGH,
/u-boot/drivers/usb/musb-new/
A Dmusb_gadget_ep0.c314 if (musb->g.speed != USB_SPEED_HIGH) in service_zero_data_request()
804 ? USB_SPEED_HIGH : USB_SPEED_FULL; in musb_g_ep0_irq()
A Dmusb_uboot.c209 USB_SPEED_HIGH : in _musb_reset_root_port()
/u-boot/common/
A Dusb.c1255 while (uparent->speed != USB_SPEED_HIGH) { in usb_find_usb2_hub_address_port()
1278 if (udev->parent->speed != USB_SPEED_HIGH) { in usb_find_usb2_hub_address_port()
/u-boot/cmd/
A Dusb.c326 case USB_SPEED_HIGH: in portspeed()
/u-boot/drivers/usb/cdns3/
A Dgadget.c343 return USB_SPEED_HIGH; in cdns3_get_speed()
1593 case USB_SPEED_HIGH: in cdns3_ep_config()
2396 case USB_SPEED_HIGH: in cdns3_gadget_udc_set_speed()
2589 case USB_SPEED_HIGH: in cdns3_gadget_start()

Completed in 71 milliseconds

12