AC_VERB_PARAMETERS  292 sound/hda/hdac_device.c 	cmd = snd_hdac_regmap_encode_verb(nid, AC_VERB_PARAMETERS) | parm;
AC_VERB_PARAMETERS  311 sound/hda/hdac_device.c 	cmd = snd_hdac_regmap_encode_verb(nid, AC_VERB_PARAMETERS) | parm;
AC_VERB_PARAMETERS  328 sound/hda/hdac_device.c 	unsigned int verb = (AC_VERB_PARAMETERS << 8) | (nid << 20) | parm;
AC_VERB_PARAMETERS  124 sound/hda/hdac_regmap.c 	case AC_VERB_PARAMETERS:
AC_VERB_PARAMETERS 1192 sound/pci/hda/hda_controller.c 		(AC_VERB_PARAMETERS << 8) | AC_PAR_VENDOR_ID;
AC_VERB_PARAMETERS 8373 sound/pci/hda/patch_realtek.c 	if (snd_hda_codec_read(codec, 0x51, 0, AC_VERB_PARAMETERS, 0) == 0x10ec5505) {
AC_VERB_PARAMETERS   44 sound/soc/codecs/rt274.h #define RT274_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM)
AC_VERB_PARAMETERS   43 sound/soc/codecs/rt286.h #define RT286_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM)
AC_VERB_PARAMETERS   45 sound/soc/codecs/rt298.h #define RT298_GET_PARAM(NID, PARAM) VERB_CMD(AC_VERB_PARAMETERS, NID, PARAM)
AC_VERB_PARAMETERS  697 sound/soc/intel/skylake/skl.c 		(AC_VERB_PARAMETERS << 8) | AC_PAR_VENDOR_ID;
AC_VERB_PARAMETERS   90 sound/soc/sof/intel/hda-codec.c 		(AC_VERB_PARAMETERS << 8) | AC_PAR_VENDOR_ID;