max3420_req
struct max3420_req *req;
struct max3420_req *req = to_max3420_req(_req);
struct max3420_req *t = NULL;
struct max3420_req *req = to_max3420_req(_req);
struct max3420_req *iter;
struct max3420_req ep0req;
#define to_max3420_req(r) container_of((r), struct max3420_req, usb_req)
static void max3420_req_done(struct max3420_req *req, int status)
struct max3420_req *req;
req = list_first_entry(&ep->queue, struct max3420_req, queue);
struct max3420_req *req, *r;