Home
last modified time | relevance | path

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

12

/third_party/FreeBSD/sys/dev/usb/
Dusb_hub.c275 ((child->speed != USB_SPEED_LOW) && in uhub_tt_buffer_reset_async_locked()
725 case USB_SPEED_LOW: in uhub_reattach_port()
806 speed = USB_SPEED_LOW; in uhub_reattach_port()
812 speed = USB_SPEED_LOW; in uhub_reattach_port()
816 case USB_SPEED_LOW: in uhub_reattach_port()
817 speed = USB_SPEED_LOW; in uhub_reattach_port()
827 speed = USB_SPEED_LOW; in uhub_reattach_port()
919 case USB_SPEED_LOW: in usb_device_20_compatible()
1032 case USB_SPEED_LOW: in uhub_is_too_deep()
1211 case USB_SPEED_LOW: in uhub_query_info()
[all …]
Dusb_transfer.c493 case USB_SPEED_LOW: in usbd_transfer_setup_sub()
540 case USB_SPEED_LOW: in usbd_transfer_setup_sub()
573 case USB_SPEED_LOW: in usbd_transfer_setup_sub()
3361 [USB_SPEED_LOW] = 8, in usbd_get_std_packet_size()
3369 [USB_SPEED_LOW] = 0, /* invalid */ in usbd_get_std_packet_size()
3377 [USB_SPEED_LOW] = 8, in usbd_get_std_packet_size()
3385 [USB_SPEED_LOW] = 8, in usbd_get_std_packet_size()
Dusb.h756 USB_SPEED_LOW, enumerator
Dusb_request.c2007 ((uhub_count_active_host_ports(parent_hub, USB_SPEED_LOW) + in usbd_req_re_enumerate()
/third_party/uboot/u-boot-2020.01/drivers/usb/common/
Dcommon.c44 [USB_SPEED_LOW] = "low-speed",
/third_party/uboot/u-boot-2020.01/drivers/usb/emul/
Dsandbox_hub.c142 *speed = USB_SPEED_LOW; in hub_find_device()
179 if (speed == USB_SPEED_LOW) in clrset_post_state()
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/hiudc3/
Dusb3_pcd_intr.c60 case USB_SPEED_LOW: in handle_connect_done_intr()
Dusb3.h20 #define USB_SPEED_LOW 0x01 macro
Dusb3_pcd.c186 speed = USB_SPEED_LOW; in usb3_get_device_speed()
219 case USB_SPEED_LOW: in usb3_pcd_set_speed()
Dusb3_drv.c525 case USB_SPEED_LOW: in usb3_ep_activate()
/third_party/uboot/u-boot-2020.01/drivers/usb/host/
Dxhci-mem.c781 case USB_SPEED_LOW: in xhci_setup_addressable_virt_dev()
791 if (speed == USB_SPEED_LOW || speed == USB_SPEED_FULL) { in xhci_setup_addressable_virt_dev()
838 case USB_SPEED_LOW: in xhci_setup_addressable_virt_dev()
Dehci-hcd.c280 if (speed == USB_SPEED_LOW) in ehci_encode_speed()
291 if (udev->speed != USB_SPEED_LOW && udev->speed != USB_SPEED_FULL) in ehci_update_endpt2_dev_n_port()
1310 if (dev->speed == USB_SPEED_LOW || in _ehci_create_int_queue()
Dsl811-hcd.c220 (dev->speed == USB_SPEED_LOW); in sl811_send_packet()
Ddwc2.c493 if (dev->speed == USB_SPEED_LOW) in dwc_otg_hc_init()
Dxhci.c368 case USB_SPEED_LOW: in xhci_get_endpoint_interval()
/third_party/uboot/u-boot-2020.01/drivers/usb/musb-new/
Dmusb_uboot.c207 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()
/third_party/uboot/u-boot-2020.01/include/linux/usb/
Dch9.h955 USB_SPEED_LOW, USB_SPEED_FULL, /* usb 1.1 */ enumerator
/third_party/uboot/u-boot-2020.01/cmd/
Dusb.c326 case USB_SPEED_LOW: in portspeed()
/third_party/uboot/u-boot-2020.01/common/
Dusb_hub.c392 speed = USB_SPEED_LOW; in usb_hub_port_connect_change()
Dusb.c982 if (dev->speed == USB_SPEED_LOW) { in usb_setup_descriptor()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c1385 case USB_SPEED_LOW: in xhci_set_address()
2376 case USB_SPEED_LOW: in xhci_configure_endpoint()
2575 case USB_SPEED_LOW: in xhci_configure_device()
2653 case USB_SPEED_LOW: in xhci_configure_device()
/third_party/uboot/u-boot-2020.01/drivers/usb/musb/
Dmusb_hcd.c388 ((dev->speed == USB_SPEED_LOW) ? MUSB_TYPE_SPEED_LOW : in get_dev_speed()
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/
Dcomposite.c344 case USB_SPEED_LOW: in set_config()
/third_party/uboot/u-boot-2020.01/drivers/usb/dwc3/
Dgadget.c1485 case USB_SPEED_LOW: in dwc3_gadget_start()
2184 dwc->gadget.speed = USB_SPEED_LOW; in dwc3_gadget_conndone_interrupt()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c377 case USB_SPEED_LOW: in usb_max_isoc_frames()

12