Searched refs:DEPEVT_PARAMETER_CMD (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/usb/dwc3/ | ||
D | core.h | 1246 #define DEPEVT_PARAMETER_CMD(n) (((n) & (0xf << 8)) >> 8) macro |
D | gadget.c | 2463 cmd = DEPEVT_PARAMETER_CMD(event->parameters); in dwc3_endpoint_interrupt() |