Home
last modified time | relevance | path

Searched refs:opc_irq (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c1887 * @opc_irq: 1 if triggered by output packet complete type irq
1917 * - irq can be called on a "packet complete" event (opc_irq=1), while
1931 static void handle_ep0(struct pxa_udc *udc, int fifo_irq, int opc_irq) in handle_ep0() argument
1944 (fifo_irq << 1 | opc_irq)); in handle_ep0()
1995 if (opc_irq) in handle_ep0()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c1887 * @opc_irq: 1 if triggered by output packet complete type irq
1917 * - irq can be called on a "packet complete" event (opc_irq=1), while
1931 static void handle_ep0(struct pxa_udc *udc, int fifo_irq, int opc_irq) in handle_ep0() argument
1944 (fifo_irq << 1 | opc_irq)); in handle_ep0()
1995 if (opc_irq) in handle_ep0()

Completed in 7 milliseconds