Home
last modified time | relevance | path

Searched refs:XDEV_U2 (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/usb/host/
Dxhci-port.h20 #define XDEV_U2 (0x2 << 5) macro
Dxhci-hub.c1104 if (link_state == XDEV_U2) in xhci_get_usb2_port_status()
Dxhci.h2300 case XDEV_U2: in xhci_portsc_link_state_string()
Dxhci-ring.c2000 (portsc & PORT_PLS_MASK) == XDEV_U2)) { in handle_port_status()
/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-debug.h434 case XDEV_U2: in cdnsp_portsc_link_state_string()
Dcdnsp-gadget.h260 #define XDEV_U2 (0x2 << 5) macro
Dcdnsp-gadget.c1492 if (pdev->gadget.speed < USB_SPEED_SUPER && portsc == XDEV_U2) { in __cdnsp_gadget_wakeup()