Searched refs:of_irq_to_resource (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/of/ |
H A D | irq.c | 414 int of_irq_to_resource(struct device_node *dev, int index, struct resource *r) in of_irq_to_resource() function 440 EXPORT_SYMBOL_GPL(of_irq_to_resource); 528 if (of_irq_to_resource(dev, i, res) <= 0) in of_irq_to_resource_table()
|
/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 | 1542 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 | 2734 if (of_irq_to_resource(pnp, 0, &res) <= 0) { in mv643xx_eth_shared_of_add_port()
|