Home
last modified time | relevance | path

Searched refs:priv_req (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.c397 struct cdns3_request *priv_req; in cdns3_start_all_request() local
400 priv_req = to_cdns3_request(request); in cdns3_start_all_request()
401 if ((priv_req->flags & REQUEST_INTERNAL) || in cdns3_start_all_request()
510 struct cdns3_request *priv_req) in cdns3_wa2_gadget_giveback() argument
513 priv_req->flags & REQUEST_INTERNAL) { in cdns3_wa2_gadget_giveback()
545 return &priv_req->request; in cdns3_wa2_gadget_giveback()
550 struct cdns3_request *priv_req) in cdns3_wa2_gadget_ep_queue() argument
580 !(priv_req->flags & REQUEST_INTERNAL)) { in cdns3_wa2_gadget_ep_queue()
582 &priv_req->request); in cdns3_wa2_gadget_ep_queue()
586 list_add_tail(&priv_req->request.list, in cdns3_wa2_gadget_ep_queue()
[all …]
H A Dcdns3-trace.h287 TP_PROTO(struct cdns3_request *priv_req),
288 TP_ARGS(priv_req),
290 __string(name, priv_req->priv_ep->name)
300 __entry->req = &priv_req->request;
301 __entry->buf = priv_req->request.buf;
302 __entry->dma = priv_req->request.dma;
303 __entry->aligned_buf = priv_req->aligned_buf->buf;
304 __entry->aligned_dma = priv_req->aligned_buf->dma;
305 __entry->aligned_buf_size = priv_req->aligned_buf->size;
450 TP_PROTO(struct cdns3_request *priv_req, int current_index,
[all …]
H A Dcdns3-gadget.h1367 struct cdns3_request *priv_req,
/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-trace.h452 TP_PROTO(struct cdns2_request *priv_req, int current_index,
454 TP_ARGS(priv_req, current_index, handled),
456 __field(struct cdns2_request *, priv_req)
465 __entry->priv_req = priv_req;
468 __entry->dequeue_idx = priv_req->pep->ring.dequeue;
469 __entry->enqueue_idx = priv_req->pep->ring.enqueue;
470 __entry->start_trb = priv_req->start_trb;
471 __entry->end_trb = priv_req->end_trb;
475 __entry->priv_req,
484 TP_PROTO(struct cdns2_request *priv_req, int current_index,
[all …]
H A Dcdns2-gadget.h702 struct cdns2_request *priv_req,