Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-hub.c802 bool port_in_u0 = ((status & PORT_PLS_MASK) == XDEV_U0); in xhci_del_comp_mod_timer()
873 xhci_set_link_state(xhci, port, XDEV_U0); in xhci_handle_usb2_port_link_resume()
965 if (link_state == XDEV_U0) in xhci_get_usb3_port_status()
1002 if (link_state == XDEV_U0) { in xhci_get_usb2_port_status()
1201 if ((temp & PORT_PLS_MASK) != XDEV_U0) { in xhci_hub_control()
1204 XDEV_U0); in xhci_hub_control()
1328 if (pls == XDEV_U0) in xhci_hub_control()
1471 XDEV_U0); in xhci_hub_control()
1654 if ((t1 & PORT_PE) && (t1 & PORT_PLS_MASK) == XDEV_U0) { in xhci_bus_suspend()
1780 next_state = XDEV_U0; in xhci_bus_resume()
[all …]
Dxhci.h303 #define XDEV_U0 (0x0 << 5) macro
2523 case XDEV_U0: in xhci_portsc_link_state_string()
Dxhci-ring.c1673 xhci_set_link_state(xhci, port, XDEV_U0); in handle_port_status()
1698 ((portsc & PORT_PLS_MASK) == XDEV_U0 || in handle_port_status()
Dxhci.c4486 (pm_val & PORT_PLS_MASK) == XDEV_U0, in xhci_set_usb2_hardware_lpm()