Home
last modified time | relevance | path

Searched refs:dump_req (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/usb/gadget/
Dimx_udc.h307 static void dump_req(const char *label, struct imx_ep_struct *imx_ep, in dump_req() function
333 #define dump_req(x, y, z) do {} while (0) macro
352 #define dump_req(x, y, z) do {} while (0) macro
Dimx_udc.c816 dump_req(__func__, imx_ep, usb_req); in imx_ep_queue()