Searched refs:typestr (Results 1 – 2 of 2) sorted by relevance
165 const char *typestr; in wf_show_control() local177 typestr = " RPM"; in wf_show_control()180 typestr = " %"; in wf_show_control()183 typestr = ""; in wf_show_control()185 return sprintf(buf, "%d%s\n", val, typestr); in wf_show_control()
2856 static int apply_quirk_str(struct snd_ac97 *ac97, const char *typestr) in apply_quirk_str() argument2863 if (q->name && ! strcmp(typestr, q->name)) in apply_quirk_str()2867 if (*typestr >= '0' && *typestr <= '9') in apply_quirk_str()2868 return apply_quirk(ac97, (int)simple_strtoul(typestr, NULL, 10)); in apply_quirk_str()