Home
last modified time | relevance | path

Searched refs:system_serial (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsetup.c97 const char *system_serial; variable
98 EXPORT_SYMBOL(system_serial);
961 &system_serial); in init_machine_late()
963 system_serial = NULL; in init_machine_late()
966 if (!system_serial) in init_machine_late()
967 system_serial = kasprintf(GFP_KERNEL, "%08x%08x", in init_machine_late()
1331 seq_printf(m, "Serial\t\t: %s\n", system_serial); in c_show()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dsystem_info.h21 extern const char *system_serial;