Home
last modified time | relevance | path

Searched refs:of_root (Results 1 - 25 of 68) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/of/
H A Dpdt.c205 of_root = of_pdt_create_node(root_node, NULL); in of_pdt_build_devicetree()
206 of_root->full_name = "/"; in of_pdt_build_devicetree()
208 of_root->child = of_pdt_build_tree(of_root, in of_pdt_build_devicetree()
209 of_pdt_prom_ops->getchild(of_root->phandle)); in of_pdt_build_devicetree()
/kernel/linux/linux-6.6/drivers/of/
H A Dpdt.c205 of_root = of_pdt_create_node(root_node, NULL); in of_pdt_build_devicetree()
206 of_root->full_name = "/"; in of_pdt_build_devicetree()
208 of_root->child = of_pdt_build_tree(of_root, in of_pdt_build_devicetree()
209 of_pdt_prom_ops->getchild(of_root->phandle)); in of_pdt_build_devicetree()
/kernel/linux/linux-5.10/arch/mips/generic/
H A Dproc.c21 err = of_property_read_string(of_root, "model", &str); in get_system_type()
25 err = of_property_read_string_index(of_root, "compatible", 0, &str); in get_system_type()
/kernel/linux/linux-6.6/arch/mips/generic/
H A Dproc.c21 err = of_property_read_string(of_root, "model", &str); in get_system_type()
25 err = of_property_read_string_index(of_root, "compatible", 0, &str); in get_system_type()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsecure_boot.c35 if (!of_property_read_u32(of_root, "ibm,secure-boot", &secureboot)) in is_ppc_secureboot_enabled()
57 if (!of_property_read_u32(of_root, "ibm,trusted-boot", &trustedboot)) in is_ppc_trustedboot_enabled()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsecure_boot.c35 if (!of_property_read_u32(of_root, "ibm,secure-boot", &secureboot)) in is_ppc_secureboot_enabled()
57 if (!of_property_read_u32(of_root, "ibm,trusted-boot", &trustedboot)) in is_ppc_trustedboot_enabled()
/kernel/linux/linux-5.10/arch/powerpc/mm/
H A Ddrmem.c353 if (!of_root) in walk_drmem_lmbs()
357 of_node_get(of_root); in walk_drmem_lmbs()
358 n_root_addr_cells = of_n_addr_cells(of_root); in walk_drmem_lmbs()
359 n_root_size_cells = of_n_size_cells(of_root); in walk_drmem_lmbs()
360 of_node_put(of_root); in walk_drmem_lmbs()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H A Ddrmem.c399 if (!of_root) in walk_drmem_lmbs()
403 of_node_get(of_root); in walk_drmem_lmbs()
404 n_root_addr_cells = of_n_addr_cells(of_root); in walk_drmem_lmbs()
405 n_root_size_cells = of_n_size_cells(of_root); in walk_drmem_lmbs()
406 of_node_put(of_root); in walk_drmem_lmbs()
/kernel/linux/linux-6.6/drivers/power/reset/
H A Dodroid-go-ultra-poweroff.c145 if (!of_device_is_compatible(of_root, "hardkernel,odroid-go-ultra")) in odroid_go_ultra_poweroff_init()
166 if (!of_device_is_compatible(of_root, "hardkernel,odroid-go-ultra")) in odroid_go_ultra_poweroff_exit()
/kernel/linux/linux-5.10/drivers/soc/imx/
H A Dsoc-imx8m.c181 ret = of_property_read_string(of_root, "model", &soc_dev_attr->machine); in imx8_soc_init()
185 id = of_match_node(imx8_soc_match, of_root); in imx8_soc_init()
/kernel/linux/linux-5.10/arch/powerpc/platforms/512x/
H A Dmpc512x_generic.c36 if (!of_device_compatible_match(of_root, board)) in mpc512x_generic_probe()
/kernel/linux/linux-6.6/arch/powerpc/platforms/512x/
H A Dmpc512x_generic.c35 if (!of_device_compatible_match(of_root, board)) in mpc512x_generic_probe()
/kernel/linux/linux-5.10/arch/powerpc/kexec/
H A Dranges.c390 prop = of_get_property(of_root, "reserved-ranges", &len); in add_reserved_mem_ranges()
394 n_mem_addr_cells = of_n_addr_cells(of_root); in add_reserved_mem_ranges()
395 n_mem_size_cells = of_n_size_cells(of_root); in add_reserved_mem_ranges()
/kernel/linux/linux-6.6/arch/powerpc/kexec/
H A Dranges.c390 prop = of_get_property(of_root, "reserved-ranges", &len); in add_reserved_mem_ranges()
394 n_mem_addr_cells = of_n_addr_cells(of_root); in add_reserved_mem_ranges()
395 n_mem_size_cells = of_n_size_cells(of_root); in add_reserved_mem_ranges()
/kernel/linux/linux-5.10/arch/powerpc/platforms/83xx/
H A Dmpc830x_rdb.c42 return of_device_compatible_match(of_root, board); in mpc830x_rdb_probe()
H A Dmpc831x_rdb.c42 return of_device_compatible_match(of_root, board); in mpc831x_rdb_probe()
H A Dmpc837x_rdb.c69 return of_device_compatible_match(of_root, board); in mpc837x_rdb_probe()
/kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/
H A Dmpc5200_simple.c69 return of_device_compatible_match(of_root, board); in mpc5200_simple_probe()
/kernel/linux/linux-5.10/arch/powerpc/platforms/40x/
H A Dppc40x_simple.c63 if (of_device_compatible_match(of_root, board)) { in ppc40x_probe()
/kernel/linux/linux-6.6/arch/powerpc/platforms/52xx/
H A Dmpc5200_simple.c67 return of_device_compatible_match(of_root, board); in mpc5200_simple_probe()
/kernel/linux/linux-6.6/arch/powerpc/platforms/83xx/
H A Dmpc830x_rdb.c42 return of_device_compatible_match(of_root, board); in mpc830x_rdb_probe()
H A Dmpc831x_rdb.c42 return of_device_compatible_match(of_root, board); in mpc831x_rdb_probe()
H A Dmpc837x_rdb.c69 return of_device_compatible_match(of_root, board); in mpc837x_rdb_probe()
/kernel/linux/linux-6.6/arch/powerpc/platforms/40x/
H A Dppc40x_simple.c62 if (of_device_compatible_match(of_root, board)) { in ppc40x_probe()
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dtango-cpufreq.c19 if (!of_match_node(machines, of_root)) in tango_cpufreq_init()

Completed in 7 milliseconds

123