Searched refs:ast_vhub_req (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/usb/gadget/udc/aspeed-vhub/ |
D | ep0.c | 178 struct ast_vhub_req *req) in ast_vhub_ep0_do_send() 236 static void ast_vhub_ep0_do_receive(struct ast_vhub_ep *ep, struct ast_vhub_req *req, in ast_vhub_ep0_do_receive() 276 struct ast_vhub_req *req; in ast_vhub_ep0_handle_ack() 286 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, queue); in ast_vhub_ep0_handle_ack() 363 struct ast_vhub_req *req = to_ast_req(u_req); in ast_vhub_ep0_queue() 443 struct ast_vhub_req *req; in ast_vhub_ep0_dequeue() 450 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, queue); in ast_vhub_ep0_dequeue()
|
D | epn.c | 41 static void ast_vhub_epn_kick(struct ast_vhub_ep *ep, struct ast_vhub_req *req) in ast_vhub_epn_kick() 85 struct ast_vhub_req *req; in ast_vhub_epn_handle_ack() 93 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, queue); in ast_vhub_epn_handle_ack() 135 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, in ast_vhub_epn_handle_ack() 162 struct ast_vhub_req *req) in ast_vhub_epn_kick_desc() 243 struct ast_vhub_req *req; in ast_vhub_epn_handle_ack_desc() 257 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, queue); in ast_vhub_epn_handle_ack_desc() 309 struct ast_vhub_req, in ast_vhub_epn_handle_ack_desc() 331 struct ast_vhub_req *req = to_ast_req(u_req); in ast_vhub_epn_queue() 469 struct ast_vhub_req *req = NULL, *iter; in ast_vhub_epn_dequeue()
|
D | core.c | 30 void ast_vhub_done(struct ast_vhub_ep *ep, struct ast_vhub_req *req, in ast_vhub_done() 63 struct ast_vhub_req *req; in ast_vhub_nuke() 68 req = list_first_entry(&ep->queue, struct ast_vhub_req, queue); in ast_vhub_nuke() 79 struct ast_vhub_req *req; in ast_vhub_alloc_request() 89 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; 516 void ast_vhub_done(struct ast_vhub_ep *ep, struct ast_vhub_req *req,
|