• Home
  • Raw
  • Download

Lines Matching defs:nid

188 make_codec_cmd(struct hda_codec *codec, hda_nid_t nid, int direct,  in make_codec_cmd()
266 unsigned int snd_hda_codec_read(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_read()
290 int snd_hda_codec_write(struct hda_codec *codec, hda_nid_t nid, int direct, in snd_hda_codec_write()
324 int snd_hda_get_sub_nodes(struct hda_codec *codec, hda_nid_t nid, in snd_hda_get_sub_nodes()
341 hda_nid_t nid; member
347 lookup_conn_list(struct hda_codec *codec, hda_nid_t nid) in lookup_conn_list()
357 static int add_conn_list(struct hda_codec *codec, hda_nid_t nid, int len, in add_conn_list()
383 static int read_and_add_raw_conns(struct hda_codec *codec, hda_nid_t nid) in read_and_add_raw_conns()
420 int snd_hda_get_conn_list(struct hda_codec *codec, hda_nid_t nid, in snd_hda_get_conn_list()
459 int snd_hda_get_connections(struct hda_codec *codec, hda_nid_t nid, in snd_hda_get_connections()
480 static unsigned int get_num_conns(struct hda_codec *codec, hda_nid_t nid) in get_num_conns()
495 int snd_hda_get_num_raw_conns(struct hda_codec *codec, hda_nid_t nid) in snd_hda_get_num_raw_conns()
511 int snd_hda_get_raw_connections(struct hda_codec *codec, hda_nid_t nid, in snd_hda_get_raw_connections()
613 int snd_hda_override_conn_list(struct hda_codec *codec, hda_nid_t nid, int len, in snd_hda_override_conn_list()
640 hda_nid_t nid, int recursive) in snd_hda_get_conn_index()
981 hda_nid_t nid; in setup_fg_nodes() local
1010 hda_nid_t nid; in read_widget_caps() local
1028 hda_nid_t nid = codec->start_nid; in read_pin_defaults() local
1052 hda_nid_t nid) in look_up_pincfg()
1067 hda_nid_t nid, unsigned int cfg) in snd_hda_add_pincfg()
1102 hda_nid_t nid, unsigned int cfg) in snd_hda_codec_set_pincfg()
1117 unsigned int snd_hda_codec_get_pincfg(struct hda_codec *codec, hda_nid_t nid) in snd_hda_codec_get_pincfg()
1144 int snd_hda_codec_set_pin_target(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_set_pin_target()
1158 int snd_hda_codec_get_pin_target(struct hda_codec *codec, hda_nid_t nid) in snd_hda_codec_get_pin_target()
1244 hda_nid_t nid; member
1254 get_hda_cvt_setup(struct hda_codec *codec, hda_nid_t nid) in get_hda_cvt_setup()
1526 struct hda_cvt_setup *p, hda_nid_t nid, in update_pcm_stream_id()
1545 hda_nid_t nid, int format) in update_pcm_format()
1570 void snd_hda_codec_setup_stream(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_setup_stream()
1620 void __snd_hda_codec_cleanup_stream(struct hda_codec *codec, hda_nid_t nid, in __snd_hda_codec_cleanup_stream()
1649 hda_nid_t nid = q->nid; in really_cleanup_stream() local
1694 #define HDA_HASH_KEY(nid, dir, idx) (u32)((nid) + ((idx) << 16) + ((dir) << 24)) argument
1695 #define HDA_HASH_PINCAP_KEY(nid) (u32)((nid) + (0x02 << 24)) argument
1696 #define HDA_HASH_PARPCM_KEY(nid) (u32)((nid) + (0x03 << 24)) argument
1697 #define HDA_HASH_PARSTR_KEY(nid) (u32)((nid) + (0x04 << 24)) argument
1781 query_caps_hash(struct hda_codec *codec, hda_nid_t nid, int dir, u32 key, in query_caps_hash() argument
1804 static unsigned int read_amp_cap(struct hda_codec *codec, hda_nid_t nid, in read_amp_cap()
1826 u32 query_amp_caps(struct hda_codec *codec, hda_nid_t nid, int direction) in query_amp_caps()
1847 int snd_hda_override_amp_caps(struct hda_codec *codec, hda_nid_t nid, int dir, in snd_hda_override_amp_caps()
1854 static unsigned int read_pin_cap(struct hda_codec *codec, hda_nid_t nid, in read_pin_cap()
1871 u32 snd_hda_query_pin_caps(struct hda_codec *codec, hda_nid_t nid) in snd_hda_query_pin_caps()
1888 int snd_hda_override_pin_caps(struct hda_codec *codec, hda_nid_t nid, in snd_hda_override_pin_caps()
1899 update_amp_hash(struct hda_codec *codec, hda_nid_t nid, int ch, in update_amp_hash()
1935 hda_nid_t nid, int ch, int direction, int index, in put_vol_mute()
1961 int snd_hda_codec_amp_read(struct hda_codec *codec, hda_nid_t nid, int ch, in snd_hda_codec_amp_read()
1976 static int codec_amp_update(struct hda_codec *codec, hda_nid_t nid, int ch, in codec_amp_update()
2021 int snd_hda_codec_amp_update(struct hda_codec *codec, hda_nid_t nid, int ch, in snd_hda_codec_amp_update()
2040 int snd_hda_codec_amp_stereo(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_amp_stereo()
2058 int snd_hda_codec_amp_init(struct hda_codec *codec, hda_nid_t nid, int ch, in snd_hda_codec_amp_init()
2065 int snd_hda_codec_amp_init_stereo(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_amp_init_stereo()
2094 hda_nid_t nid; in snd_hda_codec_resume_amp() local
2122 static u32 get_amp_max_value(struct hda_codec *codec, hda_nid_t nid, int dir, in get_amp_max_value()
2143 u16 nid = get_amp_nid(kcontrol); in snd_hda_mixer_amp_volume_info() local
2164 read_amp_value(struct hda_codec *codec, hda_nid_t nid, in read_amp_value()
2178 update_amp_value(struct hda_codec *codec, hda_nid_t nid, in update_amp_value()
2204 hda_nid_t nid = get_amp_nid(kcontrol); in snd_hda_mixer_amp_volume_get() local
2229 hda_nid_t nid = get_amp_nid(kcontrol); in snd_hda_mixer_amp_volume_put() local
2259 hda_nid_t nid = get_amp_nid(kcontrol); in snd_hda_mixer_amp_tlv() local
2298 void snd_hda_set_vmaster_tlv(struct hda_codec *codec, hda_nid_t nid, int dir, in snd_hda_set_vmaster_tlv()
2375 int snd_hda_ctl_add(struct hda_codec *codec, hda_nid_t nid, in snd_hda_ctl_add()
2416 unsigned int index, hda_nid_t nid) in snd_hda_add_nid()
2842 hda_nid_t nid = get_amp_nid(kcontrol); in snd_hda_mixer_amp_switch_get() local
2868 hda_nid_t nid = get_amp_nid(kcontrol); in snd_hda_mixer_amp_switch_put() local
3173 static void set_dig_out(struct hda_codec *codec, hda_nid_t nid, in set_dig_out()
3186 static inline void set_dig_out_convert(struct hda_codec *codec, hda_nid_t nid, in set_dig_out_convert()
3201 hda_nid_t nid; in snd_hda_spdif_default_put() local
3238 static inline void set_spdif_ctls(struct hda_codec *codec, hda_nid_t nid, in set_spdif_ctls()
3255 hda_nid_t nid; in snd_hda_spdif_out_switch_put() local
3376 hda_nid_t nid) in snd_hda_spdif_out_of_nid()
3400 void snd_hda_spdif_ctls_assign(struct hda_codec *codec, int idx, hda_nid_t nid) in snd_hda_spdif_ctls_assign()
3483 hda_nid_t nid = kcontrol->private_value; in snd_hda_spdif_in_switch_put() local
3502 hda_nid_t nid = kcontrol->private_value; in snd_hda_spdif_in_status_get() local
3543 int snd_hda_create_spdif_in_ctls(struct hda_codec *codec, hda_nid_t nid) in snd_hda_create_spdif_in_ctls()
3577 #define build_cmd_cache_key(nid, verb) ((verb << 8) | nid) argument
3593 int snd_hda_codec_write_cache(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_write_cache()
3637 int snd_hda_codec_update_cache(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_update_cache()
3722 hda_nid_t nid = codec->start_nid; in snd_hda_codec_set_power_to_all() local
3785 hda_nid_t nid, in snd_hda_codec_eapd_power_filter()
3840 hda_nid_t nid = codec->start_nid; in sync_power_up_states() local
4156 static unsigned int get_pcm_param(struct hda_codec *codec, hda_nid_t nid, in get_pcm_param()
4170 static unsigned int query_pcm_param(struct hda_codec *codec, hda_nid_t nid) in query_pcm_param()
4176 static unsigned int get_stream_param(struct hda_codec *codec, hda_nid_t nid, in get_stream_param()
4187 static unsigned int query_stream_param(struct hda_codec *codec, hda_nid_t nid) in query_stream_param()
4206 int snd_hda_query_supported_pcm(struct hda_codec *codec, hda_nid_t nid, in snd_hda_query_supported_pcm()
4312 int snd_hda_is_supported_format(struct hda_codec *codec, hda_nid_t nid, in snd_hda_is_supported_format()
4917 hda_nid_t nid) in snd_hda_check_amp_list_power()
5052 hda_nid_t nid, in snd_hda_input_mux_put()
5105 static void setup_dig_out_stream(struct hda_codec *codec, hda_nid_t nid, in setup_dig_out_stream()
5138 static void cleanup_dig_out_stream(struct hda_codec *codec, hda_nid_t nid) in cleanup_dig_out_stream()