Home
last modified time | relevance | path

Searched refs:typestr (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/macintosh/
Dwindfarm_core.c163 const char *typestr; in wf_show_control() local
175 typestr = " RPM"; in wf_show_control()
178 typestr = " %"; in wf_show_control()
181 typestr = ""; in wf_show_control()
183 return sprintf(buf, "%d%s\n", val, typestr); in wf_show_control()
/linux-5.19.10/sound/pci/ac97/
Dac97_codec.c2924 static int apply_quirk_str(struct snd_ac97 *ac97, const char *typestr) in apply_quirk_str() argument
2931 if (q->name && ! strcmp(typestr, q->name)) in apply_quirk_str()
2935 if (*typestr >= '0' && *typestr <= '9') in apply_quirk_str()
2936 return apply_quirk(ac97, (int)simple_strtoul(typestr, NULL, 10)); in apply_quirk_str()