Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-hub.c351 u32 xhci_port_state_to_neutral(u32 state) in xhci_port_state_to_neutral() function
584 temp = xhci_port_state_to_neutral(temp); in xhci_set_port_power()
689 temp = xhci_port_state_to_neutral(portsc); in xhci_set_link_state()
705 temp = xhci_port_state_to_neutral(temp); in xhci_set_remote_wake_mask()
733 temp = xhci_port_state_to_neutral(temp); in xhci_test_and_clear_bit()
1201 temp = xhci_port_state_to_neutral(temp); in xhci_hub_control()
1252 temp = xhci_port_state_to_neutral(temp); in xhci_hub_control()
1456 temp = xhci_port_state_to_neutral(temp); in xhci_hub_control()
1647 t2 = xhci_port_state_to_neutral(t1); in xhci_bus_suspend()
1706 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.h2189 u32 xhci_port_state_to_neutral(u32 state);
Dxhci.c928 t1 = xhci_port_state_to_neutral(portsc); in xhci_disable_hub_port_wake()