snd_hdac_exec_verb 278 sound/hda/hdac_device.c return snd_hdac_exec_verb(codec, cmd, 0, res); snd_hdac_exec_verb 987 sound/hda/hdac_device.c if (snd_hdac_exec_verb(hdac, cmd, flags, &res)) snd_hdac_exec_verb 998 sound/hda/hdac_device.c return snd_hdac_exec_verb(hdac, cmd, flags, NULL); snd_hdac_exec_verb 164 sound/hda/hdac_regmap.c err = snd_hdac_exec_verb(codec, reg | AC_AMP_GET_LEFT, 0, &left); snd_hdac_exec_verb 167 sound/hda/hdac_regmap.c err = snd_hdac_exec_verb(codec, reg | AC_AMP_GET_RIGHT, 0, &right); snd_hdac_exec_verb 192 sound/hda/hdac_regmap.c return snd_hdac_exec_verb(codec, reg | left, 0, NULL); snd_hdac_exec_verb 195 sound/hda/hdac_regmap.c err = snd_hdac_exec_verb(codec, reg | AC_AMP_SET_LEFT | left, 0, NULL); snd_hdac_exec_verb 198 sound/hda/hdac_regmap.c err = snd_hdac_exec_verb(codec, reg | AC_AMP_SET_RIGHT | right, 0, NULL); snd_hdac_exec_verb 215 sound/hda/hdac_regmap.c err = snd_hdac_exec_verb(codec, verb, 0, NULL); snd_hdac_exec_verb 219 sound/hda/hdac_regmap.c return snd_hdac_exec_verb(codec, verb, 0, val); snd_hdac_exec_verb 233 sound/hda/hdac_regmap.c err = snd_hdac_exec_verb(codec, verb, 0, NULL); snd_hdac_exec_verb 238 sound/hda/hdac_regmap.c return snd_hdac_exec_verb(codec, verb, 0, NULL); snd_hdac_exec_verb 265 sound/hda/hdac_regmap.c err = snd_hdac_exec_verb(codec, reg, 0, val); snd_hdac_exec_verb 343 sound/hda/hdac_regmap.c err = snd_hdac_exec_verb(codec, reg, 0, NULL); snd_hdac_exec_verb 40 sound/hda/local.h int snd_hdac_exec_verb(struct hdac_device *codec, unsigned int cmd,