Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/
H A Dcore.c150 ast_vhub_ep0_handle_ack(&vhub->ep0, true); in ast_vhub_irq()
152 ast_vhub_ep0_handle_ack(&vhub->ep0, false); in ast_vhub_irq()
H A Ddev.c44 ast_vhub_ep0_handle_ack(&d->ep0, true); in ast_vhub_dev_irq()
46 ast_vhub_ep0_handle_ack(&d->ep0, false); in ast_vhub_dev_irq()
H A Dvhub.h524 void ast_vhub_ep0_handle_ack(struct ast_vhub_ep *ep, bool in_ack);
H A Dep0.c272 void ast_vhub_ep0_handle_ack(struct ast_vhub_ep *ep, bool in_ack) in ast_vhub_ep0_handle_ack() function