Searched refs:ast_vhub_done (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/usb/gadget/udc/aspeed-vhub/ |
D | ep0.c | 194 ast_vhub_done(ep, req, 0); in ast_vhub_ep0_do_send() 268 ast_vhub_done(ep, req, rc); in ast_vhub_ep0_do_receive() 427 ast_vhub_done(ep, req, 0); in ast_vhub_ep0_queue() 459 ast_vhub_done(ep, req, -ECONNRESET); in ast_vhub_ep0_dequeue()
|
D | core.c | 29 void ast_vhub_done(struct ast_vhub_ep *ep, struct ast_vhub_req *req, in ast_vhub_done() function 68 ast_vhub_done(ep, req, status); in ast_vhub_nuke()
|
D | epn.c | 141 ast_vhub_done(ep, req, status); in ast_vhub_epn_handle_ack() 314 ast_vhub_done(ep, req, 0); in ast_vhub_epn_handle_ack_desc() 495 ast_vhub_done(ep, req, -ECONNRESET); in ast_vhub_epn_dequeue()
|
D | vhub.h | 516 void ast_vhub_done(struct ast_vhub_ep *ep, struct ast_vhub_req *req,
|