Lines Matching +defs:val +defs:cmd
80 unsigned int verb, unsigned int val) in snd_hdac_regmap_write()
82 unsigned int cmd = snd_hdac_regmap_encode_verb(nid, verb); in snd_hdac_regmap_write() local
99 unsigned int val) in snd_hdac_regmap_update()
101 unsigned int cmd = snd_hdac_regmap_encode_verb(nid, verb); in snd_hdac_regmap_update() local
116 unsigned int verb, unsigned int *val) in snd_hdac_regmap_read()
118 unsigned int cmd = snd_hdac_regmap_encode_verb(nid, verb); in snd_hdac_regmap_read() local
139 unsigned int cmd = snd_hdac_regmap_encode_amp(nid, ch, dir, idx); in snd_hdac_regmap_get_amp() local
140 int err, val; in snd_hdac_regmap_get_amp() local
161 int ch, int dir, int idx, int mask, int val) in snd_hdac_regmap_update_amp()
163 unsigned int cmd = snd_hdac_regmap_encode_amp(nid, ch, dir, idx); in snd_hdac_regmap_update_amp() local
184 unsigned int cmd = snd_hdac_regmap_encode_amp_stereo(nid, dir, idx); in snd_hdac_regmap_get_amp_stereo() local
185 int err, val; in snd_hdac_regmap_get_amp_stereo() local
206 int dir, int idx, int mask, int val) in snd_hdac_regmap_update_amp_stereo()
208 unsigned int cmd = snd_hdac_regmap_encode_amp_stereo(nid, dir, idx); in snd_hdac_regmap_update_amp_stereo() local