Home
last modified time | relevance | path

Searched refs:ast_vhub_done (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/usb/gadget/udc/aspeed-vhub/
Dep0.c195 ast_vhub_done(ep, req, 0); in ast_vhub_ep0_do_send()
269 ast_vhub_done(ep, req, rc); in ast_vhub_ep0_do_receive()
428 ast_vhub_done(ep, req, 0); in ast_vhub_ep0_queue()
460 ast_vhub_done(ep, req, -ECONNRESET); in ast_vhub_ep0_dequeue()
Dcore.c30 void ast_vhub_done(struct ast_vhub_ep *ep, struct ast_vhub_req *req, in ast_vhub_done() function
69 ast_vhub_done(ep, req, status); in ast_vhub_nuke()
Depn.c134 ast_vhub_done(ep, req, 0); in ast_vhub_epn_handle_ack()
307 ast_vhub_done(ep, req, 0); in ast_vhub_epn_handle_ack_desc()
488 ast_vhub_done(ep, req, -ECONNRESET); in ast_vhub_epn_dequeue()
Dvhub.h516 void ast_vhub_done(struct ast_vhub_ep *ep, struct ast_vhub_req *req,