Home
last modified time | relevance | path

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

/linux-6.12.1/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);
569 portsc = xhci_port_state_to_neutral(portsc); in xhci_disable_port()
657 temp = xhci_port_state_to_neutral(temp); in xhci_set_port_power()
798 temp = xhci_port_state_to_neutral(portsc); in xhci_set_link_state()
814 temp = xhci_port_state_to_neutral(temp); in xhci_set_remote_wake_mask()
842 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()
1359 temp = xhci_port_state_to_neutral(temp); in xhci_hub_control()
1559 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.c887 portsc = xhci_port_state_to_neutral(portsc); in xhci_pci_poweroff_late()
Dxhci.h1941 u32 xhci_port_state_to_neutral(u32 state);
Dxhci.c829 t1 = xhci_port_state_to_neutral(portsc); in xhci_disable_hub_port_wake()