Lines Matching refs:hda_nid_t

119 	void (*set_power_state)(struct hda_codec *codec, hda_nid_t fg,
124 int (*check_power_status)(struct hda_codec *codec, hda_nid_t nid);
127 void (*stream_pm)(struct hda_codec *codec, hda_nid_t nid, bool on);
151 hda_nid_t nid; /* default NID to query rates/formats/bps, or set up */
220 const hda_nid_t *slave_dig_outs; /* optional digital out slave widgets */
270 unsigned int (*power_filter)(struct hda_codec *codec, hda_nid_t nid,
275 struct hda_codec *codec, hda_nid_t nid);
321 snd_hda_codec_read(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_read()
329 snd_hda_codec_write(struct hda_codec *codec, hda_nid_t nid, int flags, in snd_hda_codec_write()
339 int snd_hda_get_connections(struct hda_codec *codec, hda_nid_t nid,
340 hda_nid_t *conn_list, int max_conns);
342 snd_hda_get_num_conns(struct hda_codec *codec, hda_nid_t nid) in snd_hda_get_num_conns()
352 int snd_hda_get_conn_list(struct hda_codec *codec, hda_nid_t nid,
353 const hda_nid_t **listp);
354 int snd_hda_override_conn_list(struct hda_codec *codec, hda_nid_t nid, int nums,
355 const hda_nid_t *list);
356 int snd_hda_get_conn_index(struct hda_codec *codec, hda_nid_t mux,
357 hda_nid_t nid, int recursive);
358 unsigned int snd_hda_get_num_devices(struct hda_codec *codec, hda_nid_t nid);
359 int snd_hda_get_devices(struct hda_codec *codec, hda_nid_t nid,
361 int snd_hda_get_dev_select(struct hda_codec *codec, hda_nid_t nid);
362 int snd_hda_set_dev_select(struct hda_codec *codec, hda_nid_t nid, int dev_id);
365 hda_nid_t nid;
382 snd_hda_codec_write_cache(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_write_cache()
390 hda_nid_t nid;
396 unsigned int snd_hda_codec_get_pincfg(struct hda_codec *codec, hda_nid_t nid);
397 int snd_hda_codec_set_pincfg(struct hda_codec *codec, hda_nid_t nid,
400 hda_nid_t nid, unsigned int cfg); /* for hwdep */
405 hda_nid_t nid; /* Converter nid values relate to */
410 hda_nid_t nid);
412 void snd_hda_spdif_ctls_assign(struct hda_codec *codec, int idx, hda_nid_t nid);
444 void snd_hda_codec_setup_stream(struct hda_codec *codec, hda_nid_t nid,
447 void __snd_hda_codec_cleanup_stream(struct hda_codec *codec, hda_nid_t nid,
466 void snd_hda_codec_set_power_to_all(struct hda_codec *codec, hda_nid_t fg,
482 int hda_call_check_power_status(struct hda_codec *codec, hda_nid_t nid) in hda_call_check_power_status()