Searched refs:of_irq_to_resource (Results 1 – 4 of 4) sorted by relevance
/drivers/of/ |
D | irq.c | 349 int of_irq_to_resource(struct device_node *dev, int index, struct resource *r) in of_irq_to_resource() function 376 EXPORT_SYMBOL_GPL(of_irq_to_resource); 458 if (of_irq_to_resource(dev, i, res) <= 0) in of_irq_to_resource_table()
|
/drivers/dma/qcom/ |
D | hidma_mgmt.c | 371 ret = of_irq_to_resource(child, 0, &res[2]); in hidma_mgmt_of_populate_channels()
|
/drivers/pinctrl/ |
D | pinctrl-st.c | 1530 if (of_irq_to_resource(np, 0, &irq_res) > 0) { in st_gpiolib_register_bank()
|
/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 2712 if (of_irq_to_resource(pnp, 0, &res) <= 0) { in mv643xx_eth_shared_of_add_port()
|