Home
last modified time | relevance | path

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

12

/openbmc/u-boot/drivers/usb/gadget/
H A Dcomposite.c194 if (speed == USB_SPEED_HIGH) in config_buf()
222 if (gadget->speed == USB_SPEED_HIGH) in config_desc()
227 speed = USB_SPEED_HIGH; in config_desc()
232 if (speed == USB_SPEED_HIGH) { in config_desc()
254 if (gadget->speed == USB_SPEED_HIGH) in count_configs()
342 case USB_SPEED_HIGH: in set_config()
369 if (gadget->speed == USB_SPEED_HIGH) in set_config()
1065 .speed = USB_SPEED_HIGH,
H A Dether.c187 #define DEVSPEED USB_SPEED_HIGH
197 (DEFAULT_QLEN*((gadget->speed == USB_SPEED_HIGH) ? qmult : 1))
201 return (g->speed == USB_SPEED_HIGH) ? HS_BPS : FS_BPS; in BITRATE()
822 if (gadget_is_dualspeed(g) && g->speed == USB_SPEED_HIGH) in ep_desc()
886 hs = (g->speed == USB_SPEED_HIGH); in config_buf()
1092 case USB_SPEED_HIGH: in eth_set_config()
1735 req->no_interrupt = (dev->gadget->speed == USB_SPEED_HIGH)
2457 req->no_interrupt = (dev->gadget->speed == USB_SPEED_HIGH) in _usb_eth_send()
H A Ddwc2_udc_otg.c239 && driver->speed != USB_SPEED_HIGH) in usb_gadget_register_driver()
515 if (speed == USB_SPEED_HIGH) { in set_max_pktsize()
519 dev->gadget.speed = USB_SPEED_HIGH; in set_max_pktsize()
H A Dstorage_common.c537 if (gadget_is_dualspeed(g) && g->speed == USB_SPEED_HIGH) in fsg_ep_desc()
H A Df_fastboot.c113 if (gadget_is_dualspeed(g) && g->speed == USB_SPEED_HIGH) in fb_ep_desc()
H A Dci_udc.c823 speed = USB_SPEED_HIGH; in udc_irq()
1015 if (driver->speed != USB_SPEED_FULL && driver->speed != USB_SPEED_HIGH) in usb_gadget_register_driver()
/openbmc/u-boot/board/st/stih410-b2260/
H A Dboard.c44 .maximum_speed = USB_SPEED_HIGH,
/openbmc/u-boot/drivers/usb/common/
H A Dcommon.c46 [USB_SPEED_HIGH] = "high-speed",
/openbmc/u-boot/board/intel/edison/
H A Dedison.c20 .maximum_speed = USB_SPEED_HIGH,
/openbmc/u-boot/drivers/usb/emul/
H A Dsandbox_hub.c149 *speed = USB_SPEED_HIGH; in hub_find_device()
181 else if (speed == USB_SPEED_HIGH) in clrset_post_state()
/openbmc/u-boot/include/linux/usb/
H A Dcomposite.h147 if (gadget_is_dualspeed(g) && g->speed == USB_SPEED_HIGH) in ep_choose()
H A Dch9.h953 USB_SPEED_HIGH, /* usb 2.0 */ enumerator
/openbmc/u-boot/drivers/usb/host/
H A Dusb-sandbox.c128 udev->speed = USB_SPEED_HIGH; in sandbox_alloc_device()
H A Dxhci-mem.c774 case USB_SPEED_HIGH: in xhci_setup_addressable_virt_dev()
800 } while (dev->speed != USB_SPEED_HIGH); in xhci_setup_addressable_virt_dev()
830 case USB_SPEED_HIGH: in xhci_setup_addressable_virt_dev()
H A Dxhci.c336 case USB_SPEED_HIGH: in xhci_get_endpoint_interval()
405 if (udev->speed == USB_SPEED_HIGH && in xhci_get_endpoint_max_burst()
1460 if (udev->speed == USB_SPEED_HIGH) in xhci_update_hub_device()
H A Dehci-hcd.c277 if (speed == USB_SPEED_HIGH) in ehci_encode_speed()
407 c = (dev->speed != USB_SPEED_HIGH) && !usb_pipeendpoint(pipe); in ehci_submit_async()
1009 QH_ENDPT1_EPS(USB_SPEED_HIGH)); in ehci_common_init()
1174 dev->speed = USB_SPEED_HIGH; in _ehci_submit_control_msg()
H A Ddwc2.c943 if (dev->speed != USB_SPEED_HIGH) { in chunk_msg()
1064 dev->speed = USB_SPEED_HIGH; in _submit_control_msg()
/openbmc/u-boot/board/ti/am43xx/
H A Dboard.c748 .maximum_speed = USB_SPEED_HIGH,
766 .maximum_speed = USB_SPEED_HIGH,
/openbmc/qemu/include/hw/
H A Dusb.h57 #define USB_SPEED_HIGH 2 macro
62 #define USB_SPEED_MASK_HIGH (1 << USB_SPEED_HIGH)
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget_ep0.c310 if (musb->g.speed != USB_SPEED_HIGH) in service_zero_data_request()
800 ? USB_SPEED_HIGH : USB_SPEED_FULL; in musb_g_ep0_irq()
H A Dmusb_uboot.c205 USB_SPEED_HIGH : in _musb_reset_root_port()
/openbmc/u-boot/common/
H A Dusb.c1243 while (uparent->speed != USB_SPEED_HIGH) { in usb_find_usb2_hub_address_port()
1266 if (udev->parent->speed != USB_SPEED_HIGH) { in usb_find_usb2_hub_address_port()
/openbmc/qemu/hw/usb/
H A Ddesc.c486 case USB_SPEED_HIGH: in usb_desc_setdefaults()
641 if (dev->speed == USB_SPEED_HIGH) { in usb_desc_get_descriptor()
H A Dredirect.c538 if (dev->dev.speed == USB_SPEED_HIGH) { in usbredir_handle_iso_data()
1669 dev->dev.speed = USB_SPEED_HIGH; in usbredir_device_connect()
1816 usbredir_mark_speed_incompatible(dev, USB_SPEED_HIGH); in usbredir_ep_info()
1827 usbredir_mark_speed_incompatible(dev, USB_SPEED_HIGH); in usbredir_ep_info()
2218 dev->dev.speed = USB_SPEED_HIGH; in usbredir_post_load()
/openbmc/u-boot/cmd/
H A Dusb.c327 case USB_SPEED_HIGH: in portspeed()

12