Searched refs:of_irq_to_resource (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/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()
  | 
| /Linux-v5.4/include/linux/ | 
| D | of_irq.h | 39 extern int of_irq_to_resource(struct device_node *dev, int index,
  | 
| /Linux-v5.4/arch/powerpc/platforms/83xx/ | 
| D | mpc832x_rdb.c | 87 		ret = of_irq_to_resource(np, 0, &res[1]);  in of_fsl_spi_probe()
  | 
| /Linux-v5.4/drivers/dma/qcom/ | 
| D | hidma_mgmt.c | 371 		ret = of_irq_to_resource(child, 0, &res[2]);  in hidma_mgmt_of_populate_channels()
  | 
| /Linux-v5.4/drivers/pinctrl/ | 
| D | pinctrl-st.c | 1529 	if (of_irq_to_resource(np, 0, &irq_res) > 0) {  in st_gpiolib_register_bank()
  | 
| /Linux-v5.4/drivers/net/ethernet/marvell/ | 
| D | mv643xx_eth.c | 2716 	if (of_irq_to_resource(pnp, 0, &res) <= 0) {  in mv643xx_eth_shared_of_add_port()
  |