Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/arch/powerpc/sysdev/
A Dtsi108_dev.c106 mdio = of_find_node_by_phandle(*ph); in tsi108_eth_of_init()
113 phy = of_find_node_by_phandle(*ph); in tsi108_eth_of_init()
A Ddcr.c28 par = of_find_node_by_phandle(*p); in find_dcr_parent()
/linux-6.3-rc2/drivers/sbus/char/
A Dopenprom.c196 dp = of_find_node_by_phandle(ph); in opromnext()
365 struct device_node *dp = of_find_node_by_phandle(n); in get_node()
510 dp = of_find_node_by_phandle(nd); in opiocgetnext()
/linux-6.3-rc2/drivers/of/
A Dirq.c69 p = of_find_node_by_phandle(parent); in of_irq_find_parent()
231 newpar = of_find_node_by_phandle(be32_to_cpup(imap)); in of_irq_parse_raw()
A Dbase.c1244 struct device_node *of_find_node_by_phandle(phandle handle) in of_find_node_by_phandle() function
1274 EXPORT_SYMBOL(of_find_node_by_phandle);
1344 it->node = of_find_node_by_phandle(it->phandle); in of_phandle_iterator_next()
1595 new = of_find_node_by_phandle(be32_to_cpup(map)); in of_parse_phandle_with_args_map()
2175 phandle_node = of_find_node_by_phandle(phandle); in of_map_id()
A Doverlay.c694 node = of_find_node_by_phandle(val); in find_target()
/linux-6.3-rc2/drivers/irqchip/
A Dirq-ls-extirq.c150 ipar = of_find_node_by_phandle(be32_to_cpup(map + 2)); in ls_extirq_parse_map()
A Dirq-renesas-rza1.c163 ipar = of_find_node_by_phandle(be32_to_cpup(imap + 2)); in rza1_irqc_parse_map()
/linux-6.3-rc2/arch/sparc/kernel/
A Dprom_32.c272 dp = of_find_node_by_phandle(node); in of_console_init()
A Dprom_64.c622 dp = of_find_node_by_phandle(node); in of_console_init()
A Dof_device_64.c475 cp = of_find_node_by_phandle(handle); in apply_interrupt_map()
A Dpcic.c633 pcp->prom_node = of_find_node_by_phandle(node); in pcibios_fixup_bus()
/linux-6.3-rc2/drivers/iommu/
A Dof_iommu.c248 np = of_find_node_by_phandle(phandle); in of_iommu_get_resv_regions()
A Dfsl_pamu.c314 node = of_find_node_by_phandle(*prop); in get_stash_id()
/linux-6.3-rc2/arch/powerpc/platforms/cell/
A Dspider-pic.c236 iic = of_find_node_by_phandle(imap[intsize]); in spider_find_cascade_and_node()
A Dcbe_regs.c186 struct device_node *ch_np = of_find_node_by_phandle(cpu_handle[i]); in cbe_get_be_node()
A Daxon_msi.c176 dn = of_find_node_by_phandle(*ph); in find_msi_translator()
A Dspu_manage.c467 vic_dn = of_find_node_by_phandle(vic_handles[i]); in init_affinity_node()
/linux-6.3-rc2/drivers/pinctrl/
A Ddevicetree.c253 np_config = of_find_node_by_phandle(phandle); in pinctrl_dt_to_map()
/linux-6.3-rc2/arch/powerpc/platforms/pseries/
A Dreconfig.c268 *npp = of_find_node_by_phandle(handle); in parse_node()
A Dmobility.c335 np = of_find_node_by_phandle(be32_to_cpu(phandle)); in pseries_devicetree_update()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/
A Deeprom.c46 np = of_find_node_by_phandle(phandle); in mt76_get_of_eeprom()
/linux-6.3-rc2/drivers/misc/cxl/
A Dflash.c126 dn = of_find_node_by_phandle(be32_to_cpu(phandle)); in update_node()
/linux-6.3-rc2/include/linux/
A Dof.h296 extern struct device_node *of_find_node_by_phandle(phandle handle);
517 static inline struct device_node *of_find_node_by_phandle(phandle handle) in of_find_node_by_phandle() function
/linux-6.3-rc2/drivers/staging/media/imx/
A Dimx8mq-mipi-csi2.c877 node = of_find_node_by_phandle(ph); in imx8mq_mipi_csi_parse_dt()

Completed in 54 milliseconds

12