/third_party/FreeBSD/sys/dev/usb/ |
D | usb_hub.c | 275 ((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 …]
|
D | usb_transfer.c | 493 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()
|
D | usb.h | 756 USB_SPEED_LOW, enumerator
|
D | usb_request.c | 2007 ((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/ |
D | common.c | 44 [USB_SPEED_LOW] = "low-speed",
|
/third_party/uboot/u-boot-2020.01/drivers/usb/emul/ |
D | sandbox_hub.c | 142 *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/ |
D | usb3_pcd_intr.c | 60 case USB_SPEED_LOW: in handle_connect_done_intr()
|
D | usb3.h | 20 #define USB_SPEED_LOW 0x01 macro
|
D | usb3_pcd.c | 186 speed = USB_SPEED_LOW; in usb3_get_device_speed() 219 case USB_SPEED_LOW: in usb3_pcd_set_speed()
|
D | usb3_drv.c | 525 case USB_SPEED_LOW: in usb3_ep_activate()
|
/third_party/uboot/u-boot-2020.01/drivers/usb/host/ |
D | xhci-mem.c | 781 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()
|
D | ehci-hcd.c | 280 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()
|
D | sl811-hcd.c | 220 (dev->speed == USB_SPEED_LOW); in sl811_send_packet()
|
D | dwc2.c | 493 if (dev->speed == USB_SPEED_LOW) in dwc_otg_hc_init()
|
D | xhci.c | 368 case USB_SPEED_LOW: in xhci_get_endpoint_interval()
|
/third_party/uboot/u-boot-2020.01/drivers/usb/musb-new/ |
D | musb_uboot.c | 207 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/ |
D | ch9.h | 955 USB_SPEED_LOW, USB_SPEED_FULL, /* usb 1.1 */ enumerator
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | usb.c | 326 case USB_SPEED_LOW: in portspeed()
|
/third_party/uboot/u-boot-2020.01/common/ |
D | usb_hub.c | 392 speed = USB_SPEED_LOW; in usb_hub_port_connect_change()
|
D | usb.c | 982 if (dev->speed == USB_SPEED_LOW) { in usb_setup_descriptor()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.c | 1385 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/ |
D | musb_hcd.c | 388 ((dev->speed == USB_SPEED_LOW) ? MUSB_TYPE_SPEED_LOW : in get_dev_speed()
|
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/ |
D | composite.c | 344 case USB_SPEED_LOW: in set_config()
|
/third_party/uboot/u-boot-2020.01/drivers/usb/dwc3/ |
D | gadget.c | 1485 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/ |
D | linux_usb.c | 377 case USB_SPEED_LOW: in usb_max_isoc_frames()
|