Symbol: PIN_OUT
sound/hda/codecs/ca0132.c
4488
pin_ctl | PIN_OUT);
sound/hda/codecs/ca0132.c
4724
pin_ctl = out_enable ? pin_ctl | PIN_OUT : pin_ctl & ~PIN_OUT;
sound/hda/codecs/cirrus/cs420x.c
646
int pinctl = ucontrol->value.integer.value[0] ? PIN_OUT : 0;
sound/hda/codecs/cirrus/cs421x.c
411
snd_hda_set_pin_ctl(codec, spdif_pin, spdif_present ? PIN_OUT : 0);
sound/hda/codecs/cirrus/cs8409.c
989
cs42l42->hp_jack_in ? 0 : PIN_OUT);
sound/hda/codecs/generic.c
2083
val = PIN_OUT;
sound/hda/codecs/generic.c
2088
val = spec->prefer_hp_amp ? PIN_HP : PIN_OUT;
sound/hda/codecs/generic.c
2379
set_pin_target(codec, nid, PIN_OUT, true);
sound/hda/codecs/generic.c
2572
if (val & PIN_OUT)
sound/hda/codecs/generic.c
2684
val = ucontrol->value.enumerated.item[0] ? PIN_HP : PIN_OUT;
sound/hda/codecs/generic.c
2946
if (val & PIN_OUT) {
sound/hda/codecs/generic.c
2986
val = idx ? PIN_HP : PIN_OUT;
sound/hda/codecs/generic.c
4034
set_pin_target(codec, pin, PIN_OUT, false);
sound/hda/codecs/hdmi/hdmi.c
1707
pinctl | PIN_OUT);
sound/hda/codecs/hdmi/hdmi.c
1768
pinctl & ~PIN_OUT);
sound/hda/codecs/hdmi/hdmi.c
274
pin_out = PIN_OUT;
sound/hda/codecs/hdmi/nvhdmi-mcp.c
34
{ 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
sound/hda/codecs/hdmi/nvhdmi-mcp.c
42
{ 0x5, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
sound/hda/codecs/hdmi/nvhdmi-mcp.c
43
{ 0x7, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
sound/hda/codecs/hdmi/nvhdmi-mcp.c
44
{ 0x9, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
sound/hda/codecs/hdmi/nvhdmi-mcp.c
45
{ 0xb, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
sound/hda/codecs/hdmi/nvhdmi-mcp.c
46
{ 0xd, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT | 0x5 },
sound/hda/codecs/hdmi/simplehdmi.c
100
AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
sound/hda/codecs/realtek/alc269.c
293
AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
sound/hda/codecs/realtek/alc269.c
406
AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
sound/hda/codecs/realtek/alc269.c
481
AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
sound/hda/codecs/realtek/alc269.c
638
AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
sound/hda/codecs/realtek/alc269.c
641
AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
sound/hda/codecs/realtek/alc269.c
726
AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
sound/hda/codecs/realtek/alc269.c
729
AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
sound/hda/codecs/realtek/alc269.c
797
AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
sound/hda/codecs/realtek/alc662.c
115
snd_hda_set_pin_ctl_cache(codec, 0x15, PIN_OUT);
sound/hda/codecs/realtek/alc662.c
116
snd_hda_set_pin_ctl_cache(codec, 0x18, PIN_OUT);
sound/hda/codecs/realtek/realtek.c
1208
AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);
sound/soc/codecs/hdac_hdmi.c
793
AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT);