| /OK3568_Linux_fs/u-boot/include/ |
| H A D | usb_defs.h | 257 #define USB_PORT_STAT_LOW_SPEED 0x0200 macro 261 (USB_PORT_STAT_LOW_SPEED | USB_PORT_STAT_HIGH_SPEED)
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | sl811-hcd.c | 172 rh_status.wPortStatus &= ~USB_PORT_STAT_LOW_SPEED; in sl811_hc_reset() 186 rh_status.wPortStatus |= USB_PORT_STAT_CONNECTION | USB_PORT_STAT_LOW_SPEED; in sl811_hc_reset() 220 int need_preamble = !(rh_status.wPortStatus & USB_PORT_STAT_LOW_SPEED) && in sl811_send_packet() 241 if (!(rh_status.wPortStatus & USB_PORT_STAT_LOW_SPEED) && in sl811_send_packet()
|
| H A D | dwc2.c | 565 port_status |= USB_PORT_STAT_LOW_SPEED; in dwc_otg_submit_rh_msg_in_status()
|
| H A D | xhci.c | 987 tmpbuf[1] |= USB_PORT_STAT_LOW_SPEED >> 8; in xhci_submit_root()
|
| H A D | ehci-hcd.c | 777 tmpbuf[1] |= USB_PORT_STAT_LOW_SPEED >> 8; in ehci_submit_root()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/ |
| H A D | ch11.h | 133 #define USB_PORT_STAT_LOW_SPEED 0x0200 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/ |
| H A D | ch11.h | 133 #define USB_PORT_STAT_LOW_SPEED 0x0200 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/usb/ |
| H A D | ch11.h | 133 #define USB_PORT_STAT_LOW_SPEED 0x0200 macro
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | hub.c | 601 set = USB_PORT_STAT_LOW_SPEED; in ast_vhub_port_reset() 606 clr = USB_PORT_STAT_LOW_SPEED | in ast_vhub_port_reset() 611 clr = USB_PORT_STAT_LOW_SPEED; in ast_vhub_port_reset()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | fhci-sched.c | 406 if (usb->vroot_hub->port.wPortStatus & USB_PORT_STAT_LOW_SPEED) in sof_interrupt() 473 (USB_PORT_STAT_LOW_SPEED | in fhci_device_connected_interrupt() 491 ~USB_PORT_STAT_LOW_SPEED; in fhci_device_connected_interrupt()
|
| H A D | max3421-hcd.c | 470 if (max3421_hcd->port_status & USB_PORT_STAT_LOW_SPEED) { in max3421_set_speed() 1127 max3421_hcd->port_status |= USB_PORT_STAT_LOW_SPEED; in max3421_detect_conn() 1129 max3421_hcd->port_status &= ~USB_PORT_STAT_LOW_SPEED; in max3421_detect_conn() 1461 USB_PORT_STAT_LOW_SPEED); in max3421_reset_port()
|
| H A D | uhci-hub.c | 307 wPortStatus |= USB_PORT_STAT_LOW_SPEED; in uhci_hub_control()
|
| H A D | fotg210.h | 627 return USB_PORT_STAT_LOW_SPEED; in fotg210_port_speed()
|
| H A D | sl811-hcd.c | 1130 | USB_PORT_STAT_LOW_SPEED; in sl811h_timer() 1172 sl811->port1 &= ~USB_PORT_STAT_LOW_SPEED; in sl811h_timer() 1183 if (sl811->port1 & USB_PORT_STAT_LOW_SPEED) { in sl811h_timer()
|
| H A D | ehci.h | 669 return USB_PORT_STAT_LOW_SPEED; in ehci_port_speed()
|
| H A D | r8a66597-hcd.c | 1042 rh->port &= ~(USB_PORT_STAT_HIGH_SPEED | USB_PORT_STAT_LOW_SPEED); in r8a66597_usb_connect() 1046 rh->port |= USB_PORT_STAT_LOW_SPEED; in r8a66597_usb_connect()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | usb_hub.c | 250 case USB_PORT_STAT_LOW_SPEED: in portspeed() 392 case USB_PORT_STAT_LOW_SPEED: in usb_hub_port_connect_change()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/emul/ |
| H A D | sandbox_hub.c | 183 set |= USB_PORT_STAT_LOW_SPEED; in clrset_post_state()
|
| /OK3568_Linux_fs/kernel/drivers/usb/c67x00/ |
| H A D | c67x00-hcd.c | 98 wPortStatus |= USB_PORT_STAT_LOW_SPEED; in c67x00_hub_control()
|
| /OK3568_Linux_fs/kernel/drivers/usb/usbip/ |
| H A D | vhci_hcd.c | 174 status |= USB_PORT_STAT_LOW_SPEED; in rh_port_connect() 482 USB_PORT_STAT_LOW_SPEED; in vhci_hub_control() 589 | USB_PORT_STAT_LOW_SPEED in vhci_hub_control()
|
| /OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/ |
| H A D | mod_host.c | 1145 USB_PORT_STAT_LOW_SPEED); in __usbhsh_hub_port_feature() 1156 speed = USB_PORT_STAT_LOW_SPEED; in __usbhsh_hub_port_feature()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | dummy_hcd.c | 405 USB_PORT_STAT_LOW_SPEED | in set_link_state_by_speed() 2199 USB_PORT_STAT_LOW_SPEED; in dummy_hub_control() 2286 | USB_PORT_STAT_LOW_SPEED in dummy_hub_control()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | musb_core.c | 684 musb->port1_status &= ~(USB_PORT_STAT_LOW_SPEED in musb_stage0_irq() 693 musb->port1_status |= USB_PORT_STAT_LOW_SPEED; in musb_stage0_irq()
|
| /OK3568_Linux_fs/kernel/drivers/usb/musb/ |
| H A D | tusb6010.c | 706 | USB_PORT_STAT_LOW_SPEED in tusb_otg_ints()
|
| H A D | musb_core.c | 899 musb->port1_status &= ~(USB_PORT_STAT_LOW_SPEED in musb_handle_intr_connect() 908 musb->port1_status |= USB_PORT_STAT_LOW_SPEED; in musb_handle_intr_connect()
|