Searched refs:cdns3_request (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/drivers/usb/cdns3/ |
D | cdns3-trace.h | 203 TP_PROTO(struct cdns3_request *req), 207 __field(struct cdns3_request *, req) 251 TP_PROTO(struct cdns3_request *req), 256 TP_PROTO(struct cdns3_request *req), 261 TP_PROTO(struct cdns3_request *req), 266 TP_PROTO(struct cdns3_request *req), 271 TP_PROTO(struct cdns3_request *req), 291 TP_PROTO(struct cdns3_request *req), 295 __field(struct cdns3_request *, req) 313 TP_PROTO(struct cdns3_request *req), [all …]
|
D | cdns3-gadget.c | 152 static struct cdns3_request *cdns3_next_priv_request(struct list_head *list) in cdns3_next_priv_request() 154 return list_first_entry_or_null(list, struct cdns3_request, list); in cdns3_next_priv_request() 340 static void cdns3_move_deq_to_next_trb(struct cdns3_request *priv_req) in cdns3_move_deq_to_next_trb() 409 struct cdns3_request *priv_req; in cdns3_start_all_request() 494 struct cdns3_request *descmiss_priv_req; in cdns3_wa2_descmiss_copy_data() 522 struct cdns3_request *priv_req) in cdns3_wa2_gadget_giveback() 562 struct cdns3_request *priv_req) in cdns3_wa2_gadget_ep_queue() 630 struct cdns3_request *priv_req; in cdns3_wa2_remove_old_request() 660 struct cdns3_request *priv_req; in cdns3_wa2_descmissing_packet() 805 struct cdns3_request *priv_req, in cdns3_gadget_giveback() [all …]
|
D | cdns3-gadget.h | 1166 struct cdns3_request *descmis_req; 1229 struct cdns3_request { struct 1247 #define to_cdns3_request(r) (container_of(r, struct cdns3_request, request)) argument 1361 struct cdns3_request *priv_req,
|