Searched refs:typestr (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/macintosh/ |
D | windfarm_core.c | 163 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.6.21/sound/pci/ac97/ |
D | ac97_codec.c | 2939 static int apply_quirk_str(struct snd_ac97 *ac97, const char *typestr) in apply_quirk_str() argument 2946 if (q->name && ! strcmp(typestr, q->name)) in apply_quirk_str() 2950 if (*typestr >= '0' && *typestr <= '9') in apply_quirk_str() 2951 return apply_quirk(ac97, (int)simple_strtoul(typestr, NULL, 10)); in apply_quirk_str()
|
/linux-6.6.21/kernel/trace/ |
D | trace_probe.c | 690 const char *typestr = NULL; in find_fetch_type_from_btf_type() local 693 typestr = fetch_type_from_btf_type(btf, ctx->last_type, ctx); in find_fetch_type_from_btf_type() 695 return find_fetch_type(typestr, ctx->flags); in find_fetch_type_from_btf_type()
|