Searched refs:mReq (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dci13xxx_udc.c1413 static int _hardware_enqueue(struct ci13xxx_ep *mEp, struct ci13xxx_req *mReq) argument
1417 trace("%p, %p", mEp, mReq);
1420 if (mReq->req.status == -EALREADY)
1426 mReq->req.status = -EALREADY;
1428 if (mReq->req.length && !mReq->req.dma) {
1429 mReq->req.dma = \
1430 dma_map_single(mEp->device, mReq->req.buf,
1431 mReq->req.length, mEp->dir ?
1433 if (mReq
1479 _hardware_dequeue(struct ci13xxx_ep *mEp, struct ci13xxx_req *mReq) argument
1537 struct ci13xxx_req *mReq = \\ variable in typeref:struct:ci13xxx_req
1771 struct ci13xxx_req *mReq; variable in typeref:struct:ci13xxx_req
2063 struct ci13xxx_req *mReq = NULL; local
2102 struct ci13xxx_req *mReq = container_of(req, struct ci13xxx_req, req); local
2135 struct ci13xxx_req *mReq = container_of(req, struct ci13xxx_req, req); local
2192 struct ci13xxx_req *mReq = container_of(req, struct ci13xxx_req, req); local
[all...]

Completed in 159 milliseconds