Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Drt286.h120 VERB_CMD(AC_VERB_SET_GPIO_DIRECTION, RT286_AUDIO_FUNCTION_GROUP, 0)
/linux-6.15/sound/pci/hda/
H A Dpatch_senarytech.c125 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DIRECTION, in senary_init_gpio_led()
H A Dpatch_conexant.c160 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DIRECTION, in cxt_init_gpio_led()
789 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DIRECTION, gpio_mute_mask); in cxt_setup_gpio_unmute()
920 { 0x01, AC_VERB_SET_GPIO_DIRECTION, 0x01 },
H A Dpatch_cirrus.c309 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DIRECTION, in cs_init()
1078 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DIRECTION, in cs421x_init()
H A Dpatch_cs8409.c1045 snd_hda_codec_write(codec, CS8409_PIN_AFG, 0, AC_VERB_SET_GPIO_DIRECTION, in cs8409_cs42l42_hw_init()
1289 snd_hda_codec_write(codec, CS8409_PIN_AFG, 0, AC_VERB_SET_GPIO_DIRECTION, in dolphin_hw_init()
H A Dpatch_analog.c992 AC_VERB_SET_GPIO_DIRECTION, 0x02); in ad1884_fixup_hp_eapd()
H A Dpatch_ca0132.c3784 AC_VERB_SET_GPIO_DIRECTION, 0x07); in ca0132_gpio_setup()
3794 AC_VERB_SET_GPIO_DIRECTION, 0x1E); in ca0132_gpio_setup()
8927 AC_VERB_SET_GPIO_DIRECTION, dir); in sbz_gpio_shutdown_commands()
H A Dpatch_sigmatel.c315 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */ in stac_gpio_set()
H A Dpatch_realtek.c311 AC_VERB_SET_GPIO_DIRECTION, spec->gpio_dir); in alc_write_gpio()
/linux-6.15/include/sound/
H A Dhda_verbs.h104 #define AC_VERB_SET_GPIO_DIRECTION 0x717 macro