Searched refs:system_type (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/arch/mips/sni/ |
D | setup.c | 131 system_type = "RM400-330"; in plat_mem_setup() 134 system_type = "RM400-430"; in plat_mem_setup() 137 system_type = "RM400-530"; in plat_mem_setup() 140 system_type = "RM400-730"; in plat_mem_setup() 143 system_type = "RM400-xxx"; in plat_mem_setup() 151 system_type = "RM400-120"; in plat_mem_setup() 154 system_type = "RM400-220"; in plat_mem_setup() 157 system_type = "RM400-225"; in plat_mem_setup() 160 system_type = "RM400-420"; in plat_mem_setup() 163 system_type = "RM400-xxx"; in plat_mem_setup() [all …]
|
/linux-6.1.9/arch/mips/generic/ |
D | proc.c | 11 char *system_type; variable 18 if (system_type) in get_system_type() 19 return system_type; in get_system_type()
|
D | board-ingenic.c | 74 system_type = ingenic_get_system_type(mips_machtype); in ingenic_fixup_fdt()
|
/linux-6.1.9/arch/mips/sgi-ip22/ |
D | ip22-hpc.c | 30 extern char *system_type; 47 system_type = "SGI Indigo2"; in sgihpc_init() 51 system_type = "SGI Indy"; in sgihpc_init()
|
/linux-6.1.9/drivers/s390/char/ |
D | sclp_cpi_sys.c | 41 u8 system_type[CPI_LENGTH_NAME]; member 62 static char system_type[CPI_LENGTH_NAME + 1]; variable 101 set_data(evb->system_type, system_type); in cpi_prepare_req() 290 rc = snprintf(page, PAGE_SIZE, "%s\n", system_type); in system_type_show() 307 set_string(system_type, buf); in system_type_store() 314 __ATTR(system_type, 0644, system_type_show, system_type_store); 403 set_string(system_type, type); in sclp_cpi_set_data()
|
/linux-6.1.9/arch/mips/fw/arc/ |
D | identify.c | 79 char *system_type; variable 83 return system_type; in get_system_type() 108 system_type = mach->liname; in prom_identify_arch()
|
/linux-6.1.9/arch/mips/fw/sni/ |
D | sniprom.c | 94 char *system_type = "Unknown"; variable 97 return system_type; in get_system_type()
|
/linux-6.1.9/arch/mips/include/asm/ |
D | bootinfo.h | 91 extern char *system_type;
|
/linux-6.1.9/drivers/media/common/siano/ |
D | smscoreapi.h | 819 u32 system_type; /* ISDB-T system type (ISDB-T / ISDB-Tsb) */ member 861 u32 system_type; /* ISDB-T system type (ISDB-T / ISDB-Tsb) */ member
|
D | smsdvb-debugfs.c | 181 "system_type = %d\t\t", p->system_type); in smsdvb_print_isdb_stats() 274 "system_type = %d\t\t", p->system_type); in smsdvb_print_isdb_stats_ex()
|