Home
last modified time | relevance | path

Searched refs:cdns3_request (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Dgadget.c140 struct cdns3_request *cdns3_next_priv_request(struct list_head *list) in cdns3_next_priv_request()
142 return list_first_entry_or_null(list, struct cdns3_request, list); in cdns3_next_priv_request()
298 void cdns3_move_deq_to_next_trb(struct cdns3_request *priv_req) in cdns3_move_deq_to_next_trb()
398 struct cdns3_request *descmiss_priv_req; in cdns3_wa2_descmiss_copy_data()
440 struct cdns3_request *priv_req) in cdns3_wa2_gadget_giveback()
473 struct cdns3_request *priv_req) in cdns3_wa2_gadget_ep_queue()
541 struct cdns3_request *priv_req; in cdns3_wa2_remove_old_request()
571 struct cdns3_request *priv_req; in cdns3_wa2_descmissing_packet()
635 struct cdns3_request *priv_req, in cdns3_gadget_giveback()
719 static int cdns3_prepare_aligned_request_buf(struct cdns3_request *priv_req) in cdns3_prepare_aligned_request_buf()
[all …]
H A Dgadget.h1147 struct cdns3_request *descmis_req;
1198 struct cdns3_request { struct
1214 #define to_cdns3_request(r) (container_of(r, struct cdns3_request, request)) argument
1328 struct cdns3_request *priv_req,