Searched refs:txirq (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/dma/ |
| H A D | fsl-edma-main.c | 277 if (fsl_edma->txirq < 0) in fsl_edma_irq_init() 278 return fsl_edma->txirq; in fsl_edma_irq_init() 284 if (fsl_edma->txirq == fsl_edma->errirq) { in fsl_edma_irq_init() 323 if (fsl_chan->txirq < 0) in fsl_edma3_irq_init() 338 if (fsl_edma->txirq < 0) in fsl_edma3_or_irq_init() 339 return fsl_edma->txirq; in fsl_edma3_or_irq_init() 409 fsl_edma->chans[i].txirq = irq; in fsl_edma2_irq_init() 423 if (fsl_edma->txirq == fsl_edma->errirq) { in fsl_edma_irq_exit() 424 if (fsl_edma->txirq >= 0) in fsl_edma_irq_exit() 427 if (fsl_edma->txirq >= 0) in fsl_edma_irq_exit() [all …]
|
| H A D | fsl-edma-common.c | 834 if (fsl_chan->txirq) { in fsl_edma_alloc_chan_resources() 835 ret = request_irq(fsl_chan->txirq, fsl_chan->irq_handler, IRQF_SHARED, in fsl_edma_alloc_chan_resources() 863 if (fsl_chan->txirq) in fsl_edma_free_chan_resources() 864 free_irq(fsl_chan->txirq, fsl_chan); in fsl_edma_free_chan_resources()
|
| H A D | fsl-edma-common.h | 176 int txirq; member 245 int txirq; member
|
| /linux-6.15/drivers/dma/sf-pdma/ |
| H A D | sf-pdma.h | 107 int txirq; member
|
| H A D | sf-pdma.c | 420 chan->txirq = irq; in sf_pdma_irq_init() 603 devm_free_irq(&pdev->dev, ch->txirq, ch); in sf_pdma_remove()
|
| /linux-6.15/arch/powerpc/sysdev/ |
| H A D | fsl_rmu.c | 38 #define IRQ_RIO_TX(m) (((struct fsl_rmu *)(GET_RMM_HANDLE(m)))->txirq) 185 int txirq; member 1095 rmu->txirq = irq_of_parse_and_map(node, 0); in fsl_rio_setup_rmu() 1098 node, rmu->txirq, rmu->rxirq); in fsl_rio_setup_rmu()
|
| /linux-6.15/Documentation/devicetree/bindings/ |
| H A D | writing-bindings.rst | 70 e.g.: "tx" instead of "txirq" (for interrupt).
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | imx.c | 2410 int txirq, rxirq, rtsirq; in imx_uart_probe() local 2457 txirq = platform_get_irq_optional(pdev, 1); in imx_uart_probe() 2594 if (txirq > 0) { in imx_uart_probe() 2603 ret = devm_request_irq(&pdev->dev, txirq, imx_uart_txint, 0, in imx_uart_probe()
|
| /linux-6.15/drivers/net/can/ |
| H A D | grcan.c | 66 u32 txirq; /* 0x214 */ member
|