Searched refs:of_irq_to_resource (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/of/ |
H A D | irq.c | 416 * of_irq_to_resource - Decode a node's IRQ and return it as a resource 421 int of_irq_to_resource(struct device_node *dev, int index, struct resource *r) in of_irq_to_resource() function 447 EXPORT_SYMBOL_GPL(of_irq_to_resource); 537 if (of_irq_to_resource(dev, i, res) <= 0) in of_irq_to_resource_table()
|
/linux/include/linux/ |
H A D | of_irq.h | 37 extern int of_irq_to_resource(struct device_node *dev, int index,
|
/linux/arch/powerpc/platforms/83xx/ |
H A D | mpc832x_rdb.c | 89 ret = of_irq_to_resource(np, 0, &res[1]); in of_fsl_spi_probe()
|
/linux/drivers/pinctrl/ |
H A D | pinctrl-st.c | 1539 if (of_irq_to_resource(np, 0, &irq_res) > 0) { in st_gpiolib_register_bank()
|
/linux/drivers/net/ethernet/marvell/ |
H A D | mv643xx_eth.c | 2735 if (of_irq_to_resource(pnp, 0, &res) <= 0) { in mv643xx_eth_shared_of_add_port()
|