Symbol: PORT_WKCONN_E
drivers/usb/cdns3/cdnsp-debug.h
491
if (portsc & PORT_WKCONN_E)
drivers/usb/cdns3/cdnsp-gadget.c
112
temp |= PORT_WKCONN_E | PORT_WKDISC_E;
drivers/usb/cdns3/cdnsp-gadget.h
161
#define CDNSP_PORT_RWS (PORT_PLS_MASK | PORT_WKCONN_E | PORT_WKDISC_E)
drivers/usb/chipidea/host.c
291
temp &= ~(PORT_RWC_BITS | PORT_WKCONN_E);
drivers/usb/chipidea/host.c
309
temp &= ~(PORT_WKDISC_E | PORT_WKCONN_E);
drivers/usb/chipidea/host.c
378
tmp &= ~(PORT_WKDISC_E | PORT_WKCONN_E);
drivers/usb/host/ehci-hub.c
1063
temp &= ~PORT_WKCONN_E;
drivers/usb/host/ehci-hub.c
18
#define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
drivers/usb/host/ehci-hub.c
189
t2 |= PORT_WKOC_E | PORT_WKCONN_E;
drivers/usb/host/ehci-hub.c
279
t2 |= PORT_WKOC_E | PORT_WKCONN_E;
drivers/usb/host/oxu210hp-hcd.c
3539
#define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
drivers/usb/host/oxu210hp-hcd.c
3877
t2 |= PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E;
drivers/usb/host/oxu210hp-hcd.c
3879
t2 &= ~(PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E);
drivers/usb/host/oxu210hp-hcd.c
3949
| PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E);
drivers/usb/host/xhci-hub.c
1798
t2 &= ~PORT_WKCONN_E;
drivers/usb/host/xhci-hub.c
1800
t2 |= PORT_WKOC_E | PORT_WKCONN_E;
drivers/usb/host/xhci-hub.c
20
#define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
drivers/usb/host/xhci-hub.c
824
temp |= PORT_WKCONN_E;
drivers/usb/host/xhci-hub.c
826
temp &= ~PORT_WKCONN_E;
drivers/usb/host/xhci.c
33
#define PORT_WAKE_BITS (PORT_WKOC_E | PORT_WKDISC_E | PORT_WKCONN_E)
drivers/usb/host/xhci.h
2419
if (portsc & PORT_WKCONN_E)
drivers/usb/isp1760/isp1760-hcd.c
2170
#define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)