Searched refs:PORT_PLC (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-hub.c | 20 PORT_RC | PORT_PLC | PORT_PE) 532 status = PORT_PLC; in xhci_clear_port_change_bit() 536 status = PORT_PLC; in xhci_clear_port_change_bit() 874 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in xhci_handle_usb2_port_link_resume() 952 if (portsc & PORT_PLC && (link_state != XDEV_RESUME)) in xhci_get_usb3_port_status() 1262 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control() 1575 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data() 1851 PORT_PLC); in xhci_bus_resume() 1858 sret = xhci_handshake(ports[port_index]->addr, PORT_PLC, in xhci_bus_resume() 1859 PORT_PLC, 1 in xhci_bus_resume() [all...] |
H A D | xhci.h | 388 #define PORT_PLC (1 << 22) macro 392 PORT_RC | PORT_PLC | PORT_CEC) 2614 if (portsc & PORT_PLC) in xhci_decode_portsc()
|
H A D | xhci-ring.c | 1826 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status() 1842 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status() 1867 if ((portsc & PORT_PLC) && in handle_port_status() 1885 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status() 1906 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-hub.c | 21 PORT_RC | PORT_PLC | PORT_PE) 639 status = PORT_PLC; in xhci_clear_port_change_bit() 643 status = PORT_PLC; in xhci_clear_port_change_bit() 979 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in xhci_handle_usb2_port_link_resume() 1057 if (portsc & PORT_PLC && (link_state != XDEV_RESUME)) in xhci_get_usb3_port_status() 1367 PORT_OCC | PORT_RC | PORT_PLC | in xhci_hub_control() 1680 mask = PORT_CSC | PORT_PEC | PORT_OCC | PORT_PLC | PORT_WRC | PORT_CEC; in xhci_hub_status_data() 1958 PORT_PLC); in xhci_bus_resume() 1965 sret = xhci_handshake(ports[port_index]->addr, PORT_PLC, in xhci_bus_resume() 1966 PORT_PLC, 1 in xhci_bus_resume() [all...] |
H A D | xhci.h | 388 #define PORT_PLC (1 << 22) macro 392 PORT_RC | PORT_PLC | PORT_CEC) 2646 if (portsc & PORT_PLC) in xhci_decode_portsc()
|
H A D | xhci-ring.c | 1923 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status() 1939 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status() 1964 if ((portsc & PORT_PLC) && in handle_port_status() 1982 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status() 2003 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status()
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.h | 168 #define CDNSP_PORT_RW1CS (PORT_PED | PORT_CSC | PORT_RC | PORT_PLC) 317 #define PORT_PLC BIT(22) macro 327 #define PORT_CHANGE_BITS (PORT_CSC | PORT_WRC | PORT_RC | PORT_PLC | PORT_CEC)
|
H A D | cdnsp-debug.h | 488 if (portsc & PORT_PLC) in cdnsp_decode_portsc()
|
H A D | cdnsp-ring.c | 820 if ((portsc & PORT_PLC)) { in cdnsp_handle_port_status()
|
Completed in 32 milliseconds