Home
last modified time | relevance | path

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

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