Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/chipidea/
Dhost.c263 temp |= PORT_WKDISC_E | PORT_WKOC_E; in ci_ehci_hub_control()
280 temp &= ~(PORT_WKDISC_E | PORT_WKCONN_E); in ci_ehci_hub_control()
349 tmp &= ~(PORT_WKDISC_E | PORT_WKCONN_E); in ci_ehci_bus_suspend()
/kernel/linux/linux-5.10/include/linux/usb/
Dehci_def.h141 #define PORT_WKDISC_E (1<<21) /* wake on disconnect (enable) */ macro
/kernel/linux/linux-5.10/drivers/usb/host/
Dehci-hub.c18 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
187 t2 |= PORT_WKOC_E | PORT_WKDISC_E; in ehci_adjust_port_wakeup_flags()
277 t2 |= PORT_WKOC_E | PORT_WKDISC_E; in ehci_bus_suspend()
289 if ((t2 & PORT_WKDISC_E) && in ehci_bus_suspend()
1194 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)
205 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)
713 temp |= PORT_WKDISC_E; in xhci_set_remote_wake_mask()
715 temp &= ~PORT_WKDISC_E; in xhci_set_remote_wake_mask()
1676 t2 |= PORT_WKOC_E | PORT_WKDISC_E; in xhci_bus_suspend()
1680 t2 &= ~PORT_WKDISC_E; in xhci_bus_suspend()
Doxu210hp-hcd.c175 #define PORT_WKDISC_E (1<<21) /* wake on disconnect (enable) */ macro
3562 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
3900 t2 |= PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E; in oxu_bus_suspend()
3902 t2 &= ~(PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E); in oxu_bus_suspend()
3970 | PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E); in oxu_bus_resume()
Dxhci.h400 #define PORT_WKDISC_E (1 << 26) macro
2603 if (portsc & PORT_WKDISC_E) in xhci_decode_portsc()
Dxhci.c30 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
/kernel/linux/linux-5.10/drivers/usb/isp1760/
Disp1760-hcd.c1782 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)