Home
last modified time | relevance | path

Searched defs:DEV_FULLSPEED (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/cdns3/
Dcdns3-gadget.h236 #define DEV_FULLSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == USB_STS_FS) macro
Dcdnsp-gadget.h289 #define DEV_FULLSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_FS) macro
/kernel/linux/linux-5.10/drivers/usb/cdns3/
Dgadget.h235 #define DEV_FULLSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == USB_STS_FS) macro
/kernel/linux/linux-6.6/drivers/usb/host/
Dxhci.h340 #define DEV_FULLSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_FS) macro
/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci.h340 #define DEV_FULLSPEED(p) (((p) & DEV_SPEED_MASK) == XDEV_FS) macro