Home
last modified time | relevance | path

Searched refs:AC_PINCTL_VREF_GRD (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/sound/
H A Dhda_verbs.h396 #define AC_PINCTL_VREF_GRD 2 /* ground */ macro
/openbmc/qemu/hw/audio/
H A Dintel-hda-defs.h552 #define AC_PINCTL_VREF_GRD 2 /* ground */ macro
/openbmc/linux/sound/pci/hda/
H A Dhda_local.h385 #define PIN_VREFGRD (AC_PINCTL_IN_EN | AC_PINCTL_VREF_GRD)
H A Dhda_proc.c424 case AC_PINCTL_VREF_GRD: in print_pin_ctls()
H A Dhda_codec.c3921 return AC_PINCTL_VREF_GRD; in snd_hda_get_default_vref()
3939 { AC_PINCTL_VREF_GRD, AC_PINCAP_VREF_GRD }, in snd_hda_correct_pin_ctl()
H A Dpatch_sigmatel.c392 spec->vref_led = muted ? AC_PINCTL_VREF_50 : AC_PINCTL_VREF_GRD; in stac_update_led_status()