Searched refs:cdns3_request (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/usb/cdns3/ |
D | trace.h | 203 TP_PROTO(struct cdns3_request *req), 207 __field(struct cdns3_request *, req) 254 TP_PROTO(struct cdns3_request *req), 259 TP_PROTO(struct cdns3_request *req), 264 TP_PROTO(struct cdns3_request *req), 269 TP_PROTO(struct cdns3_request *req), 274 TP_PROTO(struct cdns3_request *req), 294 TP_PROTO(struct cdns3_request *req), 298 __field(struct cdns3_request *, req) 316 TP_PROTO(struct cdns3_request *req), [all …]
|
D | gadget.c | 151 static struct cdns3_request *cdns3_next_priv_request(struct list_head *list) in cdns3_next_priv_request() 153 return list_first_entry_or_null(list, struct cdns3_request, list); in cdns3_next_priv_request() 355 static void cdns3_move_deq_to_next_trb(struct cdns3_request *priv_req) in cdns3_move_deq_to_next_trb() 424 struct cdns3_request *priv_req; in cdns3_start_all_request() 511 struct cdns3_request *descmiss_priv_req; in cdns3_wa2_descmiss_copy_data() 539 struct cdns3_request *priv_req) in cdns3_wa2_gadget_giveback() 579 struct cdns3_request *priv_req) in cdns3_wa2_gadget_ep_queue() 647 struct cdns3_request *priv_req; in cdns3_wa2_remove_old_request() 677 struct cdns3_request *priv_req; in cdns3_wa2_descmissing_packet() 822 struct cdns3_request *priv_req, in cdns3_gadget_giveback() [all …]
|
D | gadget.h | 1165 struct cdns3_request *descmis_req; 1227 struct cdns3_request { struct 1245 #define to_cdns3_request(r) (container_of(r, struct cdns3_request, request)) argument 1358 struct cdns3_request *priv_req,
|