Searched refs:typestr (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/macintosh/ |
| H A 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/sound/pci/ac97/ |
| H A D | ac97_codec.c | 2929 static int apply_quirk_str(struct snd_ac97 *ac97, const char *typestr) in apply_quirk_str() argument 2936 if (q->name && ! strcmp(typestr, q->name)) in apply_quirk_str() 2940 if (*typestr >= '0' && *typestr <= '9') in apply_quirk_str() 2941 return apply_quirk(ac97, (int)simple_strtoul(typestr, NULL, 10)); in apply_quirk_str()
|
| /linux/kernel/trace/ |
| H A D | trace_probe.c | 731 const char *typestr = NULL; in find_fetch_type_from_btf_type() local 734 typestr = fetch_type_from_btf_type(btf, ctx->last_type, ctx); in find_fetch_type_from_btf_type() 736 return find_fetch_type(typestr, ctx->flags); in find_fetch_type_from_btf_type()
|
| /linux/fs/btrfs/ |
| H A D | zoned.c | 3239 const char *typestr = btrfs_space_info_type_str(bg->space_info); in btrfs_show_zoned_stats() local 3251 start, alloc_offset, used, reserved, zone_unusable, typestr); in btrfs_show_zoned_stats()
|