Home
last modified time | relevance | path

Searched refs:DEV_SUPERSPEEDPLUS (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/usb/host/
Dxhci-port.h53 #define DEV_SUPERSPEEDPLUS(p) (((p) & DEV_SPEED_MASK) == XDEV_SSP) macro
/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-gadget.h292 #define DEV_SUPERSPEEDPLUS(p) (((p) & DEV_SPEED_MASK) == XDEV_SSP) macro
Dcdnsp-gadget.c31 if (DEV_SUPERSPEEDPLUS(port_status)) in cdnsp_port_speed()