Searched refs:iudma_reset_channel (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | bcm63xx_udc.c | 701 * iudma_reset_channel - Stop DMA on a single channel. 705 static void iudma_reset_channel(struct bcm63xx_udc *udc, struct iudma_ch *iudma) in iudma_reset_channel() function 811 iudma_reset_channel(udc, &udc->iudma[i]); in iudma_init() 831 iudma_reset_channel(udc, &udc->iudma[i]); in iudma_uninit() 1056 iudma_reset_channel(udc, iudma); in bcm63xx_ep_enable() 1091 iudma_reset_channel(udc, iudma); in bcm63xx_ep_disable() 1224 iudma_reset_channel(udc, bep->iudma); in bcm63xx_udc_dequeue() 1553 iudma_reset_channel(udc, &udc->iudma[IUDMA_EP0_RXCHAN]); in bcm63xx_ep0_do_idle() 1630 iudma_reset_channel(udc, &udc->iudma[IUDMA_EP0_TXCHAN]); in bcm63xx_ep0_one_round() 1656 iudma_reset_channel(ud in bcm63xx_ep0_one_round() [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | bcm63xx_udc.c | 698 * iudma_reset_channel - Stop DMA on a single channel. 702 static void iudma_reset_channel(struct bcm63xx_udc *udc, struct iudma_ch *iudma) in iudma_reset_channel() function 808 iudma_reset_channel(udc, &udc->iudma[i]); in iudma_init() 828 iudma_reset_channel(udc, &udc->iudma[i]); in iudma_uninit() 1053 iudma_reset_channel(udc, iudma); in bcm63xx_ep_enable() 1088 iudma_reset_channel(udc, iudma); in bcm63xx_ep_disable() 1221 iudma_reset_channel(udc, bep->iudma); in bcm63xx_udc_dequeue() 1550 iudma_reset_channel(udc, &udc->iudma[IUDMA_EP0_RXCHAN]); in bcm63xx_ep0_do_idle() 1627 iudma_reset_channel(udc, &udc->iudma[IUDMA_EP0_TXCHAN]); in bcm63xx_ep0_one_round() 1653 iudma_reset_channel(ud in bcm63xx_ep0_one_round() [all...] |
Completed in 5 milliseconds