Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TRB_LEN
drivers/usb/cdns3/cdns3-gadget.h
1072
#define TRB_LEN(p) ((p) & GENMASK(16, 0))
drivers/usb/cdns3/cdnsp-gadget.h
1007
#define TRB_LEN(p) ((p) & GENMASK(16, 0))
drivers/usb/gadget/udc/cdns2/cdns2-gadget.h
482
#define TRB_LEN(p) ((p) & GENMASK(16, 0))
drivers/usb/host/xhci.h
1030
#define TRB_LEN(p) ((p) & 0x1ffff)