Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/cdns3/
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 …]
Dcdns3-trace.h320 TP_PROTO(struct cdns3_request *priv_req),
321 TP_ARGS(priv_req),
323 __string(name, priv_req->priv_ep->name)
333 __entry->req = &priv_req->request;
334 __entry->buf = priv_req->request.buf;
335 __entry->dma = priv_req->request.dma;
336 __entry->aligned_buf = priv_req->aligned_buf->buf;
337 __entry->aligned_dma = priv_req->aligned_buf->dma;
338 __entry->aligned_buf_size = priv_req->aligned_buf->size;
358 TP_PROTO(struct cdns3_request *priv_req),
[all …]
Dcdns3-gadget.h1367 struct cdns3_request *priv_req,
/linux-6.12.1/drivers/usb/gadget/udc/cdns2/
Dcdns2-trace.h374 TP_PROTO(struct cdns2_request *priv_req),
375 TP_ARGS(priv_req),
377 __string(name, priv_req->pep->name)
384 __entry->req = &priv_req->request;
385 __entry->buf = priv_req->request.buf;
386 __entry->dma = priv_req->request.dma;
521 TP_PROTO(struct cdns2_request *priv_req, int current_index,
523 TP_ARGS(priv_req, current_index, handled),
525 __field(struct cdns2_request *, priv_req)
534 __entry->priv_req = priv_req;
[all …]
Dcdns2-gadget.h702 struct cdns2_request *priv_req,