Home
last modified time | relevance | path

Searched refs:XDEV_U3 (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-hub.c964 if (link_state != XDEV_U3 && in xhci_get_usb3_port_status()
996 if (link_state == XDEV_U3) in xhci_get_usb2_port_status()
1021 if (link_state != XDEV_U3 && link_state != XDEV_RESUME) { in xhci_get_usb2_port_status()
1224 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
1241 xhci_set_link_state(xhci, port, XDEV_U3); in xhci_hub_control()
1336 if (pls == XDEV_U3 || in xhci_hub_control()
1342 if (pls <= XDEV_U3) /* U1, U2, U3 */ in xhci_hub_control()
1345 if (pls > XDEV_U3) in xhci_hub_control()
1376 if ((temp & PORT_PLS_MASK) == XDEV_U3) in xhci_hub_control()
1466 if ((temp & PORT_PLS_MASK) == XDEV_U3) { in xhci_hub_control()
[all...]
H A Dxhci.h312 #define XDEV_U3 (0x3 << 5) macro
2561 case XDEV_U3: in xhci_portsc_link_state_string()
H A Dxhci-tegra.c1694 if ((value & PORT_PLS_MASK) != XDEV_U3) { in xhci_hub_ports_suspended()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-hub.c1069 if (link_state != XDEV_U3 && in xhci_get_usb3_port_status()
1101 if (link_state == XDEV_U3) in xhci_get_usb2_port_status()
1126 if (link_state != XDEV_U3 && link_state != XDEV_RESUME) { in xhci_get_usb2_port_status()
1329 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
1346 xhci_set_link_state(xhci, port, XDEV_U3); in xhci_hub_control()
1441 if (pls == XDEV_U3 || in xhci_hub_control()
1447 if (pls <= XDEV_U3) /* U1, U2, U3 */ in xhci_hub_control()
1450 if (pls > XDEV_U3) in xhci_hub_control()
1481 if ((temp & PORT_PLS_MASK) == XDEV_U3) in xhci_hub_control()
1571 if ((temp & PORT_PLS_MASK) == XDEV_U3) { in xhci_hub_control()
[all...]
H A Dxhci-pci.c905 if ((portsc & PORT_PLS_MASK) != XDEV_U3) in xhci_pci_poweroff_late()
H A Dxhci.h312 #define XDEV_U3 (0x3 << 5) macro
2593 case XDEV_U3: in xhci_portsc_link_state_string()
H A Dxhci-tegra.c1972 if ((value & PORT_PLS_MASK) != XDEV_U3) { in xhci_hub_ports_suspended()
2191 if (((portsc & PORT_PLS_MASK) == XDEV_U3) || ((portsc & DEV_SPEED_MASK) == XDEV_FS)) in tegra_xusb_enter_elpg()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-debug.h439 case XDEV_U3: in cdnsp_portsc_link_state_string()
H A Dcdnsp-ring.c844 if (link_state == XDEV_U0 && pdev->link_state == XDEV_U3 && in cdnsp_handle_port_status()
848 if (link_state == XDEV_U3 && pdev->link_state != XDEV_U3) in cdnsp_handle_port_status()
H A Dcdnsp-gadget.c1503 if (portsc == XDEV_U3 && !pdev->may_wakeup) in __cdnsp_gadget_wakeup()
1969 if (pdev->link_state == XDEV_U3) in cdnsp_gadget_suspend()
1998 if (pdev->link_state == XDEV_U3) in cdnsp_gadget_resume()
H A Dcdnsp-gadget.h261 #define XDEV_U3 (0x3 << 5) macro

Completed in 30 milliseconds