AC_PINCTL_IN_EN 554 sound/pci/hda/hda_generic.c pinctl = AC_PINCTL_IN_EN;
AC_PINCTL_IN_EN 559 sound/pci/hda/hda_generic.c if (! (node->pin_ctl & AC_PINCTL_IN_EN))
AC_PINCTL_IN_EN 371 sound/pci/hda/hda_local.h #define PIN_IN (AC_PINCTL_IN_EN)
AC_PINCTL_IN_EN 372 sound/pci/hda/hda_local.h #define PIN_VREFHIZ (AC_PINCTL_IN_EN | AC_PINCTL_VREF_HIZ)
AC_PINCTL_IN_EN 373 sound/pci/hda/hda_local.h #define PIN_VREF50 (AC_PINCTL_IN_EN | AC_PINCTL_VREF_50)
AC_PINCTL_IN_EN 374 sound/pci/hda/hda_local.h #define PIN_VREFGRD (AC_PINCTL_IN_EN | AC_PINCTL_VREF_GRD)
AC_PINCTL_IN_EN 375 sound/pci/hda/hda_local.h #define PIN_VREF80 (AC_PINCTL_IN_EN | AC_PINCTL_VREF_80)
AC_PINCTL_IN_EN 376 sound/pci/hda/hda_local.h #define PIN_VREF100 (AC_PINCTL_IN_EN | AC_PINCTL_VREF_100)
AC_PINCTL_IN_EN 309 sound/pci/hda/hda_proc.c if (pinctls & AC_PINCTL_IN_EN)
AC_PINCTL_IN_EN 2821 sound/pci/hda/patch_realtek.c } else if (pin_ctl & AC_PINCTL_IN_EN) {
AC_PINCTL_IN_EN 2841 sound/pci/hda/patch_realtek.c AC_PINCTL_IN_EN | AC_PINCTL_VREF_HIZ,
AC_PINCTL_IN_EN 2842 sound/pci/hda/patch_realtek.c AC_PINCTL_IN_EN | AC_PINCTL_VREF_50,
AC_PINCTL_IN_EN 2843 sound/pci/hda/patch_realtek.c AC_PINCTL_IN_EN | AC_PINCTL_VREF_GRD,
AC_PINCTL_IN_EN 2844 sound/pci/hda/patch_realtek.c AC_PINCTL_IN_EN | AC_PINCTL_VREF_80,
AC_PINCTL_IN_EN 2845 sound/pci/hda/patch_realtek.c AC_PINCTL_IN_EN | AC_PINCTL_VREF_100,
AC_PINCTL_IN_EN 2492 sound/pci/hda/patch_sigmatel.c unsigned int pinctl = AC_PINCTL_IN_EN;
AC_PINCTL_IN_EN 3656 sound/pci/hda/patch_sigmatel.c pinctl = AC_PINCTL_IN_EN;
AC_PINCTL_IN_EN 3664 sound/pci/hda/patch_sigmatel.c AC_PINCTL_IN_EN);
AC_PINCTL_IN_EN 3677 sound/pci/hda/patch_sigmatel.c if (pinctl & AC_PINCTL_IN_EN)
AC_PINCTL_IN_EN 3693 sound/pci/hda/patch_sigmatel.c AC_PINCTL_IN_EN);
AC_PINCTL_IN_EN 3728 sound/pci/hda/patch_sigmatel.c if (pin_ctl & AC_PINCTL_IN_EN) {
AC_PINCTL_IN_EN 3745 sound/pci/hda/patch_sigmatel.c if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))
AC_PINCTL_IN_EN 3746 sound/pci/hda/patch_sigmatel.c pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
AC_PINCTL_IN_EN 3772 sound/pci/hda/patch_sigmatel.c if (pinctl & AC_PINCTL_IN_EN)
AC_PINCTL_IN_EN 4466 sound/pci/hda/patch_sigmatel.c AC_PINCTL_IN_EN | AC_PINCTL_VREF_80);