Searched refs:xhci_test_and_clear_bit (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/usb/host/ |
D | xhci-hub.c | 813 void xhci_test_and_clear_bit(struct xhci_hcd *xhci, struct xhci_port *port, in xhci_test_and_clear_bit() function 961 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in xhci_handle_usb2_port_link_resume() 1939 xhci_test_and_clear_bit(xhci, ports[port_index], in xhci_bus_resume() 1954 xhci_test_and_clear_bit(xhci, ports[port_index], PORT_PLC); in xhci_bus_resume()
|
D | xhci-ring.c | 1917 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status() 1960 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status() 1982 xhci_test_and_clear_bit(xhci, port, PORT_PLC); in handle_port_status()
|
D | xhci.h | 2195 void xhci_test_and_clear_bit(struct xhci_hcd *xhci, struct xhci_port *port,
|