Searched refs:PIN_OUT (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/sound/pci/hda/ |
D | patch_hdmi.c | 470 pin_out = PIN_OUT; in hdmi_init_pin() 1919 pinctl | PIN_OUT); in generic_hdmi_playback_pcm_prepare() 1980 pinctl & ~PIN_OUT); in hdmi_pcm_close() 2745 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in simple_playback_init() 2783 { 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 }, 2791 { 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 }, 2792 { 0x7, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 }, 2793 { 0x9, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 }, 2794 { 0xb, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 }, 2795 { 0xd, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
|
D | patch_cirrus.c | 715 int pinctl = ucontrol->value.integer.value[0] ? PIN_OUT : 0; in cs4208_spdif_sw_put() 1050 snd_hda_set_pin_ctl(codec, spdif_pin, spdif_present ? PIN_OUT : 0); in cs4210_spdif_automute()
|
D | hda_generic.c | 2076 val = PIN_OUT; in parse_output_paths() 2081 val = spec->prefer_hp_amp ? PIN_HP : PIN_OUT; in parse_output_paths() 2377 set_pin_target(codec, nid, PIN_OUT, true); in set_multi_io() 2570 if (val & PIN_OUT) in update_hp_mic() 2682 val = ucontrol->value.enumerated.item[0] ? PIN_HP : PIN_OUT; in out_jack_mode_put() 2944 if (val & PIN_OUT) { in get_cur_hp_mic_jack_mode() 2984 val = idx ? PIN_HP : PIN_OUT; in hp_mic_jack_mode_put() 4062 set_pin_target(codec, pin, PIN_OUT, false); in parse_digital()
|
D | hda_local.h | 406 #define PIN_OUT (AC_PINCTL_OUT_EN) macro
|
D | patch_realtek.c | 2983 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc282_init() 3100 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc283_init() 3177 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc256_init() 3255 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc225_init() 3258 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc225_init() 3334 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc_default_init() 4716 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in alc_determine_headset_type()
|
D | patch_ca0132.c | 3889 pin_ctl | PIN_OUT); in ca0132_select_out() 4011 pin_ctl | PIN_OUT); in ca0132_alt_select_out() 4091 pin_ctl | PIN_OUT); in ca0132_alt_select_out() 4104 pin_ctl | PIN_OUT); in ca0132_alt_select_out() 4109 pin_ctl | PIN_OUT); in ca0132_alt_select_out()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | exynos3250-pinctrl.dtsi | 22 #define PIN_OUT(_pin, _drv) \ macro
|
/Linux-v4.19/sound/soc/codecs/ |
D | hdac_hdmi.c | 40 #define PIN_OUT (AC_PINCTL_OUT_EN) macro 762 AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT); in hdac_hdmi_pin_output_widget_event()
|