Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/host/
Dxhci-hub.c891 bool port_in_u0 = ((status & PORT_PLS_MASK) == XDEV_U0); in xhci_del_comp_mod_timer()
962 xhci_set_link_state(xhci, port, XDEV_U0); in xhci_handle_usb2_port_link_resume()
1054 if (link_state == XDEV_U0) in xhci_get_usb3_port_status()
1091 if (link_state == XDEV_U0) { in xhci_get_usb2_port_status()
1293 if ((temp & PORT_PLS_MASK) != XDEV_U0) { in xhci_hub_control()
1296 XDEV_U0); in xhci_hub_control()
1420 if (pls == XDEV_U0) in xhci_hub_control()
1563 XDEV_U0); in xhci_hub_control()
1760 if ((t1 & PORT_PE) && (t1 & PORT_PLS_MASK) == XDEV_U0) { in xhci_bus_suspend()
1890 next_state = XDEV_U0; in xhci_bus_resume()
[all …]
Dxhci.h309 #define XDEV_U0 (0x0 << 5) macro
2571 case XDEV_U0: in xhci_portsc_link_state_string()
Dxhci-ring.c1916 xhci_set_link_state(xhci, port, XDEV_U0); in handle_port_status()
1941 ((portsc & PORT_PLS_MASK) == XDEV_U0 || in handle_port_status()
Dxhci.c4592 (pm_val & PORT_PLS_MASK) == XDEV_U0, in xhci_set_usb2_hardware_lpm()
/Linux-v6.1/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.h433 case XDEV_U0: in cdnsp_portsc_link_state_string()
Dcdnsp-gadget.h258 #define XDEV_U0 (0x0 << 5) macro
Dcdnsp-gadget.c1503 cdnsp_set_link_state(pdev, &port_regs->portsc, XDEV_U0); in __cdnsp_gadget_wakeup()