Searched refs:system_type (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/mips/generic/
H A Dproc.c11 char *system_type; variable
18 if (system_type)
19 return system_type;
H A Dboard-ingenic.c119 system_type = ingenic_get_system_type(mips_machtype);
/linux-master/arch/mips/sni/
H A Dsetup.c133 system_type = "RM400-330";
136 system_type = "RM400-430";
139 system_type = "RM400-530";
142 system_type = "RM400-730";
145 system_type = "RM400-xxx";
153 system_type = "RM400-120";
156 system_type = "RM400-220";
159 system_type = "RM400-225";
162 system_type = "RM400-420";
165 system_type
[all...]
/linux-master/arch/mips/sgi-ip22/
H A Dip22-hpc.c30 extern char *system_type;
47 system_type = "SGI Indigo2";
51 system_type = "SGI Indy";
/linux-master/arch/mips/fw/arc/
H A Didentify.c79 char *system_type; variable
83 return system_type;
108 system_type = mach->liname;
/linux-master/drivers/s390/char/
H A Dsclp_cpi_sys.c41 u8 system_type[CPI_LENGTH_NAME]; member in struct:cpi_evbuf
62 static char system_type[CPI_LENGTH_NAME + 1]; variable
101 set_data(evb->system_type, system_type);
290 rc = snprintf(page, PAGE_SIZE, "%s\n", system_type);
302 rc = check_string("system_type", buf);
307 set_string(system_type, buf);
314 __ATTR(system_type, 0644, system_type_show, system_type_store);
396 rc = check_string("system_type", type);
403 set_string(system_type, typ
[all...]
/linux-master/arch/mips/fw/sni/
H A Dsniprom.c94 char *system_type = "Unknown"; variable
97 return system_type;
/linux-master/arch/mips/include/asm/
H A Dbootinfo.h91 extern char *system_type;
/linux-master/drivers/media/common/siano/
H A Dsmscoreapi.h819 u32 system_type; /* ISDB-T system type (ISDB-T / ISDB-Tsb) */ member in struct:sms_isdbt_stats
861 u32 system_type; /* ISDB-T system type (ISDB-T / ISDB-Tsb) */ member in struct:sms_isdbt_stats_ex
H A Dsmsdvb-debugfs.c125 n += sysfs_emit_at(buf, n, "system_type = %d\t\t", p->system_type);
189 n += sysfs_emit_at(buf, n, "system_type = %d\t\t", p->system_type);

Completed in 210 milliseconds