• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/

Lines Matching defs:verb

172 	       unsigned int verb, unsigned int parm)
177 (verb & ~0xfff) || (parm & ~0xffff)) {
179 codec->addr, direct, nid, verb, parm);
186 val |= verb << 8;
192 * Send and receive a verb
232 * @verb: the verb to send
233 * @parm: the parameter for the verb
241 unsigned int verb, unsigned int parm)
243 unsigned cmd = make_codec_cmd(codec, nid, direct, verb, parm);
255 * @verb: the verb to send
256 * @parm: the parameter for the verb
263 unsigned int verb, unsigned int parm)
265 unsigned int cmd = make_codec_cmd(codec, nid, direct, verb, parm);
283 snd_hda_codec_write(codec, seq->nid, 0, seq->verb, seq->param);
384 "invalid CONNECT_LIST verb %x[%i]:%x\n",
931 /* use read here for syncing after issuing each verb */
2541 int verb, int val)
2545 snd_hda_codec_write_cache(codec, nid, 0, verb, val);
2550 snd_hda_codec_write_cache(codec, *d, 0, verb, val);
2863 #define build_cmd_cache_key(nid, verb) ((verb << 8) | nid)
2872 * @verb: the verb to send
2873 * @parm: the parameter for the verb
2880 int direct, unsigned int verb, unsigned int parm)
2882 int err = snd_hda_codec_write(codec, nid, direct, verb, parm);
2888 /* parm may contain the verb stuff for get/set amp */
2889 verb = verb | (parm >> 8);
2891 key = build_cmd_cache_key(nid, verb);
2906 * @verb: the verb to send
2907 * @parm: the parameter for the verb
2916 int direct, unsigned int verb, unsigned int parm)
2921 /* parm may contain the verb stuff for get/set amp */
2922 verb = verb | (parm >> 8);
2924 key = build_cmd_cache_key(nid, verb);
2932 return snd_hda_codec_write_cache(codec, nid, direct, verb, parm);
2970 snd_hda_codec_write_cache(codec, seq->nid, 0, seq->verb,