Searched refs:ast_vhub_req (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/usb/gadget/udc/aspeed-vhub/ |
D | ep0.c | 177 struct ast_vhub_req *req) in ast_vhub_ep0_do_send() 235 static void ast_vhub_ep0_do_receive(struct ast_vhub_ep *ep, struct ast_vhub_req *req, in ast_vhub_ep0_do_receive() 275 struct ast_vhub_req *req; in ast_vhub_ep0_handle_ack() 285 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, queue); in ast_vhub_ep0_handle_ack() 362 struct ast_vhub_req *req = to_ast_req(u_req); in ast_vhub_ep0_queue() 442 struct ast_vhub_req *req; in ast_vhub_ep0_dequeue() 449 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, queue); in ast_vhub_ep0_dequeue()
|
D | epn.c | 40 static void ast_vhub_epn_kick(struct ast_vhub_ep *ep, struct ast_vhub_req *req) in ast_vhub_epn_kick() 84 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() 142 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, in ast_vhub_epn_handle_ack() 169 struct ast_vhub_req *req) in ast_vhub_epn_kick_desc() 250 struct ast_vhub_req *req; in ast_vhub_epn_handle_ack_desc() 264 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, queue); in ast_vhub_epn_handle_ack_desc() 316 struct ast_vhub_req, in ast_vhub_epn_handle_ack_desc() 338 struct ast_vhub_req *req = to_ast_req(u_req); in ast_vhub_epn_queue() 476 struct ast_vhub_req *req = NULL, *iter; in ast_vhub_epn_dequeue()
|
D | core.c | 29 void ast_vhub_done(struct ast_vhub_ep *ep, struct ast_vhub_req *req, in ast_vhub_done() 62 struct ast_vhub_req *req; in ast_vhub_nuke() 67 req = list_first_entry(&ep->queue, struct ast_vhub_req, queue); in ast_vhub_nuke() 78 struct ast_vhub_req *req; in ast_vhub_alloc_request() 88 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,
|