Searched refs:system_type (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/arch/mips/sni/ |
D | setup.c | 133 system_type = "RM400-330"; in plat_mem_setup() 136 system_type = "RM400-430"; in plat_mem_setup() 139 system_type = "RM400-530"; in plat_mem_setup() 142 system_type = "RM400-730"; in plat_mem_setup() 145 system_type = "RM400-xxx"; in plat_mem_setup() 153 system_type = "RM400-120"; in plat_mem_setup() 156 system_type = "RM400-220"; in plat_mem_setup() 159 system_type = "RM400-225"; in plat_mem_setup() 162 system_type = "RM400-420"; in plat_mem_setup() 165 system_type = "RM400-xxx"; in plat_mem_setup() [all …]
|
/linux-6.12.1/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 | 119 system_type = ingenic_get_system_type(mips_machtype); in ingenic_fixup_fdt()
|
/linux-6.12.1/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.12.1/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.12.1/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.12.1/arch/mips/fw/sni/ |
D | sniprom.c | 94 char *system_type = "Unknown"; variable 97 return system_type; in get_system_type()
|
/linux-6.12.1/arch/mips/include/asm/ |
D | bootinfo.h | 91 extern char *system_type;
|
/linux-6.12.1/drivers/media/common/siano/ |
D | smsdvb-debugfs.c | 125 n += sysfs_emit_at(buf, n, "system_type = %d\t\t", p->system_type); in smsdvb_print_isdb_stats() 189 n += sysfs_emit_at(buf, n, "system_type = %d\t\t", p->system_type); in smsdvb_print_isdb_stats_ex()
|
D | smscoreapi.h | 818 u32 system_type; /* ISDB-T system type (ISDB-T / ISDB-Tsb) */ member 860 u32 system_type; /* ISDB-T system type (ISDB-T / ISDB-Tsb) */ member
|