Searched refs:txirq (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/dma/ |
| H A D | fsl-edma-main.c | 353 fsl_edma->txirq = platform_get_irq_byname(pdev, "edma-tx"); in fsl_edma_irq_init() 354 if (fsl_edma->txirq < 0) in fsl_edma_irq_init() 355 return fsl_edma->txirq; in fsl_edma_irq_init() 361 if (fsl_edma->txirq == fsl_edma->errirq) { in fsl_edma_irq_init() 362 ret = devm_request_irq(&pdev->dev, fsl_edma->txirq, in fsl_edma_irq_init() 369 ret = devm_request_irq(&pdev->dev, fsl_edma->txirq, in fsl_edma_irq_init() 400 fsl_chan->txirq = platform_get_irq(pdev, i); in fsl_edma3_irq_init() 401 if (fsl_chan->txirq < 0) in fsl_edma3_irq_init() 407 fsl_chan->errirq = fsl_chan->txirq; in fsl_edma3_irq_init() 436 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() 896 if (fsl_chan->txirq) in fsl_edma_free_chan_resources() 897 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
|
| /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()
|