Symbol: PORT_WKDISC_E
drivers/usb/cdns3/cdnsp-debug.h
493
if (portsc & PORT_WKDISC_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
292
temp |= PORT_WKDISC_E | PORT_WKOC_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
1064
temp |= PORT_WKDISC_E | PORT_WKOC_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
187
t2 |= PORT_WKOC_E | PORT_WKDISC_E;
drivers/usb/host/ehci-hub.c
277
t2 |= PORT_WKOC_E | PORT_WKDISC_E;
drivers/usb/host/ehci-hub.c
289
if ((t2 & PORT_WKDISC_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
1769
t2 |= PORT_WKOC_E | PORT_WKDISC_E;
drivers/usb/host/xhci-hub.c
1773
t2 &= ~PORT_WKDISC_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
825
temp |= PORT_WKDISC_E;
drivers/usb/host/xhci-hub.c
827
temp &= ~PORT_WKDISC_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
2429
if (portsc & PORT_WKDISC_E)
drivers/usb/isp1760/isp1760-hcd.c
2170
#define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)