/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdns3-gadget.c | 397 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() 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() 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 in cdns3_wa2_gadget_ep_queue() 508 cdns3_wa2_gadget_giveback(struct cdns3_device *priv_dev, struct cdns3_endpoint *priv_ep, struct cdns3_request *priv_req) cdns3_wa2_gadget_giveback() argument 548 cdns3_wa2_gadget_ep_queue(struct cdns3_device *priv_dev, struct cdns3_endpoint *priv_ep, struct cdns3_request *priv_req) cdns3_wa2_gadget_ep_queue() argument 618 struct cdns3_request *priv_req; cdns3_wa2_remove_old_request() local 648 struct cdns3_request *priv_req; cdns3_wa2_descmissing_packet() local 792 cdns3_gadget_giveback(struct cdns3_endpoint *priv_ep, struct cdns3_request *priv_req, int status) cdns3_gadget_giveback() argument 893 cdns3_prepare_aligned_request_buf(struct cdns3_request *priv_req) cdns3_prepare_aligned_request_buf() argument 995 struct cdns3_request *priv_req; cdns3_ep_run_stream_transfer() local 1120 struct cdns3_request *priv_req; cdns3_ep_run_transfer() local 1484 cdns3_trb_handled(struct cdns3_endpoint *priv_ep, struct cdns3_request *priv_req) cdns3_trb_handled() argument 1550 struct cdns3_request *priv_req; cdns3_transfer_completed() local 2313 struct cdns3_request *priv_req; cdns3_gadget_ep_alloc_request() local 2333 struct cdns3_request *priv_req = to_cdns3_request(request); cdns3_gadget_ep_free_request() local 2491 struct cdns3_request *priv_req; cdns3_gadget_ep_disable() local 2586 struct cdns3_request *priv_req; __cdns3_gadget_ep_queue() local 2656 struct cdns3_request *priv_req; cdns3_gadget_ep_queue() local 2687 struct cdns3_request *priv_req; cdns3_gadget_ep_dequeue() local 2785 struct cdns3_request *priv_req; __cdns3_gadget_ep_clear_halt() local [all...] |
H A D | cdns3-trace.h | 320 TP_PROTO(struct cdns3_request *priv_req), 321 TP_ARGS(priv_req), 323 __string(name, priv_req->priv_ep->name) 332 __assign_str(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 [all...] |
H A D | cdns3-gadget.h | 1367 struct cdns3_request *priv_req,
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
H A D | gadget.c | 411 struct cdns3_request *priv_req; in cdns3_start_all_request() local 414 priv_req = to_cdns3_request(request); in cdns3_start_all_request() 415 if ((priv_req->flags & REQUEST_INTERNAL) || in cdns3_start_all_request() 526 struct cdns3_request *priv_req) in cdns3_wa2_gadget_giveback() 529 priv_req->flags & REQUEST_INTERNAL) { in cdns3_wa2_gadget_giveback() 561 return &priv_req->request; in cdns3_wa2_gadget_giveback() 566 struct cdns3_request *priv_req) in cdns3_wa2_gadget_ep_queue() 596 !(priv_req->flags & REQUEST_INTERNAL)) { in cdns3_wa2_gadget_ep_queue() 598 &priv_req->request); in cdns3_wa2_gadget_ep_queue() 602 list_add_tail(&priv_req in cdns3_wa2_gadget_ep_queue() 524 cdns3_wa2_gadget_giveback(struct cdns3_device *priv_dev, struct cdns3_endpoint *priv_ep, struct cdns3_request *priv_req) cdns3_wa2_gadget_giveback() argument 564 cdns3_wa2_gadget_ep_queue(struct cdns3_device *priv_dev, struct cdns3_endpoint *priv_ep, struct cdns3_request *priv_req) cdns3_wa2_gadget_ep_queue() argument 634 struct cdns3_request *priv_req; cdns3_wa2_remove_old_request() local 664 struct cdns3_request *priv_req; cdns3_wa2_descmissing_packet() local 808 cdns3_gadget_giveback(struct cdns3_endpoint *priv_ep, struct cdns3_request *priv_req, int status) cdns3_gadget_giveback() argument 898 cdns3_prepare_aligned_request_buf(struct cdns3_request *priv_req) cdns3_prepare_aligned_request_buf() argument 990 struct cdns3_request *priv_req; cdns3_ep_run_stream_transfer() local 1115 struct cdns3_request *priv_req; cdns3_ep_run_transfer() local 1479 cdns3_trb_handled(struct cdns3_endpoint *priv_ep, struct cdns3_request *priv_req) cdns3_trb_handled() argument 1545 struct cdns3_request *priv_req; cdns3_transfer_completed() local 2308 struct cdns3_request *priv_req; cdns3_gadget_ep_alloc_request() local 2328 struct cdns3_request *priv_req = to_cdns3_request(request); cdns3_gadget_ep_free_request() local 2486 struct cdns3_request *priv_req; cdns3_gadget_ep_disable() local 2581 struct cdns3_request *priv_req; __cdns3_gadget_ep_queue() local 2649 struct cdns3_request *priv_req; cdns3_gadget_ep_queue() local 2680 struct cdns3_request *priv_req; cdns3_gadget_ep_dequeue() local 2766 struct cdns3_request *priv_req; __cdns3_gadget_ep_clear_halt() local [all...] |
H A D | trace.h | 327 TP_PROTO(struct cdns3_request *priv_req), 328 TP_ARGS(priv_req), 330 __string(name, priv_req->priv_ep->name) 339 __assign_str(name, priv_req->priv_ep->name); 340 __entry->req = &priv_req->request; 341 __entry->buf = priv_req->request.buf; 342 __entry->dma = priv_req->request.dma; 343 __entry->aligned_buf = priv_req->aligned_buf->buf; 344 __entry->aligned_dma = priv_req->aligned_buf->dma; 345 __entry->aligned_buf_size = priv_req [all...] |
H A D | gadget.h | 1364 struct cdns3_request *priv_req,
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-trace.h | 374 TP_PROTO(struct cdns2_request *priv_req), 375 TP_ARGS(priv_req), 377 __string(name, priv_req->pep->name) 383 __assign_str(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) [all...] |
H A D | cdns2-gadget.h | 693 struct cdns2_request *priv_req,
|