Home
last modified time | relevance | path

Searched refs:of_get_next_parent (Results 1 – 18 of 18) sorted by relevance

/linux-6.15/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss-of.c36 np = of_get_next_parent(np); in dss_of_port_get_parent_device()
/linux-6.15/drivers/of/
H A Dof_numa.c157 np = of_get_next_parent(np); in of_node_to_nid()
H A Dproperty.c876 node = of_get_next_parent(node); in of_graph_get_port_parent()
919 return of_get_next_parent(np); in of_graph_get_remote_port()
1177 return of_fwnode_handle(of_get_next_parent(np)); in of_fwnode_graph_get_port_parent()
1215 tmp_np = of_get_next_parent(tmp_np); in of_link_to_phandle()
H A Dbase.c593 struct device_node *of_get_next_parent(struct device_node *node) in of_get_next_parent() function
607 EXPORT_SYMBOL(of_get_next_parent);
/linux-6.15/arch/powerpc/platforms/pseries/
H A Dpci.c277 for (pdn = dn; pdn != NULL; pdn = of_get_next_parent(pdn)) { in pseries_root_bridge_prepare()
H A Dmsi.c171 dn = of_get_next_parent(dn); in __find_pe_total_msi()
/linux-6.15/arch/powerpc/sysdev/
H A Ddart_iommu.c370 np = of_get_next_parent(np); in dart_device_on_pcie()
/linux-6.15/drivers/fpga/
H A Dof-fpga-region.c66 np = of_get_next_parent(np); in of_fpga_region_get_mgr()
/linux-6.15/drivers/pinctrl/
H A Ddevicetree.c129 np_pctldev = of_get_next_parent(np_pctldev); in dt_to_map_one_config()
/linux-6.15/drivers/bus/
H A Dvexpress-config.c103 node = of_get_next_parent(node); in vexpress_config_find_prop()
/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-platform.c157 parent = of_get_next_parent(parent); in of_coresight_get_port_parent()
/linux-6.15/include/linux/
H A Dof.h289 extern struct device_node *of_get_next_parent(struct device_node *node);
542 static inline struct device_node *of_get_next_parent(struct device_node *node) in of_get_next_parent() function
/linux-6.15/arch/powerpc/kernel/
H A Dprom.c1000 np = of_get_next_parent(np); in of_get_ibm_chip_id()
/linux-6.15/drivers/net/wan/framer/
H A Dframer-core.c450 args.np = of_get_next_parent(args.np); in framer_of_get_byparent()
/linux-6.15/arch/powerpc/mm/
H A Dnuma.c294 device = of_get_next_parent(device); in of_node_to_nid()
/linux-6.15/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c1906 np = of_get_next_parent(np); in hdmi_get_ddc_adapter()
/linux-6.15/drivers/nvmem/
H A Dcore.c1492 nvmem_np = of_get_next_parent(nvmem_np); in of_nvmem_cell_get()
/linux-6.15/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c2172 muic = of_get_next_parent(musb); in sii8620_extcon_init()