Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dxhci-hub.c444 u32 xhci_port_state_to_neutral(u32 state) in xhci_port_state_to_neutral() function
449 EXPORT_SYMBOL_GPL(xhci_port_state_to_neutral);
601 portsc = xhci_port_state_to_neutral(portsc); in xhci_disable_port()
689 temp = xhci_port_state_to_neutral(temp); in xhci_set_port_power()
794 temp = xhci_port_state_to_neutral(portsc); in xhci_set_link_state()
810 temp = xhci_port_state_to_neutral(temp); in xhci_set_remote_wake_mask()
838 temp = xhci_port_state_to_neutral(temp); in xhci_test_and_clear_bit()
1311 temp = xhci_port_state_to_neutral(temp); in xhci_hub_control()
1361 temp = xhci_port_state_to_neutral(temp); in xhci_hub_control()
1563 temp = xhci_port_state_to_neutral(temp); in xhci_hub_control()
[all …]
Dxhci-debugfs.c387 portsc = xhci_port_state_to_neutral(portsc); in xhci_port_write()
Dxhci-pci.c922 portsc = xhci_port_state_to_neutral(portsc); in xhci_pci_poweroff_late()
Dxhci.h2225 u32 xhci_port_state_to_neutral(u32 state);
Dxhci.c788 t1 = xhci_port_state_to_neutral(portsc); in xhci_disable_hub_port_wake()