Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/
H A Dep0.c200 ast_vhub_done(ep, req, 0); in ast_vhub_ep0_do_send()
267 ast_vhub_done(ep, req, rc); in ast_vhub_ep0_do_receive()
426 ast_vhub_done(ep, req, 0); in ast_vhub_ep0_queue()
458 ast_vhub_done(ep, req, -ECONNRESET); in ast_vhub_ep0_dequeue()
H A Dcore.c35 void ast_vhub_done(struct ast_vhub_ep *ep, struct ast_vhub_req *req, in ast_vhub_done() function
74 ast_vhub_done(ep, req, status); in ast_vhub_nuke()
H A Depn.c139 ast_vhub_done(ep, req, 0); in ast_vhub_epn_handle_ack()
312 ast_vhub_done(ep, req, 0); in ast_vhub_epn_handle_ack_desc()
491 ast_vhub_done(ep, req, -ECONNRESET); in ast_vhub_epn_dequeue()
H A Dvhub.h515 void ast_vhub_done(struct ast_vhub_ep *ep, struct ast_vhub_req *req,