Searched refs:PORT_PLC (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/usb/host/ |
| D | xhci-hub.c | 20 PORT_RC | PORT_PLC | PORT_PE) 531 status = PORT_PLC; in xhci_clear_port_change_bit() 535 status = PORT_PLC; in xhci_clear_port_change_bit() 872 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in xhci_handle_usb2_port_link_resume() 954 if (portsc & PORT_PLC && (link_state != XDEV_RESUME)) in xhci_get_usb3_port_status() 1253 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control() 1557 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data() 1830 PORT_PLC); in xhci_bus_resume() 1837 sret = xhci_handshake(ports[port_index]->addr, PORT_PLC, in xhci_bus_resume() 1838 PORT_PLC, 10 * 1000); in xhci_bus_resume() [all …]
|
| D | xhci.h | 382 #define PORT_PLC (1 << 22) macro 386 PORT_RC | PORT_PLC | PORT_CEC) 2583 if (portsc & PORT_PLC) in xhci_decode_portsc()
|
| D | xhci-ring.c | 1655 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status() 1671 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status() 1696 if ((portsc & PORT_PLC) && in handle_port_status() 1714 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status() 1736 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status()
|