Home
last modified time | relevance | path

Searched refs:of_irq_to_resource (Results 1 – 4 of 4) sorted by relevance

/drivers/of/
Dirq.c392 int of_irq_to_resource(struct device_node *dev, int index, struct resource *r) in of_irq_to_resource() function
419 EXPORT_SYMBOL_GPL(of_irq_to_resource);
501 if (of_irq_to_resource(dev, i, res) <= 0) in of_irq_to_resource_table()
/drivers/dma/qcom/
Dhidma_mgmt.c371 ret = of_irq_to_resource(child, 0, &res[2]); in hidma_mgmt_of_populate_channels()
/drivers/pinctrl/
Dpinctrl-st.c1552 if (of_irq_to_resource(np, 0, &irq_res) > 0) { in st_gpiolib_register_bank()
/drivers/net/ethernet/marvell/
Dmv643xx_eth.c2731 if (of_irq_to_resource(pnp, 0, &res) <= 0) { in mv643xx_eth_shared_of_add_port()