Searched refs:hw_ep_flush (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | udc.c | 94 * hw_ep_flush: flush endpoint fifo (execute without interruption) 101 static int hw_ep_flush(struct ci_hdrc *ci, int num, int dir) in hw_ep_flush() function 744 hw_ep_flush(hwep->ci, hwep->num, hwep->dir); 1543 hw_ep_flush(hwep->ci, hwep->num, hwep->dir); in ep_dequeue() 1619 hw_ep_flush(hwep->ci, hwep->num, hwep->dir); in ep_fifo_flush()
|
/kernel/linux/linux-6.6/drivers/usb/chipidea/ |
H A D | udc.c | 97 * hw_ep_flush: flush endpoint fifo (execute without interruption) 104 static int hw_ep_flush(struct ci_hdrc *ci, int num, int dir) in hw_ep_flush() function 758 hw_ep_flush(hwep->ci, hwep->num, hwep->dir); 1557 hw_ep_flush(hwep->ci, hwep->num, hwep->dir); in ep_dequeue() 1633 hw_ep_flush(hwep->ci, hwep->num, hwep->dir); in ep_fifo_flush()
|
Completed in 6 milliseconds