Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
A Dxhci-hub.c890 bool port_in_u0 = ((status & PORT_PLS_MASK) == XDEV_U0); in xhci_del_comp_mod_timer()
961 xhci_set_link_state(xhci, port, XDEV_U0); in xhci_handle_usb2_port_link_resume()
1053 if (link_state == XDEV_U0) in xhci_get_usb3_port_status()
1090 if (link_state == XDEV_U0) { in xhci_get_usb2_port_status()
1289 if ((temp & PORT_PLS_MASK) != XDEV_U0) { in xhci_hub_control()
1292 XDEV_U0); in xhci_hub_control()
1416 if (pls == XDEV_U0) in xhci_hub_control()
1559 XDEV_U0); in xhci_hub_control()
1745 if ((t1 & PORT_PE) && (t1 & PORT_PLS_MASK) == XDEV_U0) { in xhci_bus_suspend()
1875 next_state = XDEV_U0; in xhci_bus_resume()
[all …]
A Dxhci.h306 #define XDEV_U0 (0x0 << 5) macro
2546 case XDEV_U0: in xhci_portsc_link_state_string()
A Dxhci-ring.c1982 xhci_set_link_state(xhci, port, XDEV_U0); in handle_port_status()
2007 ((portsc & PORT_PLS_MASK) == XDEV_U0 || in handle_port_status()
A Dxhci.c4556 (pm_val & PORT_PLS_MASK) == XDEV_U0, in xhci_set_usb2_hardware_lpm()
/linux/drivers/usb/cdns3/
A 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()
A Dcdnsp-debug.h430 case XDEV_U0: in cdnsp_portsc_link_state_string()
A Dcdnsp-gadget.h258 #define XDEV_U0 (0x0 << 5) macro
A Dcdnsp-gadget.c1510 cdnsp_set_link_state(pdev, &port_regs->portsc, XDEV_U0); in __cdnsp_gadget_wakeup()

Completed in 45 milliseconds