Home
last modified time | relevance | path

Searched refs:of_flat_dt_get_machine_name (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dof_fdt.h77 extern const char *of_flat_dt_get_machine_name(void);
91 static inline const char *of_flat_dt_get_machine_name(void) { return NULL; } in of_flat_dt_get_machine_name() function
/openbmc/linux/arch/nios2/platform/
H A Dplatform.c33 machine = of_flat_dt_get_machine_name(); in nios2_soc_device_init()
/openbmc/linux/arch/mips/kernel/
H A Dprom.c45 mips_set_machine_name(of_flat_dt_get_machine_name()); in __dt_setup_arch()
/openbmc/linux/arch/riscv/kernel/
H A Dsetup.c250 const char *name = of_flat_dt_get_machine_name(); in parse_dtb()
/openbmc/linux/arch/arm64/kernel/
H A Dsetup.c212 name = of_flat_dt_get_machine_name(); in setup_machine_fdt()
/openbmc/linux/drivers/of/
H A Dfdt.c828 const char * __init of_flat_dt_get_machine_name(void) in of_flat_dt_get_machine_name() function
883 pr_info("Machine model: %s\n", of_flat_dt_get_machine_name()); in of_flat_dt_match_machine()