Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/cdns3/
Dcdns3-gadget.c396 struct cdns3_request *priv_req; in cdns3_start_all_request() local
399 priv_req = to_cdns3_request(request); in cdns3_start_all_request()
400 if ((priv_req->flags & REQUEST_INTERNAL) || in cdns3_start_all_request()
509 struct cdns3_request *priv_req) in cdns3_wa2_gadget_giveback() argument
512 priv_req->flags & REQUEST_INTERNAL) { in cdns3_wa2_gadget_giveback()
544 return &priv_req->request; in cdns3_wa2_gadget_giveback()
549 struct cdns3_request *priv_req) in cdns3_wa2_gadget_ep_queue() argument
579 !(priv_req->flags & REQUEST_INTERNAL)) { in cdns3_wa2_gadget_ep_queue()
581 &priv_req->request); in cdns3_wa2_gadget_ep_queue()
585 list_add_tail(&priv_req->request.list, in cdns3_wa2_gadget_ep_queue()
[all …]
Dcdns3-trace.h324 TP_PROTO(struct cdns3_request *priv_req),
325 TP_ARGS(priv_req),
327 __string(name, priv_req->priv_ep->name)
336 __assign_str(name, priv_req->priv_ep->name);
337 __entry->req = &priv_req->request;
338 __entry->buf = priv_req->request.buf;
339 __entry->dma = priv_req->request.dma;
340 __entry->aligned_buf = priv_req->aligned_buf->buf;
341 __entry->aligned_dma = priv_req->aligned_buf->dma;
342 __entry->aligned_buf_size = priv_req->aligned_buf->size;
[all …]
Dcdns3-gadget.h1364 struct cdns3_request *priv_req,