Home
last modified time | relevance | path

Searched defs:DEV_LOWSPEED (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/usb/cdns3/
Dcdns3-gadget.h235 #define DEV_LOWSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == USB_STS_LS) macro
/linux-5.19.10/drivers/usb/host/
Dxhci.h341 #define DEV_LOWSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_LS) macro