Home
last modified time | relevance | path

Searched refs:AC_VERB_SET_GPIO_DIRECTION (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/sound/soc/codecs/
Drt286.h123 VERB_CMD(AC_VERB_SET_GPIO_DIRECTION, RT286_AUDIO_FUNCTION_GROUP, 0)
/linux-4.1.27/sound/pci/hda/
Dpatch_realtek.c223 {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x01},
230 {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x02},
237 {0x01, AC_VERB_SET_GPIO_DIRECTION, 0x03},
1830 AC_VERB_SET_GPIO_DIRECTION, gpiodir); in alc882_gpio_mute()
3360 { 0x01, AC_VERB_SET_GPIO_DIRECTION, 0x18 }, in alc269_fixup_hp_gpio_led()
3381 { 0x01, AC_VERB_SET_GPIO_DIRECTION, 0x22 }, in alc286_fixup_hp_gpio_led()
3428 { 0x01, AC_VERB_SET_GPIO_DIRECTION, 0x08 }, in alc269_fixup_hp_gpio_mic1_led()
3451 { 0x01, AC_VERB_SET_GPIO_DIRECTION, 0x18 }, in alc280_fixup_hp_gpio4()
3512 { 0x01, AC_VERB_SET_GPIO_DIRECTION, 0x1a }, in alc280_fixup_hp_gpio2_mic_hotkey()
3558 { 0x01, AC_VERB_SET_GPIO_DIRECTION, 0x04 }, in alc233_fixup_lenovo_line2_mic_hotkey()
[all …]
Dpatch_cirrus.c325 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DIRECTION, in cs_init()
1072 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DIRECTION, in cs421x_init()
Dpatch_conexant.c719 { 0x01, AC_VERB_SET_GPIO_DIRECTION, 0x01 },
Dpatch_analog.c1012 AC_VERB_SET_GPIO_DIRECTION, 0x02); in ad1884_fixup_hp_eapd()
Dpatch_sigmatel.c325 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */ in stac_gpio_set()
/linux-4.1.27/include/sound/
Dhda_verbs.h101 #define AC_VERB_SET_GPIO_DIRECTION 0x717 macro