Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/usb/
Dehci_def.h141 #define PORT_WKCONN_E (1<<20) /* wake on connect (enable) */ macro
/linux-4.4.14/drivers/usb/host/
Dxhci-hub.c30 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
543 temp |= PORT_WKCONN_E; in xhci_set_remote_wake_mask()
545 temp &= ~PORT_WKCONN_E; in xhci_set_remote_wake_mask()
1328 t2 &= ~PORT_WKCONN_E; in xhci_bus_suspend()
1330 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in xhci_bus_suspend()
Dehci-tegra.c41 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
220 temp &= ~(PORT_RWC_BITS | PORT_WKCONN_E); in tegra_ehci_hub_control()
Dehci-hub.c32 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
201 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in ehci_adjust_port_wakeup_flags()
291 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in ehci_bus_suspend()
1176 temp &= ~PORT_WKCONN_E; in ehci_hub_control()
Doxu210hp.h144 #define PORT_WKCONN_E (1<<20) /* wake on connect (enable) */ macro
Doxu210hp-hcd.c3152 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
3490 t2 |= PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E; in oxu_bus_suspend()
3492 t2 &= ~(PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E); in oxu_bus_suspend()
3560 | PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E); in oxu_bus_resume()
Dxhci.h389 #define PORT_WKCONN_E (1 << 25) macro
Dxhci.c38 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-hcd.c1785 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)