Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/chipidea/
A Dhost.c284 temp &= ~(PORT_RWC_BITS | PORT_WKCONN_E); in ci_ehci_hub_control()
302 temp &= ~(PORT_WKDISC_E | PORT_WKCONN_E); in ci_ehci_hub_control()
371 tmp &= ~(PORT_WKDISC_E | PORT_WKCONN_E); in ci_ehci_bus_suspend()
/linux-6.3-rc2/include/linux/usb/
A Dehci_def.h130 #define PORT_WKCONN_E (1<<20) /* wake on connect (enable) */ macro
/linux-6.3-rc2/drivers/usb/host/
A Dehci-hub.c18 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
189 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in ehci_adjust_port_wakeup_flags()
279 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in ehci_bus_suspend()
1055 temp &= ~PORT_WKCONN_E; in ehci_hub_control()
A Dxhci-hub.c19 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
813 temp |= PORT_WKCONN_E; in xhci_set_remote_wake_mask()
815 temp &= ~PORT_WKCONN_E; in xhci_set_remote_wake_mask()
1797 t2 &= ~PORT_WKCONN_E; in xhci_bus_suspend()
1799 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in xhci_bus_suspend()
A Doxu210hp-hcd.c176 #define PORT_WKCONN_E (1<<20) /* wake on connect (enable) */ macro
3563 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
3901 t2 |= PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E; in oxu_bus_suspend()
3903 t2 &= ~(PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E); in oxu_bus_suspend()
3973 | PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E); in oxu_bus_resume()
A Dxhci.h401 #define PORT_WKCONN_E (1 << 25) macro
2651 if (portsc & PORT_WKCONN_E) in xhci_decode_portsc()
A Dxhci.c29 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
/linux-6.3-rc2/drivers/usb/cdns3/
A Dcdnsp-gadget.h161 #define CDNSP_PORT_RWS (PORT_PLS_MASK | PORT_WKCONN_E | PORT_WKDISC_E)
321 #define PORT_WKCONN_E BIT(25) macro
A Dcdnsp-debug.h493 if (portsc & PORT_WKCONN_E) in cdnsp_decode_portsc()
A Dcdnsp-gadget.c110 temp |= PORT_WKCONN_E | PORT_WKDISC_E; in cdnsp_set_link_state()
/linux-6.3-rc2/drivers/usb/isp1760/
A Disp1760-hcd.c2170 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)

Completed in 49 milliseconds