Home
last modified time | relevance | path

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

/linux-6.15/drivers/macintosh/
H A 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-6.15/sound/pci/ac97/
H A Dac97_codec.c2938 static int apply_quirk_str(struct snd_ac97 *ac97, const char *typestr) in apply_quirk_str() argument
2945 if (q->name && ! strcmp(typestr, q->name)) in apply_quirk_str()
2949 if (*typestr >= '0' && *typestr <= '9') in apply_quirk_str()
2950 return apply_quirk(ac97, (int)simple_strtoul(typestr, NULL, 10)); in apply_quirk_str()
/linux-6.15/kernel/trace/
H A Dtrace_probe.c712 const char *typestr = NULL; in find_fetch_type_from_btf_type() local
715 typestr = fetch_type_from_btf_type(btf, ctx->last_type, ctx); in find_fetch_type_from_btf_type()
717 return find_fetch_type(typestr, ctx->flags); in find_fetch_type_from_btf_type()