Home
last modified time | relevance | path

Searched refs:snd_array_for_each (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_sysfs.c87 snd_array_for_each(list, i, pin) { in pin_configs_show()
224 snd_array_for_each(&codec->init_verbs, i, v) { in init_verbs_show()
274 snd_array_for_each(&codec->hints, i, hint) { in hints_show()
287 snd_array_for_each(&codec->hints, i, hint) { in get_hint()
793 snd_array_for_each(&codec->hints, i, hint) { in snd_hda_sysfs_clear()
Dhda_codec.c467 snd_array_for_each(array, i, pin) { in look_up_pincfg()
610 snd_array_for_each(&codec->init_pins, i, pin) { in snd_hda_shutup_pins()
630 snd_array_for_each(&codec->init_pins, i, pin) { in restore_shutup_pins()
693 snd_array_for_each(&codec->cvt_setups, i, p) { in get_hda_cvt_setup()
1126 snd_array_for_each(&c->cvt_setups, i, p) { in snd_hda_codec_setup_stream()
1193 snd_array_for_each(&c->cvt_setups, i, p) { in purify_inactive_streams()
1207 snd_array_for_each(&codec->cvt_setups, i, p) { in hda_cleanup_all_streams()
2526 snd_array_for_each(&codec->spdif_out, i, spdif) { in snd_hda_spdif_out_of_nid()
Dhda_auto_parser.c801 snd_array_for_each(&codec->verbs, i, v) in snd_hda_apply_verbs()
899 snd_array_for_each(&codec->init_pins, i, pin) { in pin_config_match()
Dhda_generic.c258 snd_array_for_each(&spec->paths, i, path) { in get_nid_path()
319 snd_array_for_each(&spec->paths, i, path) { in is_dac_already_used()
346 snd_array_for_each(&spec->paths, i, path) { in is_ctl_used()
635 snd_array_for_each(&spec->paths, n, path) { in is_active_nid()
2700 snd_array_for_each(&spec->kctls, i, kctl) { in find_kctl_name()
4241 snd_array_for_each(&spec->paths, n, path) { in set_path_power()
6053 snd_array_for_each(&codec->init_pins, i, pin) { in clear_unsol_on_unused_pins()
Dpatch_conexant.c572 snd_array_for_each(&spec->gen.kctls, i, kctl) { in cxt_fixup_olpc_xo()
Dpatch_realtek.c515 snd_array_for_each(&codec->init_pins, i, pin) { in alc_headset_mic_no_shutup()
/kernel/linux/linux-5.10/
D.clang-format465 - 'snd_array_for_each'
/kernel/linux/linux-5.10/sound/hda/
Dhdac_regmap.c73 snd_array_for_each(&codec->vendor_verbs, i, v) { in hda_writeable_reg()
/kernel/linux/linux-5.10/include/sound/
Dhdaudio.h665 #define snd_array_for_each(array, idx, ptr) \ macro