Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/usb/
Dehci_def.h141 #define PORT_WKCONN_E (1<<20) /* wake on connect (enable) */ macro
/linux-4.1.27/drivers/usb/host/
Dxhci-hub.c30 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
442 temp |= PORT_WKCONN_E; in xhci_set_remote_wake_mask()
444 temp &= ~PORT_WKCONN_E; in xhci_set_remote_wake_mask()
1171 t2 &= ~PORT_WKCONN_E; in xhci_bus_suspend()
1173 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()
290 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in ehci_bus_suspend()
1175 temp &= ~PORT_WKCONN_E; in ehci_hub_control()
Doxu210hp.h144 #define PORT_WKCONN_E (1<<20) /* wake on connect (enable) */ macro
Doxu210hp-hcd.c3157 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
3495 t2 |= PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E; in oxu_bus_suspend()
3497 t2 &= ~(PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E); in oxu_bus_suspend()
3565 | PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E); in oxu_bus_resume()
Dxhci.h358 #define PORT_WKCONN_E (1 << 25) macro
Dxhci.c38 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
/linux-4.1.27/drivers/usb/isp1760/
Disp1760-hcd.c1785 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)