Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
DEV_SPEED
drivers/usb/cdns3/cdnsp-debug.h
399
speed = info & DEV_SPEED;
drivers/usb/cdns3/cdnsp-gadget.h
603
#define GET_DEV_SPEED(n) (((n) & DEV_SPEED) >> 20)
drivers/usb/host/xhci.h
2316
speed = info & DEV_SPEED;
drivers/usb/host/xhci.h
356
#define GET_DEV_SPEED(n) (((n) & DEV_SPEED) >> 20)