Home
last modified time | relevance | path

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

/linux/include/linux/
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
/linux/arch/nios2/platform/
A Dplatform.c33 machine = of_flat_dt_get_machine_name(); in nios2_soc_device_init()
/linux/arch/mips/kernel/
A Dprom.c47 mips_set_machine_name(of_flat_dt_get_machine_name()); in __dt_setup_arch()
/linux/drivers/soc/cirrus/
A Dsoc-ep93xx.c198 attrs->machine = of_flat_dt_get_machine_name(); in ep93xx_syscon_probe()
/linux/arch/riscv/kernel/
A Dsetup.c231 const char *name = of_flat_dt_get_machine_name(); in parse_dtb()
/linux/arch/arm64/kernel/
A Dsetup.c197 name = of_flat_dt_get_machine_name(); in setup_machine_fdt()
/linux/drivers/of/
A Dfdt.c694 const char * __init of_flat_dt_get_machine_name(void) in of_flat_dt_get_machine_name() function
749 pr_info("Machine model: %s\n", of_flat_dt_get_machine_name()); in of_flat_dt_match_machine()

Completed in 13 milliseconds