Searched refs:ast_vhub_req (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/gadget/udc/aspeed-vhub/ |
D | ep0.c | 183 struct ast_vhub_req *req) in ast_vhub_ep0_do_send() 241 static void ast_vhub_ep0_do_receive(struct ast_vhub_ep *ep, struct ast_vhub_req *req, in ast_vhub_ep0_do_receive() 274 struct ast_vhub_req *req; in ast_vhub_ep0_handle_ack() 284 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, queue); in ast_vhub_ep0_handle_ack() 361 struct ast_vhub_req *req = to_ast_req(u_req); in ast_vhub_ep0_queue() 441 struct ast_vhub_req *req; in ast_vhub_ep0_dequeue() 448 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, queue); in ast_vhub_ep0_dequeue()
|
D | epn.c | 46 static void ast_vhub_epn_kick(struct ast_vhub_ep *ep, struct ast_vhub_req *req) in ast_vhub_epn_kick() 90 struct ast_vhub_req *req; in ast_vhub_epn_handle_ack() 98 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, queue); in ast_vhub_epn_handle_ack() 140 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, in ast_vhub_epn_handle_ack() 167 struct ast_vhub_req *req) in ast_vhub_epn_kick_desc() 248 struct ast_vhub_req *req; in ast_vhub_epn_handle_ack_desc() 262 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, queue); in ast_vhub_epn_handle_ack_desc() 314 struct ast_vhub_req, in ast_vhub_epn_handle_ack_desc() 336 struct ast_vhub_req *req = to_ast_req(u_req); in ast_vhub_epn_queue() 471 struct ast_vhub_req *req; in ast_vhub_epn_dequeue()
|
D | core.c | 35 void ast_vhub_done(struct ast_vhub_ep *ep, struct ast_vhub_req *req, in ast_vhub_done() 67 struct ast_vhub_req *req; in ast_vhub_nuke() 72 req = list_first_entry(&ep->queue, struct ast_vhub_req, queue); in ast_vhub_nuke() 83 struct ast_vhub_req *req; in ast_vhub_alloc_request() 93 struct ast_vhub_req *req = to_ast_req(u_req); in ast_vhub_free_request()
|
D | vhub.h | 234 struct ast_vhub_req { struct 253 #define to_ast_req(__ureq) container_of(__ureq, struct ast_vhub_req, req) argument 307 struct ast_vhub_req req; 499 void ast_vhub_done(struct ast_vhub_ep *ep, struct ast_vhub_req *req,
|