Searched refs:XDEV_U0 (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/usb/host/ |
H A D | xhci-hub.c | 921 bool port_in_u0 = ((status & PORT_PLS_MASK) == XDEV_U0); in xhci_del_comp_mod_timer() 991 xhci_set_link_state(xhci, port, XDEV_U0); in xhci_handle_usb2_port_link_resume() 1114 if (link_state == XDEV_U0) { in xhci_get_usb2_port_status() 1324 if ((temp & PORT_PLS_MASK) != XDEV_U0) { in xhci_hub_control() 1326 xhci_set_link_state(xhci, port, XDEV_U0); in xhci_hub_control() 1445 if (pls == XDEV_U0) in xhci_hub_control() 1585 xhci_set_link_state(xhci, port, XDEV_U0); in xhci_hub_control() 1780 if ((t1 & PORT_PE) && (t1 & PORT_PLS_MASK) == XDEV_U0) { in xhci_bus_suspend() 1906 next_state = XDEV_U0; in xhci_bus_resume() 1957 xhci_set_link_state(xhci, ports[port_index], XDEV_U0); in xhci_bus_resume()
|
H A D | xhci-port.h | 18 #define XDEV_U0 (0x0 << 5) macro
|
H A D | xhci.h | 2327 case XDEV_U0: in xhci_portsc_link_state_string()
|
H A D | xhci-ring.c | 2027 xhci_set_link_state(xhci, port, XDEV_U0); in handle_port_status() 2052 ((portsc & PORT_PLS_MASK) == XDEV_U0 || in handle_port_status()
|
H A D | xhci.c | 4581 (pm_val & PORT_PLS_MASK) == XDEV_U0, in xhci_set_usb2_hardware_lpm()
|
/linux/drivers/usb/cdns3/ |
H A D | cdnsp-ring.c | 263 cdnsp_set_link_state(pdev, &pdev->active_port->regs->portsc, XDEV_U0); in cdnsp_force_l0_go() 831 XDEV_U0); in cdnsp_handle_port_status() 838 link_state == XDEV_U0) { in cdnsp_handle_port_status() 846 if (link_state == XDEV_U0 && pdev->link_state == XDEV_U3 && in cdnsp_handle_port_status()
|
H A D | cdnsp-debug.h | 430 case XDEV_U0: in cdnsp_portsc_link_state_string()
|
H A D | cdnsp-gadget.h | 258 #define XDEV_U0 (0x0 << 5) macro
|
H A D | cdnsp-gadget.c | 1503 cdnsp_set_link_state(pdev, &port_regs->portsc, XDEV_U0); in __cdnsp_gadget_wakeup()
|