Lines Matching refs:hda_nid_t

113 	void (*set_power_state)(struct hda_codec *codec, hda_nid_t fg,
118 int (*check_power_status)(struct hda_codec *codec, hda_nid_t nid);
120 void (*stream_pm)(struct hda_codec *codec, hda_nid_t nid, bool on);
144 hda_nid_t nid; /* default NID to query rates/formats/bps, or set up */
215 const hda_nid_t *follower_dig_outs; /* optional digital out follower widgets */
269 unsigned int (*power_filter)(struct hda_codec *codec, hda_nid_t nid,
274 struct hda_codec *codec, hda_nid_t nid);
326 snd_hda_codec_read(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_read()
334 snd_hda_codec_write(struct hda_codec *codec, hda_nid_t nid, int flags, in snd_hda_codec_write()
344 int snd_hda_get_connections(struct hda_codec *codec, hda_nid_t nid,
345 hda_nid_t *conn_list, int max_conns);
347 snd_hda_get_num_conns(struct hda_codec *codec, hda_nid_t nid) in snd_hda_get_num_conns()
357 int snd_hda_get_conn_list(struct hda_codec *codec, hda_nid_t nid,
358 const hda_nid_t **listp);
359 int snd_hda_override_conn_list(struct hda_codec *codec, hda_nid_t nid, int nums,
360 const hda_nid_t *list);
361 int snd_hda_get_conn_index(struct hda_codec *codec, hda_nid_t mux,
362 hda_nid_t nid, int recursive);
363 unsigned int snd_hda_get_num_devices(struct hda_codec *codec, hda_nid_t nid);
364 int snd_hda_get_devices(struct hda_codec *codec, hda_nid_t nid,
366 int snd_hda_get_dev_select(struct hda_codec *codec, hda_nid_t nid);
367 int snd_hda_set_dev_select(struct hda_codec *codec, hda_nid_t nid, int dev_id);
370 hda_nid_t nid;
380 snd_hda_codec_write_cache(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_write_cache()
388 hda_nid_t nid;
394 unsigned int snd_hda_codec_get_pincfg(struct hda_codec *codec, hda_nid_t nid);
395 int snd_hda_codec_set_pincfg(struct hda_codec *codec, hda_nid_t nid,
398 hda_nid_t nid, unsigned int cfg); /* for hwdep */
403 hda_nid_t nid; /* Converter nid values relate to */
408 hda_nid_t nid);
410 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()