Lines Matching refs:nid
117 unsigned int snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid,
121 int snd_hdac_read(struct hdac_device *codec, hda_nid_t nid,
123 int _snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, int parm,
125 int snd_hdac_read_parm_uncached(struct hdac_device *codec, hda_nid_t nid,
127 int snd_hdac_override_parm(struct hdac_device *codec, hda_nid_t nid,
129 int snd_hdac_get_connections(struct hdac_device *codec, hda_nid_t nid,
131 int snd_hdac_get_sub_nodes(struct hdac_device *codec, hda_nid_t nid,
138 int snd_hdac_query_supported_pcm(struct hdac_device *codec, hda_nid_t nid,
140 bool snd_hdac_is_supported_format(struct hdac_device *codec, hda_nid_t nid,
143 int snd_hdac_codec_read(struct hdac_device *hdac, hda_nid_t nid,
145 int snd_hdac_codec_write(struct hdac_device *hdac, hda_nid_t nid,
148 hda_nid_t nid, unsigned int target_state);
158 static inline int snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read_parm() argument
163 return _snd_hdac_read_parm(codec, nid, parm, &val) < 0 ? -1 : val; in snd_hdac_read_parm()