Searched refs:of_irq_to_resource (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/arch/powerpc/sysdev/ |
D | mv64x60_dev.c | 110 of_irq_to_resource(np, 0, &r[4]); in mv64x60_mpsc_device_setup() 117 of_irq_to_resource(sdma, 0, &r[3]); in mv64x60_mpsc_device_setup() 254 of_irq_to_resource(np, 0, &r[0]); in mv64x60_eth_device_setup() 352 of_irq_to_resource(np, 0, &r[1]); in mv64x60_i2c_device_setup()
|
/linux-4.4.14/include/linux/ |
D | of_irq.h | 38 extern int of_irq_to_resource(struct device_node *dev, int index,
|
/linux-4.4.14/drivers/of/ |
D | irq.c | 362 int of_irq_to_resource(struct device_node *dev, int index, struct resource *r) in of_irq_to_resource() function 386 EXPORT_SYMBOL_GPL(of_irq_to_resource); 467 if (!of_irq_to_resource(dev, i, res)) in of_irq_to_resource_table()
|
/linux-4.4.14/arch/powerpc/platforms/83xx/ |
D | mpc832x_rdb.c | 91 ret = of_irq_to_resource(np, 0, &res[1]); in of_fsl_spi_probe()
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-st.c | 1561 if (of_irq_to_resource(np, 0, &irq_res)) { in st_gpiolib_register_bank()
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 2733 if (!of_irq_to_resource(pnp, 0, &res)) { in mv643xx_eth_shared_of_add_port()
|