| /OK3568_Linux_fs/u-boot/include/ |
| H A D | usb_defs.h | 258 #define USB_PORT_STAT_HIGH_SPEED 0x0400 /* support for EHCI */ macro 261 (USB_PORT_STAT_LOW_SPEED | USB_PORT_STAT_HIGH_SPEED)
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci.h | 672 return USB_PORT_STAT_HIGH_SPEED; in ehci_port_speed() 675 return USB_PORT_STAT_HIGH_SPEED; in ehci_port_speed() 682 #define ehci_port_speed(ehci, portsc) USB_PORT_STAT_HIGH_SPEED
|
| H A D | fotg210.h | 630 return USB_PORT_STAT_HIGH_SPEED; in fotg210_port_speed()
|
| H A D | ehci-hub.c | 291 USB_PORT_STAT_HIGH_SPEED) in ehci_bus_suspend()
|
| H A D | r8a66597-hcd.c | 1042 rh->port &= ~(USB_PORT_STAT_HIGH_SPEED | USB_PORT_STAT_LOW_SPEED); in r8a66597_usb_connect() 1044 rh->port |= USB_PORT_STAT_HIGH_SPEED; in r8a66597_usb_connect()
|
| H A D | xhci-hub.c | 296 return USB_PORT_STAT_HIGH_SPEED; in xhci_port_speed()
|
| /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 | 134 #define USB_PORT_STAT_HIGH_SPEED 0x0400 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 | 134 #define USB_PORT_STAT_HIGH_SPEED 0x0400 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/usb/ |
| H A D | ch11.h | 134 #define USB_PORT_STAT_HIGH_SPEED 0x0400 macro
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | hub.c | 602 clr = USB_PORT_STAT_HIGH_SPEED; in ast_vhub_port_reset() 607 USB_PORT_STAT_HIGH_SPEED; in ast_vhub_port_reset() 610 set = USB_PORT_STAT_HIGH_SPEED; in ast_vhub_port_reset()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | usb_hub.c | 247 case USB_PORT_STAT_HIGH_SPEED: in portspeed() 389 case USB_PORT_STAT_HIGH_SPEED: in usb_hub_port_connect_change()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/emul/ |
| H A D | sandbox_hub.c | 185 set |= USB_PORT_STAT_HIGH_SPEED; in clrset_post_state()
|
| /OK3568_Linux_fs/kernel/drivers/usb/usbip/ |
| H A D | vhci_hcd.c | 171 status |= USB_PORT_STAT_HIGH_SPEED; in rh_port_connect() 478 USB_PORT_STAT_HIGH_SPEED; in vhci_hub_control() 590 | USB_PORT_STAT_HIGH_SPEED); in vhci_hub_control()
|
| /OK3568_Linux_fs/kernel/drivers/usb/musb/ |
| H A D | musb_virthub.c | 184 musb->port1_status |= USB_PORT_STAT_HIGH_SPEED; in musb_port_reset()
|
| H A D | musb_cppi41.c | 293 if (musb->port1_status & USB_PORT_STAT_HIGH_SPEED) in cppi41_dma_callback()
|
| H A D | tusb6010.c | 707 | USB_PORT_STAT_HIGH_SPEED in tusb_otg_ints()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb/ |
| H A D | musb_hcd.c | 446 port_status |= USB_PORT_STAT_HIGH_SPEED; in musb_port_reset() 524 port_status |= USB_PORT_STAT_HIGH_SPEED in musb_submit_rh_msg()
|
| /OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/ |
| H A D | mod_host.c | 1144 USB_PORT_STAT_HIGH_SPEED | in __usbhsh_hub_port_feature() 1159 speed = USB_PORT_STAT_HIGH_SPEED; in __usbhsh_hub_port_feature()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ehci-hcd.c | 781 tmpbuf[1] |= USB_PORT_STAT_HIGH_SPEED >> 8; in ehci_submit_root() 785 tmpbuf[1] |= USB_PORT_STAT_HIGH_SPEED >> 8; in ehci_submit_root()
|
| H A D | dwc2.c | 568 port_status |= USB_PORT_STAT_HIGH_SPEED; in dwc_otg_submit_rh_msg_in_status()
|
| H A D | xhci.c | 991 tmpbuf[1] |= USB_PORT_STAT_HIGH_SPEED >> 8; in xhci_submit_root()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | dummy_hcd.c | 406 USB_PORT_STAT_HIGH_SPEED | in set_link_state_by_speed() 2193 USB_PORT_STAT_HIGH_SPEED; in dummy_hub_control() 2287 | USB_PORT_STAT_HIGH_SPEED); in dummy_hub_control()
|
| /OK3568_Linux_fs/kernel/drivers/usb/isp1760/ |
| H A D | isp1760-hcd.c | 1984 status |= USB_PORT_STAT_HIGH_SPEED; in isp1760_hub_control()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | musb_core.c | 685 |USB_PORT_STAT_HIGH_SPEED in musb_stage0_irq()
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | hub.c | 127 if (portstatus & USB_PORT_STAT_HIGH_SPEED) in portspeed() 2874 else if (portstatus & USB_PORT_STAT_HIGH_SPEED) in hub_port_wait_reset()
|