Home
last modified time | relevance | path

Searched refs:PORT_WKCONN_E (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/include/linux/usb/
Dehci_def.h142 #define PORT_WKCONN_E (1<<20) /* wake on connect (enable) */ macro
/Linux-v4.19/drivers/usb/host/
Dehci-tegra.c31 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
206 temp &= ~(PORT_RWC_BITS | PORT_WKCONN_E); in tegra_ehci_hub_control()
Dehci-hub.c19 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
190 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in ehci_adjust_port_wakeup_flags()
280 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in ehci_bus_suspend()
1191 temp &= ~PORT_WKCONN_E; in ehci_hub_control()
Dxhci-hub.c18 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
686 temp |= PORT_WKCONN_E; in xhci_set_remote_wake_mask()
688 temp &= ~PORT_WKCONN_E; in xhci_set_remote_wake_mask()
1519 t2 &= ~PORT_WKCONN_E; in xhci_bus_suspend()
1521 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in xhci_bus_suspend()
Doxu210hp.h145 #define PORT_WKCONN_E (1<<20) /* wake on connect (enable) */ macro
Doxu210hp-hcd.c3130 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
3468 t2 |= PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E; in oxu_bus_suspend()
3470 t2 &= ~(PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E); in oxu_bus_suspend()
3538 | PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E); in oxu_bus_resume()
Dxhci.h395 #define PORT_WKCONN_E (1 << 25) macro
2504 if (portsc & PORT_WKCONN_E) in xhci_decode_portsc()
Dxhci.c29 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
/Linux-v4.19/drivers/usb/isp1760/
Disp1760-hcd.c1786 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)