Home
last modified time | relevance | path

Searched refs:of_find_node_by_phandle (Results 1 – 17 of 17) sorted by relevance

/drivers/sbus/char/
Dopenprom.c209 dp = of_find_node_by_phandle(ph); in opromnext()
377 struct device_node *dp = of_find_node_by_phandle(n); in get_node()
522 dp = of_find_node_by_phandle(nd); in opiocgetnext()
/drivers/of/
Dirq.c75 p = of_find_node_by_phandle(be32_to_cpup(parp)); in of_irq_find_parent()
214 newpar = of_find_node_by_phandle(be32_to_cpup(imap)); in of_irq_parse_raw()
Dbase.c1094 struct device_node *of_find_node_by_phandle(phandle handle) in of_find_node_by_phandle() function
1110 EXPORT_SYMBOL(of_find_node_by_phandle);
1590 it->node = of_find_node_by_phandle(it->phandle); in of_phandle_iterator_next()
2254 return of_find_node_by_phandle(be32_to_cpup(handle)); in of_find_next_cache_node()
Dof_pci.c385 phandle_node = of_find_node_by_phandle(phandle); in of_pci_map_rid()
Doverlay.c204 return of_find_node_by_phandle(val); in find_target_node()
/drivers/soc/fsl/qe/
Dqe_io.c169 pio = of_find_node_by_phandle(*ph); in par_io_of_config()
/drivers/pinctrl/
Ddevicetree.c226 np_config = of_find_node_by_phandle(phandle); in pinctrl_dt_to_map()
Dpinctrl-rockchip.c1588 np_config = of_find_node_by_phandle(be32_to_cpup(phandle)); in rockchip_pinctrl_parse_groups()
/drivers/gpu/drm/tilcdc/
Dtilcdc_tfp410.c331 i2c_node = of_find_node_by_phandle(i2c_phandle); in tfp410_probe()
/drivers/irqchip/
Dirq-gic-v3.c891 np = of_find_node_by_phandle(fwspec->param[3]); in partition_domain_translate()
1063 cpu_node = of_find_node_by_phandle(cpu_phandle); in gic_populate_ppi_partitions()
/drivers/misc/cxl/
Dflash.c124 dn = of_find_node_by_phandle(be32_to_cpu(phandle)); in update_node()
/drivers/mailbox/
Domap-mailbox.c680 node = of_find_node_by_phandle(phandle); in omap_mbox_of_xlate()
/drivers/iommu/
Dfsl_pamu.c579 node = of_find_node_by_phandle(*prop); in get_stash_id()
/drivers/remoteproc/
Dremoteproc_core.c1173 np = of_find_node_by_phandle(phandle); in rproc_get_by_phandle()
/drivers/bus/
Dmvebu-mbus.c1329 controller = of_find_node_by_phandle(be32_to_cpup(prop)); in mvebu_mbus_dt_init()
/drivers/net/ethernet/ti/
Dcpsw.c2410 mdio_node = of_find_node_by_phandle(be32_to_cpup(parp)); in cpsw_probe_dt()
/drivers/net/ethernet/ibm/emac/
Dcore.c2344 deps[i].node = of_find_node_by_phandle(deps[i].phandle); in emac_check_deps()