Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dehci-hub.c19 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
188 t2 |= PORT_WKOC_E | PORT_WKDISC_E; in ehci_adjust_port_wakeup_flags()
190 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in ehci_adjust_port_wakeup_flags()
278 t2 |= PORT_WKOC_E | PORT_WKDISC_E; in ehci_bus_suspend()
280 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in ehci_bus_suspend()
1192 temp |= PORT_WKDISC_E | PORT_WKOC_E; in ehci_hub_control()
Dehci-tegra.c31 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
207 temp |= PORT_WKDISC_E | PORT_WKOC_E; in tegra_ehci_hub_control()
Dxhci-hub.c18 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
696 temp |= PORT_WKOC_E; in xhci_set_remote_wake_mask()
698 temp &= ~PORT_WKOC_E; in xhci_set_remote_wake_mask()
1518 t2 |= PORT_WKOC_E | PORT_WKDISC_E; in xhci_bus_suspend()
1521 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in xhci_bus_suspend()
Doxu210hp.h143 #define PORT_WKOC_E (1<<22) /* wake on overcurrent (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.h399 #define PORT_WKOC_E (1 << 27) macro
2508 if (portsc & PORT_WKOC_E) in xhci_decode_portsc()
Dxhci.c29 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
/Linux-v4.19/include/linux/usb/
Dehci_def.h140 #define PORT_WKOC_E (1<<22) /* wake on overcurrent (enable) */ macro
/Linux-v4.19/drivers/usb/isp1760/
Disp1760-hcd.c1786 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)