Searched refs:txirq (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/dma/ |
| H A D | fsl-edma-main.c | 349 fsl_edma->txirq = platform_get_irq_byname(pdev, "edma-tx"); in fsl_edma_irq_init() 350 if (fsl_edma->txirq < 0) in fsl_edma_irq_init() 351 return fsl_edma->txirq; in fsl_edma_irq_init() 357 if (fsl_edma->txirq == fsl_edma->errirq) { in fsl_edma_irq_init() 358 ret = devm_request_irq(&pdev->dev, fsl_edma->txirq, in fsl_edma_irq_init() 365 ret = devm_request_irq(&pdev->dev, fsl_edma->txirq, in fsl_edma_irq_init() 396 fsl_chan->txirq = platform_get_irq(pdev, i); in fsl_edma3_irq_init() 397 if (fsl_chan->txirq < 0) in fsl_edma3_irq_init() 403 fsl_chan->errirq = fsl_chan->txirq; in fsl_edma3_irq_init() 432 fsl_edma->txirq = platform_get_irq_byname(pdev, "tx-0-15"); in fsl_edma3_or_irq_init() [all …]
|
| H A D | fsl-edma-common.c | 855 if (fsl_chan->txirq) in fsl_edma_alloc_chan_resources() 856 ret = request_irq(fsl_chan->txirq, fsl_chan->irq_handler, IRQF_SHARED, in fsl_edma_alloc_chan_resources() 872 if (fsl_chan->txirq) in fsl_edma_alloc_chan_resources() 873 free_irq(fsl_chan->txirq, fsl_chan); in fsl_edma_alloc_chan_resources() 897 if (fsl_chan->txirq) in fsl_edma_free_chan_resources() 898 free_irq(fsl_chan->txirq, fsl_chan); in fsl_edma_free_chan_resources()
|
| H A D | fsl-edma-common.h | 189 int txirq; member 263 int txirq; member
|
| /linux/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/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/drivers/tty/serial/ |
| H A D | imx.c | 2417 int txirq, rxirq, rtsirq; in imx_uart_probe() local 2464 txirq = platform_get_irq_optional(pdev, 1); in imx_uart_probe() 2601 if (txirq > 0) { in imx_uart_probe() 2610 ret = devm_request_irq(&pdev->dev, txirq, imx_uart_txint, 0, in imx_uart_probe()
|
| /linux/Documentation/devicetree/bindings/ |
| H A D | writing-bindings.rst | 100 e.g.: "tx" instead of "txirq" (for interrupt).
|
| /linux/drivers/net/can/ |
| H A D | grcan.c | 66 u32 txirq; /* 0x214 */ member
|