Home
last modified time | relevance | path

Searched refs:PORT_WKCONN_E (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/chipidea/
H A Dhost.c262 temp &= ~(PORT_RWC_BITS | PORT_WKCONN_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-6.6/drivers/usb/chipidea/
H 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()
/kernel/linux/linux-5.10/include/linux/usb/
H A Dehci_def.h142 #define PORT_WKCONN_E (1<<20) /* wake on connect (enable) */ macro
/kernel/linux/linux-6.6/include/linux/usb/
H A Dehci_def.h130 #define PORT_WKCONN_E (1<<20) /* wake on connect (enable) */ macro
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-tegra.c31 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
204 temp &= ~(PORT_RWC_BITS | PORT_WKCONN_E); in tegra_ehci_hub_control()
H 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()
1193 temp &= ~PORT_WKCONN_E; in ehci_hub_control()
H A Dxhci-hub.c18 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
708 temp |= PORT_WKCONN_E; in xhci_set_remote_wake_mask()
710 temp &= ~PORT_WKCONN_E; in xhci_set_remote_wake_mask()
1691 t2 &= ~PORT_WKCONN_E; in xhci_bus_suspend()
1693 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in xhci_bus_suspend()
H A Doxu210hp-hcd.c176 #define PORT_WKCONN_E (1<<20) /* wake on connect (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()
3972 | PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E); in oxu_bus_resume()
H A Dxhci.h401 #define PORT_WKCONN_E (1 << 25) macro
2622 if (portsc & PORT_WKCONN_E) in xhci_decode_portsc()
H A Dxhci.c31 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
/kernel/linux/linux-6.6/drivers/usb/host/
H 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()
1063 temp &= ~PORT_WKCONN_E; in ehci_hub_control()
H 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()
1798 t2 &= ~PORT_WKCONN_E; in xhci_bus_suspend()
1800 t2 |= PORT_WKOC_E | PORT_WKCONN_E; in xhci_bus_suspend()
H 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()
H A Dxhci.h401 #define PORT_WKCONN_E (1 << 25) macro
2654 if (portsc & PORT_WKCONN_E) in xhci_decode_portsc()
H A Dxhci.c30 #define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H 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
H A Dcdnsp-debug.h493 if (portsc & PORT_WKCONN_E) in cdnsp_decode_portsc()
H A Dcdnsp-gadget.c110 temp |= PORT_WKCONN_E | PORT_WKDISC_E; in cdnsp_set_link_state()
/kernel/linux/linux-5.10/drivers/usb/isp1760/
H A Disp1760-hcd.c1782 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
/kernel/linux/linux-6.6/drivers/usb/isp1760/
H A Disp1760-hcd.c2170 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)

Completed in 72 milliseconds