Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/macintosh/
Dwindfarm_core.c165 const char *typestr; in wf_show_control() local
177 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()
/Linux-v5.4/sound/pci/ac97/
Dac97_codec.c2856 static int apply_quirk_str(struct snd_ac97 *ac97, const char *typestr) in apply_quirk_str() argument
2863 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()