Symbol: PORT_PLC
drivers/usb/cdns3/cdnsp-debug.h
486
if (portsc & PORT_PLC)
drivers/usb/cdns3/cdnsp-gadget.h
168
#define CDNSP_PORT_RW1CS (PORT_PED | PORT_CSC | PORT_RC | PORT_PLC)
drivers/usb/cdns3/cdnsp-gadget.h
331
#define PORT_CHANGE_BITS (PORT_CSC | PORT_WRC | PORT_RC | PORT_PLC | PORT_CEC)
drivers/usb/cdns3/cdnsp-ring.c
828
if ((portsc & PORT_PLC)) {
drivers/usb/host/xhci-hub.c
1044
if (portsc & PORT_PLC && (link_state != XDEV_RESUME))
drivers/usb/host/xhci-hub.c
1339
PORT_OCC | PORT_RC | PORT_PLC |
drivers/usb/host/xhci-hub.c
1652
mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC;
drivers/usb/host/xhci-hub.c
1930
PORT_PLC);
drivers/usb/host/xhci-hub.c
1937
sret = xhci_handshake(&ports[port_index]->port_reg->portsc, PORT_PLC,
drivers/usb/host/xhci-hub.c
1938
PORT_PLC, 10 * 1000);
drivers/usb/host/xhci-hub.c
1944
xhci_test_and_clear_bit(xhci, ports[port_index], PORT_PLC);
drivers/usb/host/xhci-hub.c
22
PORT_RC | PORT_PLC | PORT_PE)
drivers/usb/host/xhci-hub.c
607
status = PORT_PLC;
drivers/usb/host/xhci-hub.c
611
status = PORT_PLC;
drivers/usb/host/xhci-hub.c
968
xhci_test_and_clear_bit(xhci, port, PORT_PLC);
drivers/usb/host/xhci-port.h
101
PORT_RC | PORT_PLC | PORT_CEC)
drivers/usb/host/xhci-ring.c
2056
if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) {
drivers/usb/host/xhci-ring.c
2072
xhci_test_and_clear_bit(xhci, port, PORT_PLC);
drivers/usb/host/xhci-ring.c
2097
if ((portsc & PORT_PLC) &&
drivers/usb/host/xhci-ring.c
2114
xhci_test_and_clear_bit(xhci, port, PORT_PLC);
drivers/usb/host/xhci-ring.c
2135
xhci_test_and_clear_bit(xhci, port, PORT_PLC);
drivers/usb/host/xhci.h
2457
if (portsc & PORT_PLC)