Lines Matching defs:nid

180 make_codec_cmd(struct hda_codec *codec, hda_nid_t nid, int direct,  in make_codec_cmd()
252 unsigned int snd_hda_codec_read(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_read()
276 int snd_hda_codec_write(struct hda_codec *codec, hda_nid_t nid, int direct, in snd_hda_codec_write()
310 int snd_hda_get_sub_nodes(struct hda_codec *codec, hda_nid_t nid, in snd_hda_get_sub_nodes()
324 static hda_nid_t *lookup_conn_list(struct snd_array *array, hda_nid_t nid) in lookup_conn_list()
348 int snd_hda_get_conn_list(struct hda_codec *codec, hda_nid_t nid, in snd_hda_get_conn_list()
392 int snd_hda_get_connections(struct hda_codec *codec, hda_nid_t nid, in snd_hda_get_connections()
422 int snd_hda_get_raw_connections(struct hda_codec *codec, hda_nid_t nid, in snd_hda_get_raw_connections()
518 static bool add_conn_list(struct snd_array *array, hda_nid_t nid) in add_conn_list()
539 int snd_hda_override_conn_list(struct hda_codec *codec, hda_nid_t nid, int len, in snd_hda_override_conn_list()
576 hda_nid_t nid, int recursive) in snd_hda_get_conn_index()
917 hda_nid_t nid; in setup_fg_nodes() local
946 hda_nid_t nid; in read_widget_caps() local
964 hda_nid_t nid = codec->start_nid; in read_pin_defaults() local
988 hda_nid_t nid) in look_up_pincfg()
1000 static void set_pincfg(struct hda_codec *codec, hda_nid_t nid, in set_pincfg()
1016 hda_nid_t nid, unsigned int cfg) in snd_hda_add_pincfg()
1054 hda_nid_t nid, unsigned int cfg) in snd_hda_codec_set_pincfg()
1069 unsigned int snd_hda_codec_get_pincfg(struct hda_codec *codec, hda_nid_t nid) in snd_hda_codec_get_pincfg()
1165 hda_nid_t nid; member
1175 get_hda_cvt_setup(struct hda_codec *codec, hda_nid_t nid) in get_hda_cvt_setup()
1322 hda_nid_t nid = codec->afg ? codec->afg : codec->mfg; in snd_hda_codec_new() local
1405 void snd_hda_codec_setup_stream(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_setup_stream()
1472 void __snd_hda_codec_cleanup_stream(struct hda_codec *codec, hda_nid_t nid, in __snd_hda_codec_cleanup_stream()
1501 hda_nid_t nid = q->nid; in really_cleanup_stream() local
1546 #define HDA_HASH_KEY(nid, dir, idx) (u32)((nid) + ((idx) << 16) + ((dir) << 24)) argument
1547 #define HDA_HASH_PINCAP_KEY(nid) (u32)((nid) + (0x02 << 24)) argument
1548 #define HDA_HASH_PARPCM_KEY(nid) (u32)((nid) + (0x03 << 24)) argument
1549 #define HDA_HASH_PARSTR_KEY(nid) (u32)((nid) + (0x04 << 24)) argument
1623 u32 query_amp_caps(struct hda_codec *codec, hda_nid_t nid, int direction) in query_amp_caps()
1657 int snd_hda_override_amp_caps(struct hda_codec *codec, hda_nid_t nid, int dir, in snd_hda_override_amp_caps()
1672 query_caps_hash(struct hda_codec *codec, hda_nid_t nid, u32 key, in query_caps_hash() argument
1687 static unsigned int read_pin_cap(struct hda_codec *codec, hda_nid_t nid) in read_pin_cap()
1703 u32 snd_hda_query_pin_caps(struct hda_codec *codec, hda_nid_t nid) in snd_hda_query_pin_caps()
1720 int snd_hda_override_pin_caps(struct hda_codec *codec, hda_nid_t nid, in snd_hda_override_pin_caps()
1738 struct hda_amp_info *info, hda_nid_t nid, in get_vol_mute()
1760 hda_nid_t nid, int ch, int direction, int index, in put_vol_mute()
1787 int snd_hda_codec_amp_read(struct hda_codec *codec, hda_nid_t nid, int ch, in snd_hda_codec_amp_read()
1811 int snd_hda_codec_amp_update(struct hda_codec *codec, hda_nid_t nid, int ch, in snd_hda_codec_amp_update()
1842 int snd_hda_codec_amp_stereo(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_amp_stereo()
1870 hda_nid_t nid; in snd_hda_codec_resume_amp() local
1888 static u32 get_amp_max_value(struct hda_codec *codec, hda_nid_t nid, int dir, in get_amp_max_value()
1909 u16 nid = get_amp_nid(kcontrol); in snd_hda_mixer_amp_volume_info() local
1930 read_amp_value(struct hda_codec *codec, hda_nid_t nid, in read_amp_value()
1944 update_amp_value(struct hda_codec *codec, hda_nid_t nid, in update_amp_value()
1970 hda_nid_t nid = get_amp_nid(kcontrol); in snd_hda_mixer_amp_volume_get() local
1995 hda_nid_t nid = get_amp_nid(kcontrol); in snd_hda_mixer_amp_volume_put() local
2025 hda_nid_t nid = get_amp_nid(kcontrol); in snd_hda_mixer_amp_tlv() local
2064 void snd_hda_set_vmaster_tlv(struct hda_codec *codec, hda_nid_t nid, int dir, in snd_hda_set_vmaster_tlv()
2139 int snd_hda_ctl_add(struct hda_codec *codec, hda_nid_t nid, in snd_hda_ctl_add()
2180 unsigned int index, hda_nid_t nid) in snd_hda_add_nid()
2584 hda_nid_t nid = get_amp_nid(kcontrol); in snd_hda_mixer_amp_switch_get() local
2610 hda_nid_t nid = get_amp_nid(kcontrol); in snd_hda_mixer_amp_switch_put() local
2931 static void set_dig_out(struct hda_codec *codec, hda_nid_t nid, in set_dig_out()
2944 static inline void set_dig_out_convert(struct hda_codec *codec, hda_nid_t nid, in set_dig_out_convert()
2959 hda_nid_t nid = spdif->nid; in snd_hda_spdif_default_put() local
2991 static inline void set_spdif_ctls(struct hda_codec *codec, hda_nid_t nid, in set_spdif_ctls()
3008 hda_nid_t nid = spdif->nid; in snd_hda_spdif_out_switch_put() local
3101 hda_nid_t nid) in snd_hda_spdif_out_of_nid()
3124 void snd_hda_spdif_ctls_assign(struct hda_codec *codec, int idx, hda_nid_t nid) in snd_hda_spdif_ctls_assign()
3201 hda_nid_t nid = kcontrol->private_value; in snd_hda_spdif_in_switch_put() local
3220 hda_nid_t nid = kcontrol->private_value; in snd_hda_spdif_in_status_get() local
3261 int snd_hda_create_spdif_in_ctls(struct hda_codec *codec, hda_nid_t nid) in snd_hda_create_spdif_in_ctls()
3296 #define build_cmd_cache_key(nid, verb) ((verb << 8) | nid) argument
3312 int snd_hda_codec_write_cache(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_write_cache()
3348 int snd_hda_codec_update_cache(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_update_cache()
3413 hda_nid_t nid = codec->start_nid; in snd_hda_codec_set_power_to_all() local
3673 static unsigned int get_pcm_param(struct hda_codec *codec, hda_nid_t nid) in get_pcm_param()
3686 static unsigned int query_pcm_param(struct hda_codec *codec, hda_nid_t nid) in query_pcm_param()
3692 static unsigned int get_stream_param(struct hda_codec *codec, hda_nid_t nid) in get_stream_param()
3702 static unsigned int query_stream_param(struct hda_codec *codec, hda_nid_t nid) in query_stream_param()
3721 int snd_hda_query_supported_pcm(struct hda_codec *codec, hda_nid_t nid, in snd_hda_query_supported_pcm()
3825 int snd_hda_is_supported_format(struct hda_codec *codec, hda_nid_t nid, in snd_hda_is_supported_format()
4385 hda_nid_t nid) in snd_hda_check_amp_list_power()
4520 hda_nid_t nid, in snd_hda_input_mux_put()
4545 static void setup_dig_out_stream(struct hda_codec *codec, hda_nid_t nid, in setup_dig_out_stream()
4568 static void cleanup_dig_out_stream(struct hda_codec *codec, hda_nid_t nid) in cleanup_dig_out_stream()
4807 static int is_in_nid_list(hda_nid_t nid, const hda_nid_t *list) in is_in_nid_list()
4824 hda_nid_t nid; in sort_pins_by_sequence() local
4842 static void add_auto_cfg_input_pin(struct auto_pin_cfg *cfg, hda_nid_t nid, in add_auto_cfg_input_pin()
4878 hda_nid_t nid; in reorder_outputs() local
4912 hda_nid_t nid, end_nid; in snd_hda_parse_pin_defcfg() local
5257 static int find_idx_in_nid_list(hda_nid_t nid, const hda_nid_t *list, int nums) in find_idx_in_nid_list()
5267 static const char *check_output_sfx(hda_nid_t nid, const hda_nid_t *pins, in check_output_sfx()
5288 static int fill_audio_out_name(struct hda_codec *codec, hda_nid_t nid, in fill_audio_out_name()
5342 int snd_hda_get_pin_label(struct hda_codec *codec, hda_nid_t nid, in snd_hda_get_pin_label()