AC_PINCTL_IN_EN  3895 sound/pci/hda/hda_codec.c 	if (val & AC_PINCTL_IN_EN) {
AC_PINCTL_IN_EN  3897 sound/pci/hda/hda_codec.c 			val &= ~(AC_PINCTL_IN_EN | AC_PINCTL_VREFEN);
AC_PINCTL_IN_EN  4414 sound/pci/hda/hda_generic.c 		if (snd_hda_codec_get_pin_target(codec, nid) & AC_PINCTL_IN_EN)
AC_PINCTL_IN_EN   390 sound/pci/hda/hda_local.h #define PIN_IN			(AC_PINCTL_IN_EN)
AC_PINCTL_IN_EN   391 sound/pci/hda/hda_local.h #define PIN_VREFHIZ		(AC_PINCTL_IN_EN | AC_PINCTL_VREF_HIZ)
AC_PINCTL_IN_EN   392 sound/pci/hda/hda_local.h #define PIN_VREF50		(AC_PINCTL_IN_EN | AC_PINCTL_VREF_50)
AC_PINCTL_IN_EN   393 sound/pci/hda/hda_local.h #define PIN_VREFGRD		(AC_PINCTL_IN_EN | AC_PINCTL_VREF_GRD)
AC_PINCTL_IN_EN   394 sound/pci/hda/hda_local.h #define PIN_VREF80		(AC_PINCTL_IN_EN | AC_PINCTL_VREF_80)
AC_PINCTL_IN_EN   395 sound/pci/hda/hda_local.h #define PIN_VREF100		(AC_PINCTL_IN_EN | AC_PINCTL_VREF_100)
AC_PINCTL_IN_EN   409 sound/pci/hda/hda_proc.c 	if (pinctls & AC_PINCTL_IN_EN)
AC_PINCTL_IN_EN  8443 sound/pci/hda/patch_realtek.c 	if (!(val & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN)))
AC_PINCTL_IN_EN  8444 sound/pci/hda/patch_realtek.c 		val |= AC_PINCTL_IN_EN;