/openbmc/linux/arch/powerpc/sysdev/ |
H A D | tsi108_dev.c | 106 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()
|
H A D | dcr.c | 28 par = of_find_node_by_phandle(*p); in find_dcr_parent()
|
/openbmc/u-boot/include/dm/ |
H A D | of_access.h | 219 struct device_node *of_find_node_by_phandle(phandle handle);
|
/openbmc/linux/drivers/sbus/char/ |
H A D | openprom.c | 196 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()
|
/openbmc/linux/drivers/of/ |
H A D | base.c | 1062 struct device_node *of_find_node_by_phandle(phandle handle) in of_find_node_by_phandle() function 1092 EXPORT_SYMBOL(of_find_node_by_phandle); 1162 it->node = of_find_node_by_phandle(it->phandle); in of_phandle_iterator_next() 1413 new = of_find_node_by_phandle(be32_to_cpup(map)); in of_parse_phandle_with_args_map() 2009 phandle_node = of_find_node_by_phandle(phandle); in of_map_id()
|
H A D | irq.c | 71 p = of_find_node_by_phandle(parent); in of_irq_find_parent() 112 np = of_find_node_by_phandle(be32_to_cpup(imap)); in of_irq_parse_imap_parent()
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-ls-extirq.c | 150 ipar = of_find_node_by_phandle(be32_to_cpup(map + 2)); in ls_extirq_parse_map()
|
H A D | irq-renesas-rza1.c | 163 ipar = of_find_node_by_phandle(be32_to_cpup(imap + 2)); in rza1_irqc_parse_map()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | prom_32.c | 272 dp = of_find_node_by_phandle(node); in of_console_init()
|
H A D | prom_64.c | 624 dp = of_find_node_by_phandle(node); in of_console_init()
|
H A D | of_device_64.c | 475 cp = of_find_node_by_phandle(handle); in apply_interrupt_map()
|
H A D | pcic.c | 633 pcp->prom_node = of_find_node_by_phandle(node); in pcibios_fixup_bus()
|
/openbmc/linux/drivers/iommu/ |
H A D | of_iommu.c | 254 np = of_find_node_by_phandle(phandle); in of_iommu_get_resv_regions()
|
/openbmc/linux/arch/powerpc/platforms/cell/ |
H A D | spider-pic.c | 236 iic = of_find_node_by_phandle(imap[intsize]); in spider_find_cascade_and_node()
|
H A D | cbe_regs.c | 185 struct device_node *ch_np = of_find_node_by_phandle(cpu_handle[i]); in cbe_get_be_node()
|
H A D | axon_msi.c | 177 dn = of_find_node_by_phandle(*ph); in find_msi_translator()
|
H A D | spu_manage.c | 468 vic_dn = of_find_node_by_phandle(vic_handles[i]); in init_affinity_node()
|
/openbmc/u-boot/drivers/core/ |
H A D | of_access.c | 406 struct device_node *of_find_node_by_phandle(phandle handle) in of_find_node_by_phandle() function 611 node = of_find_node_by_phandle(phandle); in __of_parse_phandle_with_args()
|
H A D | ofnode.c | 227 node = np_to_ofnode(of_find_node_by_phandle(phandle)); in ofnode_get_by_phandle()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | devicetree.c | 255 np_config = of_find_node_by_phandle(phandle); in pinctrl_dt_to_map()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | reconfig.c | 268 *npp = of_find_node_by_phandle(handle); in parse_node()
|
H A D | mobility.c | 328 np = of_find_node_by_phandle(be32_to_cpu(phandle)); in pseries_devicetree_update()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | eeprom.c | 51 np = of_find_node_by_phandle(phandle); in mt76_get_of_epprom_from_mtd()
|
/openbmc/linux/drivers/misc/cxl/ |
H A D | flash.c | 126 dn = of_find_node_by_phandle(be32_to_cpu(phandle)); in update_node()
|
/openbmc/linux/include/linux/ |
H A D | of.h | 292 extern struct device_node *of_find_node_by_phandle(phandle handle); 519 static inline struct device_node *of_find_node_by_phandle(phandle handle) in of_find_node_by_phandle() function
|