Lines Matching refs:str
331 static int __init sti_setup(char *str)
333 if (str)
334 strscpy(default_sti_path, str, sizeof(default_sti_path));
355 static int sti_font_setup(char *str)
365 if (*str >= '0' && *str <= '9') {
368 if ((x = strchr(str, 'x')) || (x = strchr(str, '*'))) {
369 font_height = simple_strtoul(str, NULL, 0);
372 font_index = simple_strtoul(str, NULL, 0);
375 font_name = str; /* fb font name */