Lines Matching defs:c
5 * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de>
333 * Currently called only from hda_proc.c, so not exported.
809 * Also called from hda_bind.c
1123 struct hda_codec *c;
1151 list_for_each_codec(c, codec->bus) {
1152 snd_array_for_each(&c->cvt_setups, i, p) {
1154 get_wcaps_type(get_wcaps(c, p->nid)) == type)
1216 struct hda_codec *c;
1220 list_for_each_codec(c, codec->bus) {
1221 snd_array_for_each(&c->cvt_setups, i, p) {
1223 really_cleanup_stream(c, p);
1885 if (kctl->tlv.c != snd_hda_mixer_amp_tlv) {
2987 /* referred in hda_bind.c */
3426 struct hda_codec *c;
3428 list_for_each_codec(c, bus)
3429 snd_hda_codec_set_power_save(c, delay);
4032 * used by hda_proc.c and hda_eld.c