Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_C_SUSPEND (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dfhci-hub.c188 USB_PORT_STAT_C_ENABLE | USB_PORT_STAT_C_SUSPEND | in fhci_hub_status_data()
245 ~USB_PORT_STAT_C_SUSPEND; in fhci_hub_control()
H A Duhci-hub.c287 wPortChange |= USB_PORT_STAT_C_SUSPEND; in uhci_hub_control()
H A Dehci-hub.c1145 status |= USB_PORT_STAT_C_SUSPEND << 16; in ehci_hub_control()
H A Dmax3421-hcd.c86 USB_PORT_STAT_C_SUSPEND | \
H A Dsl811-hcd.c730 sl811->port1 |= USB_PORT_STAT_C_SUSPEND << 16; in sl811h_irq()
H A Dxhci-hub.c1095 status |= USB_PORT_STAT_C_SUSPEND << 16; in xhci_get_port_status()
H A Dr8a66597-hcd.c2291 rh->port |= USB_PORT_STAT_C_SUSPEND << 16; in r8a66597_bus_resume()
H A Doxu210hp-hcd.c3687 status |= USB_PORT_STAT_C_SUSPEND << 16; in oxu_hub_control()
H A Du132-hcd.c246 USB_PORT_STAT_C_SUSPEND | USB_PORT_STAT_C_OVERCURRENT | \
H A Dfotg210-hcd.c1681 status |= USB_PORT_STAT_C_SUSPEND << 16; in fotg210_hub_control()
/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 Dch11.h178 #define USB_PORT_STAT_C_SUSPEND 0x0004 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 Dch11.h178 #define USB_PORT_STAT_C_SUSPEND 0x0004 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dch11.h178 #define USB_PORT_STAT_C_SUSPEND 0x0004 macro
/OK3568_Linux_fs/u-boot/include/
H A Dusb_defs.h280 #define USB_PORT_STAT_C_SUSPEND 0x0004 macro
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dmusb_virthub.c43 musb->port1_status |= USB_PORT_STAT_C_SUSPEND << 16; in musb_host_finish_resume()
H A Dmusb_core.c677 (USB_PORT_STAT_C_SUSPEND << 16) in musb_handle_intr_resume()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dsl811-hcd.c622 rh_status.wPortChange &= ~USB_PORT_STAT_C_SUSPEND; in sl811_rh_submit_urb()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ddummy_hcd.c1996 | USB_PORT_STAT_C_SUSPEND \
2013 dum_hcd->port_status |= (USB_PORT_STAT_C_SUSPEND << 16); in dummy_hub_status()
2179 dum_hcd->port_status |= (USB_PORT_STAT_C_SUSPEND << 16); in dummy_hub_control()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c490 USB_PORT_STAT_C_SUSPEND | in ast_vhub_change_port_stat()
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dvhci_hcd.c213 | USB_PORT_STAT_C_SUSPEND \
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhub.c3581 if (portchange & USB_PORT_STAT_C_SUSPEND) in usb_port_resume()
3615 if (portchange & USB_PORT_STAT_C_SUSPEND) in usb_port_resume()
3680 if (!(portchange & USB_PORT_STAT_C_SUSPEND)) in hub_handle_remote_wakeup()
/OK3568_Linux_fs/kernel/drivers/usb/isp1760/
H A Disp1760-hcd.c1929 status |= USB_PORT_STAT_C_SUSPEND << 16; in isp1760_hub_control()
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_core.c459 (USB_PORT_STAT_C_SUSPEND << 16) in musb_stage0_irq()
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dhcd.c3553 port_status |= USB_PORT_STAT_C_SUSPEND << 16; in dwc2_hcd_hub_control()