Searched refs:txirq (Results 1 – 7 of 7) sorted by relevance
| /drivers/dma/ |
| A D | fsl-edma-main.c | 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() 401 if (fsl_chan->txirq < 0) in fsl_edma3_irq_init() 407 fsl_chan->errirq = fsl_chan->txirq; in fsl_edma3_irq_init() 437 if (fsl_edma->txirq < 0) in fsl_edma3_or_irq_init() 438 return fsl_edma->txirq; in fsl_edma3_or_irq_init() 508 fsl_edma->chans[i].txirq = irq; in fsl_edma2_irq_init() 523 if (fsl_edma->txirq >= 0) in fsl_edma_irq_exit() 526 if (fsl_edma->txirq >= 0) in fsl_edma_irq_exit() [all …]
|
| 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() 851 if (fsl_chan->txirq) in fsl_edma_alloc_chan_resources() 852 free_irq(fsl_chan->txirq, fsl_chan); in fsl_edma_alloc_chan_resources() 875 if (fsl_chan->txirq) in fsl_edma_free_chan_resources() 876 free_irq(fsl_chan->txirq, fsl_chan); in fsl_edma_free_chan_resources()
|
| A D | fsl-edma-common.h | 189 int txirq; member 263 int txirq; member
|
| /drivers/dma/sf-pdma/ |
| A D | sf-pdma.h | 107 int txirq; member
|
| 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()
|
| /drivers/tty/serial/ |
| 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()
|
| /drivers/net/can/ |
| A D | grcan.c | 66 u32 txirq; /* 0x214 */ member
|
Completed in 29 milliseconds