Home
last modified time | relevance | path

Searched refs:xhci_port_state_to_neutral (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/usb/host/
Dxhci-hub.c437 u32 xhci_port_state_to_neutral(u32 state) in xhci_port_state_to_neutral() function
670 temp = xhci_port_state_to_neutral(temp); in xhci_set_port_power()
776 temp = xhci_port_state_to_neutral(portsc); in xhci_set_link_state()
792 temp = xhci_port_state_to_neutral(temp); in xhci_set_remote_wake_mask()
820 temp = xhci_port_state_to_neutral(temp); in xhci_test_and_clear_bit()
1288 temp = xhci_port_state_to_neutral(temp); in xhci_hub_control()
1339 temp = xhci_port_state_to_neutral(temp); in xhci_hub_control()
1543 temp = xhci_port_state_to_neutral(temp); in xhci_hub_control()
1736 t2 = xhci_port_state_to_neutral(t1); in xhci_bus_suspend()
1795 t1 = xhci_port_state_to_neutral(t1); in xhci_bus_suspend()
[all …]
Dxhci-debugfs.c386 portsc = xhci_port_state_to_neutral(portsc); in xhci_port_write()
Dxhci.h2215 u32 xhci_port_state_to_neutral(u32 state);
Dxhci.c944 t1 = xhci_port_state_to_neutral(portsc); in xhci_disable_hub_port_wake()