Searched refs:priv_req (Results 1 – 3 of 3) sorted by relevance
396 struct cdns3_request *priv_req; in cdns3_start_all_request() local399 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() argument512 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() argument579 !(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 …]
324 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 …]
1364 struct cdns3_request *priv_req,