Searched refs:of_irq_to_resource (Results 1 - 12 of 12) sorted by relevance

/drivers/of/
H A Dirq.c332 * of_irq_to_resource - Decode a node's IRQ and return it as a resource
337 int of_irq_to_resource(struct device_node *dev, int index, struct resource *r) function
360 EXPORT_SYMBOL_GPL(of_irq_to_resource); variable
370 while (of_irq_to_resource(dev, nr, NULL))
390 if (!of_irq_to_resource(dev, i, res))
/drivers/crypto/caam/
H A Dctrl.c81 ctrlpriv->secvio_irq = of_irq_to_resource(nprop, 0, NULL);
H A Djr.c507 jrpriv->irq = of_irq_to_resource(np, 0, NULL);
/drivers/input/serio/
H A Dxilinx_ps2.c256 if (!of_irq_to_resource(ofdev->dev.of_node, 0, &r_irq)) {
/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fcc.c91 fep->interrupt = of_irq_to_resource(ofdev->dev.of_node, 0, NULL);
H A Dmac-fec.c101 fep->interrupt = of_irq_to_resource(ofdev->dev.of_node, 0, NULL);
H A Dmac-scc.c101 fep->interrupt = of_irq_to_resource(ofdev->dev.of_node, 0, NULL);
/drivers/spi/
H A Dspi-fsl-espi.c711 ret = of_irq_to_resource(np, 0, &irq);
H A Dspi-fsl-spi.c1065 ret = of_irq_to_resource(np, 0, &irq);
/drivers/i2c/busses/
H A Di2c-cpm.c443 cpm->irq = of_irq_to_resource(ofdev->dev.of_node, 0, NULL);
/drivers/net/ethernet/xilinx/
H A Dxilinx_emaclite.c1131 rc = of_irq_to_resource(ofdev->dev.of_node, 0, &r_irq);
/drivers/tty/serial/cpm_uart/
H A Dcpm_uart_core.c1195 pinfo->port.irq = of_irq_to_resource(np, 0, NULL);

Completed in 257 milliseconds