Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dof_fdt.h82 extern const char *of_flat_dt_get_machine_name(void);
96 static inline const char *of_flat_dt_get_machine_name(void) { return NULL; } in of_flat_dt_get_machine_name() function
/linux-4.4.14/arch/nios2/platform/
Dplatform.c28 machine = of_flat_dt_get_machine_name(); in nios2_soc_device_init()
/linux-4.4.14/arch/mips/kernel/
Dprom.c57 mips_set_machine_name(of_flat_dt_get_machine_name()); in __dt_setup_arch()
/linux-4.4.14/arch/arm/mach-clps711x/
Ddevices.c126 soc_dev_attr->machine = of_flat_dt_get_machine_name(); in clps711x_soc_init()
/linux-4.4.14/arch/arm64/kernel/
Dsetup.c195 dump_stack_set_arch_desc("%s (DT)", of_flat_dt_get_machine_name()); in setup_machine_fdt()
/linux-4.4.14/drivers/of/
Dfdt.c702 const char * __init of_flat_dt_get_machine_name(void) in of_flat_dt_get_machine_name() function
757 pr_info("Machine model: %s\n", of_flat_dt_get_machine_name()); in of_flat_dt_match_machine()