Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/host/
Dxhci-hub.c888 bool port_in_u0 = ((status & PORT_PLS_MASK) == XDEV_U0); in xhci_del_comp_mod_timer()
959 xhci_set_link_state(xhci, port, XDEV_U0); in xhci_handle_usb2_port_link_resume()
1051 if (link_state == XDEV_U0) in xhci_get_usb3_port_status()
1088 if (link_state == XDEV_U0) { in xhci_get_usb2_port_status()
1287 if ((temp & PORT_PLS_MASK) != XDEV_U0) { in xhci_hub_control()
1290 XDEV_U0); in xhci_hub_control()
1414 if (pls == XDEV_U0) in xhci_hub_control()
1557 XDEV_U0); in xhci_hub_control()
1743 if ((t1 & PORT_PE) && (t1 & PORT_PLS_MASK) == XDEV_U0) { in xhci_bus_suspend()
1873 next_state = XDEV_U0; in xhci_bus_resume()
[all …]
Dxhci.h306 #define XDEV_U0 (0x0 << 5) macro
2546 case XDEV_U0: in xhci_portsc_link_state_string()
Dxhci-ring.c1976 xhci_set_link_state(xhci, port, XDEV_U0); in handle_port_status()
2001 ((portsc & PORT_PLS_MASK) == XDEV_U0 || in handle_port_status()
Dxhci.c4553 (pm_val & PORT_PLS_MASK) == XDEV_U0, in xhci_set_usb2_hardware_lpm()
/Linux-v5.15/drivers/usb/cdns3/
Dcdnsp-ring.c263 cdnsp_set_link_state(pdev, &pdev->active_port->regs->portsc, XDEV_U0); in cdnsp_force_l0_go()
829 XDEV_U0); in cdnsp_handle_port_status()
836 link_state == XDEV_U0) { in cdnsp_handle_port_status()
844 if (link_state == XDEV_U0 && pdev->link_state == XDEV_U3 && in cdnsp_handle_port_status()
Dcdnsp-debug.h430 case XDEV_U0: in cdnsp_portsc_link_state_string()
Dcdnsp-gadget.h258 #define XDEV_U0 (0x0 << 5) macro
Dcdnsp-gadget.c1510 cdnsp_set_link_state(pdev, &port_regs->portsc, XDEV_U0); in __cdnsp_gadget_wakeup()