Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/powerpc/platforms/pseries/
Dmobility.c63 dn = of_find_node_by_phandle(be32_to_cpu(phandle)); in delete_dt_node()
152 dn = of_find_node_by_phandle(be32_to_cpu(phandle)); in update_dt_node()
225 parent_dn = of_find_node_by_phandle(be32_to_cpu(parent_phandle)); in add_dt_node()
252 dn = of_find_node_by_phandle(be32_to_cpu(phandle)); in prrn_update_node()
Dreconfig.c272 *npp = of_find_node_by_phandle(handle); in parse_node()
/Linux-v4.19/arch/powerpc/sysdev/
Dtsi108_dev.c112 mdio = of_find_node_by_phandle(*ph); in tsi108_eth_of_init()
119 phy = of_find_node_by_phandle(*ph); in tsi108_eth_of_init()
Dscom.c45 par = of_find_node_by_phandle(*p); in scom_find_parent()
Ddcr.c41 par = of_find_node_by_phandle(*p); in find_dcr_parent()
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Deeprom.c48 np = of_find_node_by_phandle(phandle); in mt76_get_of_eeprom()
/Linux-v4.19/drivers/sbus/char/
Dopenprom.c209 dp = of_find_node_by_phandle(ph); in opromnext()
378 struct device_node *dp = of_find_node_by_phandle(n); in get_node()
523 dp = of_find_node_by_phandle(nd); in opiocgetnext()
/Linux-v4.19/drivers/of/
Dirq.c70 p = of_find_node_by_phandle(parent); in of_irq_find_parent()
206 newpar = of_find_node_by_phandle(be32_to_cpup(imap)); in of_irq_parse_raw()
Dbase.c1134 struct device_node *of_find_node_by_phandle(phandle handle) in of_find_node_by_phandle() function
1166 EXPORT_SYMBOL(of_find_node_by_phandle);
1229 it->node = of_find_node_by_phandle(it->phandle); in of_phandle_iterator_next()
1530 new = of_find_node_by_phandle(be32_to_cpup(map)); in of_parse_phandle_with_args_map()
Doverlay.c526 node = of_find_node_by_phandle(val); in find_target_node()
/Linux-v4.19/drivers/soc/fsl/qe/
Dqe_io.c169 pio = of_find_node_by_phandle(*ph); in par_io_of_config()
/Linux-v4.19/arch/sparc/kernel/
Dprom_32.c280 dp = of_find_node_by_phandle(node); in of_console_init()
Dprom_64.c619 dp = of_find_node_by_phandle(node); in of_console_init()
Dpcic.c633 pcp->prom_node = of_find_node_by_phandle(node); in pcibios_fixup_bus()
Dof_device_64.c475 cp = of_find_node_by_phandle(handle); in apply_interrupt_map()
/Linux-v4.19/arch/powerpc/platforms/cell/
Dspider-pic.c253 iic = of_find_node_by_phandle(imap[intsize]); in spider_find_cascade_and_node()
Dcbe_regs.c185 if (of_find_node_by_phandle(cpu_handle[i]) == of_get_cpu_node(cpu_id, NULL)) in cbe_get_be_node()
Daxon_msi.c180 dn = of_find_node_by_phandle(*ph); in find_msi_translator()
Dspu_manage.c492 vic_dn = of_find_node_by_phandle(vic_handles[i]); in init_affinity_node()
/Linux-v4.19/drivers/pinctrl/
Ddevicetree.c253 np_config = of_find_node_by_phandle(phandle); in pinctrl_dt_to_map()
/Linux-v4.19/drivers/gpu/drm/tilcdc/
Dtilcdc_tfp410.c322 i2c_node = of_find_node_by_phandle(i2c_phandle); in tfp410_probe()
/Linux-v4.19/drivers/pci/
Dof.c431 phandle_node = of_find_node_by_phandle(phandle); in of_pci_map_rid()
/Linux-v4.19/include/linux/
Dof.h288 extern struct device_node *of_find_node_by_phandle(phandle handle);
615 static inline struct device_node *of_find_node_by_phandle(phandle handle) in of_find_node_by_phandle() function
/Linux-v4.19/drivers/misc/cxl/
Dflash.c125 dn = of_find_node_by_phandle(be32_to_cpu(phandle)); in update_node()
/Linux-v4.19/drivers/irqchip/
Dirq-gic-v3.c1051 np = of_find_node_by_phandle(fwspec->param[3]); in partition_domain_translate()
1203 cpu_node = of_find_node_by_phandle(cpu_phandle); in gic_populate_ppi_partitions()

12