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

/linux-master/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; } function
/linux-master/arch/nios2/platform/
H A Dplatform.c33 machine = of_flat_dt_get_machine_name();
/linux-master/arch/mips/kernel/
H A Dprom.c47 mips_set_machine_name(of_flat_dt_get_machine_name());
/linux-master/arch/riscv/kernel/
H A Dsetup.c231 const char *name = of_flat_dt_get_machine_name();
/linux-master/arch/arm64/kernel/
H A Dsetup.c197 name = of_flat_dt_get_machine_name();
/linux-master/drivers/of/
H A Dfdt.c715 const char * __init of_flat_dt_get_machine_name(void) function
770 pr_info("Machine model: %s\n", of_flat_dt_get_machine_name());

Completed in 209 milliseconds