Symbol: mtu3_request
drivers/usb/mtu3/mtu3.h
30
struct mtu3_request;
drivers/usb/mtu3/mtu3.h
354
struct mtu3_request ep0_req;
drivers/usb/mtu3/mtu3.h
383
static inline struct mtu3_request *to_mtu3_request(struct usb_request *req)
drivers/usb/mtu3/mtu3.h
385
return req ? container_of(req, struct mtu3_request, request) : NULL;
drivers/usb/mtu3/mtu3.h
393
static inline struct mtu3_request *next_request(struct mtu3_ep *mep)
drivers/usb/mtu3/mtu3.h
395
return list_first_entry_or_null(&mep->req_list, struct mtu3_request,
drivers/usb/mtu3/mtu3_gadget.c
19
struct mtu3_request *mreq = to_mtu3_request(req);
drivers/usb/mtu3/mtu3_gadget.c
236
struct mtu3_request *mreq;
drivers/usb/mtu3/mtu3_gadget.c
253
struct mtu3_request *mreq = to_mtu3_request(req);
drivers/usb/mtu3/mtu3_gadget.c
263
struct mtu3_request *mreq = to_mtu3_request(req);
drivers/usb/mtu3/mtu3_gadget.c
325
struct mtu3_request *mreq = to_mtu3_request(req);
drivers/usb/mtu3/mtu3_gadget.c
326
struct mtu3_request *r;
drivers/usb/mtu3/mtu3_gadget.c
367
struct mtu3_request *mreq;
drivers/usb/mtu3/mtu3_gadget.c
42
struct mtu3_request *mreq = NULL;
drivers/usb/mtu3/mtu3_gadget.c
55
struct mtu3_request, list);
drivers/usb/mtu3/mtu3_gadget_ep0.c
165
static int ep0_queue(struct mtu3_ep *mep0, struct mtu3_request *mreq);
drivers/usb/mtu3/mtu3_gadget_ep0.c
172
struct mtu3_request *mreq;
drivers/usb/mtu3/mtu3_gadget_ep0.c
511
struct mtu3_request *mreq;
drivers/usb/mtu3/mtu3_gadget_ep0.c
565
struct mtu3_request *mreq = next_ep0_request(mtu);
drivers/usb/mtu3/mtu3_gadget_ep0.c
605
struct mtu3_request *mreq;
drivers/usb/mtu3/mtu3_gadget_ep0.c
642
struct mtu3_request *mreq;
drivers/usb/mtu3/mtu3_gadget_ep0.c
699
struct mtu3_request *mreq;
drivers/usb/mtu3/mtu3_gadget_ep0.c
794
static int ep0_queue(struct mtu3_ep *mep, struct mtu3_request *mreq)
drivers/usb/mtu3/mtu3_gadget_ep0.c
840
struct mtu3_request *mreq;
drivers/usb/mtu3/mtu3_qmu.c
244
static int mtu3_prepare_tx_gpd(struct mtu3_ep *mep, struct mtu3_request *mreq)
drivers/usb/mtu3/mtu3_qmu.c
287
static int mtu3_prepare_rx_gpd(struct mtu3_ep *mep, struct mtu3_request *mreq)
drivers/usb/mtu3/mtu3_qmu.c
322
void mtu3_insert_gpd(struct mtu3_ep *mep, struct mtu3_request *mreq)
drivers/usb/mtu3/mtu3_qmu.c
431
struct mtu3_request *mreq;
drivers/usb/mtu3/mtu3_qmu.c
479
struct mtu3_request *mreq;
drivers/usb/mtu3/mtu3_qmu.c
516
struct mtu3_request *mreq;
drivers/usb/mtu3/mtu3_qmu.c
556
struct mtu3_request *mreq;
drivers/usb/mtu3/mtu3_qmu.h
25
void mtu3_insert_gpd(struct mtu3_ep *mep, struct mtu3_request *mreq);
drivers/usb/mtu3/mtu3_trace.h
117
TP_PROTO(struct mtu3_request *mreq),
drivers/usb/mtu3/mtu3_trace.h
121
__field(struct mtu3_request *, mreq)
drivers/usb/mtu3/mtu3_trace.h
149
TP_PROTO(struct mtu3_request *req),
drivers/usb/mtu3/mtu3_trace.h
154
TP_PROTO(struct mtu3_request *req),
drivers/usb/mtu3/mtu3_trace.h
159
TP_PROTO(struct mtu3_request *req),
drivers/usb/mtu3/mtu3_trace.h
164
TP_PROTO(struct mtu3_request *req),
drivers/usb/mtu3/mtu3_trace.h
169
TP_PROTO(struct mtu3_request *req),