Home
last modified time | relevance | path

Searched defs:nid (Results 1 – 25 of 244) sorted by relevance

12345678910

/linux/include/sound/
H A Dhda_regmap.h38 #define snd_hdac_regmap_encode_verb(nid, verb) \ argument
50 #define snd_hdac_regmap_encode_amp(nid, ch, dir, idx) \ argument
64 #define snd_hdac_regmap_encode_amp_stereo(nid, dir, idx) \ argument
79 snd_hdac_regmap_write(struct hdac_device * codec,hda_nid_t nid,unsigned int verb,unsigned int val) snd_hdac_regmap_write() argument
97 snd_hdac_regmap_update(struct hdac_device * codec,hda_nid_t nid,unsigned int verb,unsigned int mask,unsigned int val) snd_hdac_regmap_update() argument
115 snd_hdac_regmap_read(struct hdac_device * codec,hda_nid_t nid,unsigned int verb,unsigned int * val) snd_hdac_regmap_read() argument
136 snd_hdac_regmap_get_amp(struct hdac_device * codec,hda_nid_t nid,int ch,int dir,int idx) snd_hdac_regmap_get_amp() argument
160 snd_hdac_regmap_update_amp(struct hdac_device * codec,hda_nid_t nid,int ch,int dir,int idx,int mask,int val) snd_hdac_regmap_update_amp() argument
181 snd_hdac_regmap_get_amp_stereo(struct hdac_device * codec,hda_nid_t nid,int dir,int idx) snd_hdac_regmap_get_amp_stereo() argument
205 snd_hdac_regmap_update_amp_stereo(struct hdac_device * codec,hda_nid_t nid,int dir,int idx,int mask,int val) snd_hdac_regmap_update_amp_stereo() argument
219 snd_hdac_regmap_sync_node(struct hdac_device * codec,hda_nid_t nid) snd_hdac_regmap_sync_node() argument
[all...]
/linux/sound/hda/core/
H A Dsysfs.c99 int nid; in get_codec_nid() local
115 int nid; in widget_attr_show() local
131 int nid; widget_attr_store() local
161 caps_show(struct hdac_device * codec,hda_nid_t nid,struct widget_attribute * attr,char * buf) caps_show() argument
167 pin_caps_show(struct hdac_device * codec,hda_nid_t nid,struct widget_attribute * attr,char * buf) pin_caps_show() argument
176 pin_cfg_show(struct hdac_device * codec,hda_nid_t nid,struct widget_attribute * attr,char * buf) pin_cfg_show() argument
188 has_pcm_cap(struct hdac_device * codec,hda_nid_t nid) has_pcm_cap() argument
201 pcm_caps_show(struct hdac_device * codec,hda_nid_t nid,struct widget_attribute * attr,char * buf) pcm_caps_show() argument
210 pcm_formats_show(struct hdac_device * codec,hda_nid_t nid,struct widget_attribute * attr,char * buf) pcm_formats_show() argument
219 amp_in_caps_show(struct hdac_device * codec,hda_nid_t nid,struct widget_attribute * attr,char * buf) amp_in_caps_show() argument
228 amp_out_caps_show(struct hdac_device * codec,hda_nid_t nid,struct widget_attribute * attr,char * buf) amp_out_caps_show() argument
237 power_caps_show(struct hdac_device * codec,hda_nid_t nid,struct widget_attribute * attr,char * buf) power_caps_show() argument
246 gpio_caps_show(struct hdac_device * codec,hda_nid_t nid,struct widget_attribute * attr,char * buf) gpio_caps_show() argument
253 connections_show(struct hdac_device * codec,hda_nid_t nid,struct widget_attribute * attr,char * buf) connections_show() argument
338 add_widget_node(struct kobject * parent,hda_nid_t nid,const struct attribute_group * group,struct kobject ** res) add_widget_node() argument
367 hda_nid_t nid; widget_tree_create() local
429 hda_nid_t nid; hda_widget_sysfs_reinit() local
[all...]
H A Ddevice.c225 static unsigned int snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_make_cmd() argument
276 int snd_hdac_read(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read() argument
294 int _snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, in argument
313 snd_hdac_read_parm_uncached(struct hdac_device * codec,hda_nid_t nid,int parm) snd_hdac_read_parm_uncached() argument
332 snd_hdac_override_parm(struct hdac_device * codec,hda_nid_t nid,unsigned int parm,unsigned int val) snd_hdac_override_parm() argument
357 snd_hdac_get_sub_nodes(struct hdac_device * codec,hda_nid_t nid,hda_nid_t * start_id) snd_hdac_get_sub_nodes() argument
378 hda_nid_t nid; setup_fg_nodes() local
437 get_num_conns(struct hdac_device * codec,hda_nid_t nid) get_num_conns() argument
465 snd_hdac_get_connections(struct hdac_device * codec,hda_nid_t nid,hda_nid_t * conn_list,int max_conns) snd_hdac_get_connections() argument
852 query_pcm_param(struct hdac_device * codec,hda_nid_t nid) query_pcm_param() argument
866 query_stream_param(struct hdac_device * codec,hda_nid_t nid) query_stream_param() argument
891 snd_hdac_query_supported_pcm(struct hdac_device * codec,hda_nid_t nid,u32 * ratesp,u64 * formatsp,u32 * subformatsp,unsigned int * bpsp) snd_hdac_query_supported_pcm() argument
1000 snd_hdac_is_supported_format(struct hdac_device * codec,hda_nid_t nid,unsigned int format) snd_hdac_is_supported_format() argument
1057 codec_read(struct hdac_device * hdac,hda_nid_t nid,int flags,unsigned int verb,unsigned int parm) codec_read() argument
1069 codec_write(struct hdac_device * hdac,hda_nid_t nid,int flags,unsigned int verb,unsigned int parm) codec_write() argument
1089 snd_hdac_codec_read(struct hdac_device * hdac,hda_nid_t nid,int flags,unsigned int verb,unsigned int parm) snd_hdac_codec_read() argument
1108 snd_hdac_codec_write(struct hdac_device * hdac,hda_nid_t nid,int flags,unsigned int verb,unsigned int parm) snd_hdac_codec_write() argument
1126 snd_hdac_check_power_state(struct hdac_device * hdac,hda_nid_t nid,unsigned int target_state) snd_hdac_check_power_state() argument
1148 snd_hdac_sync_power_state(struct hdac_device * codec,hda_nid_t nid,unsigned int power_state) snd_hdac_sync_power_state() argument
[all...]
/linux/sound/hda/common/
H A Dproc.c22 #define param_read(codec, nid, parm) \ argument
48 struct hda_codec *codec, hda_nid_t nid, in print_nid_array() argument
75 struct hda_codec *codec, hda_nid_t nid) in print_nid_pcms() argument
94 struct hda_codec *codec, hda_nid_t nid, int dir) in print_amp_caps() argument
112 is_stereo_amps(struct hda_codec * codec,hda_nid_t nid,int dir,unsigned int wcaps,int indices) is_stereo_amps() argument
134 print_amp_vals(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid,int dir,unsigned int wcaps,int indices) print_amp_vals() argument
200 print_pcm_caps(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid) print_pcm_caps() argument
305 print_pin_caps(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid,int * supports_vref) print_pin_caps() argument
401 print_pin_ctls(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid,int supports_vref) print_pin_ctls() argument
439 print_vol_knob(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid) print_vol_knob() argument
451 print_audio_io(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid,unsigned int wid_type) print_audio_io() argument
469 print_digital_conv(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid) print_digital_conv() argument
513 print_power_state(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid) print_power_state() argument
554 print_unsol_cap(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid) print_unsol_cap() argument
574 print_proc_caps(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid) print_proc_caps() argument
599 print_conn_list(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid,unsigned int wid_type,hda_nid_t * conn,int conn_len) print_conn_list() argument
639 print_gpio(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid) print_gpio() argument
683 print_dpmst_connections(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid,int dev_num) print_dpmst_connections() argument
715 print_device_list(struct snd_info_buffer * buffer,struct hda_codec * codec,hda_nid_t nid) print_device_list() argument
778 hda_nid_t nid, fg; print_codec_info() local
[all...]
H A Dcodec.c90 hda_nid_t nid; member
96 lookup_conn_list(struct hda_codec *codec, hda_nid_t nid) in lookup_conn_list() argument
106 static int add_conn_list(struct hda_codec *codec, hda_nid_t nid, int len, in add_conn_list() argument
132 static int read_and_add_raw_conns(struct hda_codec *codec, hda_nid_t nid) in read_and_add_raw_conns() argument
168 snd_hda_get_conn_list(struct hda_codec * codec,hda_nid_t nid,const hda_nid_t ** listp) snd_hda_get_conn_list() argument
207 snd_hda_get_connections(struct hda_codec * codec,hda_nid_t nid,hda_nid_t * conn_list,int max_conns) snd_hda_get_connections() argument
238 snd_hda_override_conn_list(struct hda_codec * codec,hda_nid_t nid,int len,const hda_nid_t * list) snd_hda_override_conn_list() argument
265 snd_hda_get_conn_index(struct hda_codec * codec,hda_nid_t mux,hda_nid_t nid,int recursive) snd_hda_get_conn_index() argument
300 snd_hda_get_num_devices(struct hda_codec * codec,hda_nid_t nid) snd_hda_get_num_devices() argument
326 snd_hda_get_devices(struct hda_codec * codec,hda_nid_t nid,u8 * dev_list,int max_devices) snd_hda_get_devices() argument
365 snd_hda_get_dev_select(struct hda_codec * codec,hda_nid_t nid) snd_hda_get_dev_select() argument
383 snd_hda_set_dev_select(struct hda_codec * codec,hda_nid_t nid,int dev_id) snd_hda_set_dev_select() argument
419 hda_nid_t nid; read_widget_caps() local
434 hda_nid_t nid; read_pin_defaults() local
462 look_up_pincfg(struct hda_codec * codec,struct snd_array * array,hda_nid_t nid) look_up_pincfg() argument
478 snd_hda_add_pincfg(struct hda_codec * codec,struct snd_array * list,hda_nid_t nid,unsigned int cfg) snd_hda_add_pincfg() argument
504 snd_hda_codec_set_pincfg(struct hda_codec * codec,hda_nid_t nid,unsigned int cfg) snd_hda_codec_set_pincfg() argument
519 snd_hda_codec_get_pincfg(struct hda_codec * codec,hda_nid_t nid) snd_hda_codec_get_pincfg() argument
555 snd_hda_codec_set_pin_target(struct hda_codec * codec,hda_nid_t nid,unsigned int val) snd_hda_codec_set_pin_target() argument
573 snd_hda_codec_get_pin_target(struct hda_codec * codec,hda_nid_t nid) snd_hda_codec_get_pin_target() argument
659 hda_nid_t nid; global() member
669 get_hda_cvt_setup(struct hda_codec * codec,hda_nid_t nid) get_hda_cvt_setup() argument
1068 update_pcm_stream_id(struct hda_codec * codec,struct hda_cvt_setup * p,hda_nid_t nid,u32 stream_tag,int channel_id) update_pcm_stream_id() argument
1087 update_pcm_format(struct hda_codec * codec,struct hda_cvt_setup * p,hda_nid_t nid,int format) update_pcm_format() argument
1112 snd_hda_codec_setup_stream(struct hda_codec * codec,hda_nid_t nid,u32 stream_tag,int channel_id,int format) snd_hda_codec_setup_stream() argument
1164 __snd_hda_codec_cleanup_stream(struct hda_codec * codec,hda_nid_t nid,int do_now) __snd_hda_codec_cleanup_stream() argument
1194 hda_nid_t nid = q->nid; really_cleanup_stream() local
1250 query_amp_caps(struct hda_codec * codec,hda_nid_t nid,int direction) query_amp_caps() argument
1269 snd_hda_check_amp_caps(struct hda_codec * codec,hda_nid_t nid,int dir,unsigned int bits) snd_hda_check_amp_caps() argument
1294 snd_hda_override_amp_caps(struct hda_codec * codec,hda_nid_t nid,int dir,unsigned int caps) snd_hda_override_amp_caps() argument
1306 encode_amp(struct hda_codec * codec,hda_nid_t nid,int ch,int dir,int idx) encode_amp() argument
1330 snd_hda_codec_amp_update(struct hda_codec * codec,hda_nid_t nid,int ch,int dir,int idx,int mask,int val) snd_hda_codec_amp_update() argument
1351 snd_hda_codec_amp_stereo(struct hda_codec * codec,hda_nid_t nid,int direction,int idx,int mask,int val) snd_hda_codec_amp_stereo() argument
1379 snd_hda_codec_amp_init(struct hda_codec * codec,hda_nid_t nid,int ch,int dir,int idx,int mask,int val) snd_hda_codec_amp_init() argument
1401 snd_hda_codec_amp_init_stereo(struct hda_codec * codec,hda_nid_t nid,int dir,int idx,int mask,int val) snd_hda_codec_amp_init_stereo() argument
1415 get_amp_max_value(struct hda_codec * codec,hda_nid_t nid,int dir,unsigned int ofs) get_amp_max_value() argument
1438 u16 nid = get_amp_nid(kcontrol); snd_hda_mixer_amp_volume_info() local
1459 read_amp_value(struct hda_codec * codec,hda_nid_t nid,int ch,int dir,int idx,unsigned int ofs) read_amp_value() argument
1473 update_amp_value(struct hda_codec * codec,hda_nid_t nid,int ch,int dir,int idx,unsigned int ofs,unsigned int val) update_amp_value() argument
1501 hda_nid_t nid = get_amp_nid(kcontrol); snd_hda_mixer_amp_volume_get() local
1528 hda_nid_t nid = get_amp_nid(kcontrol); snd_hda_mixer_amp_volume_put() local
1558 hda_nid_t nid = get_amp_nid(kcontrol); get_ctl_amp_tlv() local
1613 snd_hda_set_vmaster_tlv(struct hda_codec * codec,hda_nid_t nid,int dir,unsigned int * tlv) snd_hda_set_vmaster_tlv() argument
1690 snd_hda_ctl_add(struct hda_codec * codec,hda_nid_t nid,struct snd_kcontrol * kctl) snd_hda_ctl_add() argument
2078 hda_nid_t nid = get_amp_nid(kcontrol); snd_hda_mixer_amp_switch_get() local
2106 hda_nid_t nid = get_amp_nid(kcontrol); snd_hda_mixer_amp_switch_put() local
2240 set_dig_out(struct hda_codec * codec,hda_nid_t nid,int mask,int val) set_dig_out() argument
2255 set_dig_out_convert(struct hda_codec * codec,hda_nid_t nid,int dig1,int dig2) set_dig_out_convert() argument
2278 hda_nid_t nid; snd_hda_spdif_default_put() local
2319 set_spdif_ctls(struct hda_codec * codec,hda_nid_t nid,int dig1,int dig2) set_spdif_ctls() argument
2336 hda_nid_t nid; snd_hda_spdif_out_switch_put() local
2471 snd_hda_spdif_out_of_nid(struct hda_codec * codec,hda_nid_t nid) snd_hda_spdif_out_of_nid() argument
2512 snd_hda_spdif_ctls_assign(struct hda_codec * codec,int idx,hda_nid_t nid) snd_hda_spdif_ctls_assign() argument
2597 hda_nid_t nid = kcontrol->private_value; snd_hda_spdif_in_switch_put() local
2616 hda_nid_t nid = kcontrol->private_value; snd_hda_spdif_in_status_get() local
2658 snd_hda_create_spdif_in_ctls(struct hda_codec * codec,hda_nid_t nid) snd_hda_create_spdif_in_ctls() argument
2700 hda_nid_t nid; snd_hda_codec_set_power_to_all() local
2728 snd_hda_codec_eapd_power_filter(struct hda_codec * codec,hda_nid_t nid,unsigned int power_state) snd_hda_codec_eapd_power_filter() argument
2794 hda_nid_t nid; sync_power_up_states() local
3454 snd_hda_check_amp_list_power(struct hda_codec * codec,struct hda_loopback_check * check,hda_nid_t nid) snd_hda_check_amp_list_power() argument
3527 snd_hda_input_mux_put(struct hda_codec * codec,const struct hda_input_mux * imux,struct snd_ctl_elem_value * ucontrol,hda_nid_t nid,unsigned int * cur_val) snd_hda_input_mux_put() argument
3579 setup_dig_out_stream(struct hda_codec * codec,hda_nid_t nid,unsigned int stream_tag,unsigned int format) setup_dig_out_stream() argument
3618 cleanup_dig_out_stream(struct hda_codec * codec,hda_nid_t nid) cleanup_dig_out_stream() argument
[all...]
H A Dhda_local.h28 #define HDA_COMPOSE_AMP_VAL_OFS(nid,chs,idx,dir,ofs) \ argument
31 #define HDA_COMPOSE_AMP_VAL(nid,chs,idx,dir) \ argument
34 #define HDA_CODEC_VOLUME_MONO_IDX(xname, xcidx, nid, channel, xindex, dir, flags) \ argument
46 #define HDA_CODEC_VOLUME_IDX(xname, xcidx, nid, xindex, direction) \ argument
49 #define HDA_CODEC_VOLUME_MONO(xname, nid, channel, xindex, direction) \ argument
52 HDA_CODEC_VOLUME(xname,nid,xindex,direction) global() argument
55 HDA_CODEC_VOLUME_MIN_MUTE(xname,nid,xindex,direction) global() argument
59 HDA_CODEC_MUTE_MONO_IDX(xname,xcidx,nid,channel,xindex,direction) global() argument
67 HDA_CODEC_MUTE_IDX(xname,xcidx,nid,xindex,direction) global() argument
70 HDA_CODEC_MUTE_MONO(xname,nid,channel,xindex,direction) global() argument
73 HDA_CODEC_MUTE(xname,nid,xindex,direction) global() argument
77 HDA_CODEC_MUTE_BEEP_MONO_IDX(xname,xcidx,nid,channel,xindex,direction) global() argument
86 HDA_CODEC_MUTE_BEEP_MONO_IDX(xname,xcidx,nid,ch,xidx,dir) global() argument
90 HDA_CODEC_MUTE_BEEP_MONO(xname,nid,channel,xindex,direction) global() argument
93 HDA_CODEC_MUTE_BEEP(xname,nid,xindex,direction) global() argument
119 snd_hda_codec_amp_read(codec,nid,ch,dir,idx) global() argument
274 hda_nid_t nid; global() member
466 for_each_hda_codec_node(nid,codec) global() argument
481 get_wcaps(struct hda_codec * codec,hda_nid_t nid) get_wcaps() argument
508 snd_hda_override_wcaps(struct hda_codec * codec,hda_nid_t nid,u32 val) snd_hda_override_wcaps() argument
530 snd_hda_query_pin_caps(struct hda_codec * codec,hda_nid_t nid) snd_hda_query_pin_caps() argument
547 snd_hda_override_pin_caps(struct hda_codec * codec,hda_nid_t nid,unsigned int caps) snd_hda_override_pin_caps() argument
556 nid_has_mute(codec,nid,dir) global() argument
558 nid_has_volume(codec,nid,dir) global() argument
568 hda_nid_t nid; global() member
621 hda_nid_t nid; global() member
637 snd_hda_check_power_state(struct hda_codec * codec,hda_nid_t nid,unsigned int target_state) snd_hda_check_power_state() argument
644 snd_hda_sync_power_state(struct hda_codec * codec,hda_nid_t nid,unsigned int target_state) snd_hda_sync_power_state() argument
[all...]
H A Dhda_jack.h21 hda_nid_t nid; member
31 hda_nid_t nid; member
63 snd_hda_jack_tbl_get(struct hda_codec *codec, hda_nid_t nid) in snd_hda_jack_tbl_get() argument
95 snd_hda_jack_detect_enable_callback(struct hda_codec *codec, hda_nid_t nid, in snd_hda_jack_detect_enable_callback() argument
130 snd_hda_jack_detect_state(struct hda_codec * codec,hda_nid_t nid) snd_hda_jack_detect_state() argument
142 snd_hda_jack_detect_mst(struct hda_codec * codec,hda_nid_t nid,int dev_id) snd_hda_jack_detect_mst() argument
154 snd_hda_jack_detect(struct hda_codec * codec,hda_nid_t nid) snd_hda_jack_detect() argument
178 snd_hda_jack_add_kctl(struct hda_codec * codec,hda_nid_t nid,const char * name,bool phantom_jack,int type,const struct hda_jack_keymap * keymap) snd_hda_jack_add_kctl() argument
[all...]
H A Djack.c29 bool is_jack_detectable(struct hda_codec *codec, hda_nid_t nid) in is_jack_detectable() argument
46 static u32 read_pin_sense(struct hda_codec *codec, hda_nid_t nid, int dev_id) in read_pin_sense() argument
71 snd_hda_jack_tbl_get_mst(struct hda_codec * codec,hda_nid_t nid,int dev_id) snd_hda_jack_tbl_get_mst() argument
108 any_jack_tbl_get_from_nid(struct hda_codec * codec,hda_nid_t nid) any_jack_tbl_get_from_nid() argument
128 snd_hda_jack_tbl_new(struct hda_codec * codec,hda_nid_t nid,int dev_id) snd_hda_jack_tbl_new() argument
253 snd_hda_jack_pin_sense(struct hda_codec * codec,hda_nid_t nid,int dev_id) snd_hda_jack_pin_sense() argument
275 snd_hda_jack_detect_state_mst(struct hda_codec * codec,hda_nid_t nid,int dev_id) snd_hda_jack_detect_state_mst() argument
318 snd_hda_jack_detect_enable_callback_mst(struct hda_codec * codec,hda_nid_t nid,int dev_id,hda_jack_callback_fn func) snd_hda_jack_detect_enable_callback_mst() argument
365 snd_hda_jack_detect_enable(struct hda_codec * codec,hda_nid_t nid,int dev_id) snd_hda_jack_detect_enable() argument
502 get_input_jack_type(struct hda_codec * codec,hda_nid_t nid) get_input_jack_type() argument
541 snd_hda_jack_add_kctl_mst(struct hda_codec * codec,hda_nid_t nid,int dev_id,const char * name,bool phantom_jack,int type,const struct hda_jack_keymap * keymap) snd_hda_jack_add_kctl_mst() argument
586 add_jack_kctl(struct hda_codec * codec,hda_nid_t nid,const struct auto_pin_cfg * cfg,const char * base_name) add_jack_kctl() argument
[all...]
H A Dauto_parser.c20 static int is_in_nid_list(hda_nid_t nid, const hda_nid_t *list) in is_in_nid_list() argument
57 hda_nid_t nid, int type) in add_auto_cfg_input_pin() argument
177 hda_nid_t nid; in snd_hda_parse_pin_defcfg() local
595 find_idx_in_nid_list(hda_nid_t nid,const hda_nid_t * list,int nums) find_idx_in_nid_list() argument
605 check_output_sfx(hda_nid_t nid,const hda_nid_t * pins,int num_pins,int * indexp) check_output_sfx() argument
626 check_output_pfx(struct hda_codec * codec,hda_nid_t nid) check_output_pfx() argument
641 get_hp_label_index(struct hda_codec * codec,hda_nid_t nid,const hda_nid_t * pins,int num_pins) get_hp_label_index() argument
658 fill_audio_out_name(struct hda_codec * codec,hda_nid_t nid,const struct auto_pin_cfg * cfg,const char * name,char * label,int maxlen,int * indexp) fill_audio_out_name() argument
714 snd_hda_get_pin_label(struct hda_codec * codec,hda_nid_t nid,const struct auto_pin_cfg * cfg,char * label,int maxlen,int * indexp) snd_hda_get_pin_label() argument
903 hda_nid_t nid = pin->nid; pin_config_match() local
[all...]
/linux/mm/
H A Dlist_lru.c53 list_lru_from_memcg_idx(struct list_lru *lru, int nid, int idx) in list_lru_from_memcg_idx() argument
80 lock_list_lru_of_memcg(struct list_lru *lru, int nid, struct mem_cgroup *memcg, in lock_list_lru_of_memcg() argument
132 list_lru_from_memcg_idx(struct list_lru *lru, int nid, int idx) in list_lru_from_memcg_idx() argument
138 lock_list_lru_of_memcg(struct list_lru *lru, int nid, struct mem_cgroup *memcg, in lock_list_lru_of_memcg() argument
161 bool list_lru_add(struct list_lru *lru, struct list_head *item, int nid, in list_lru_add() argument
186 int nid = page_to_nid(virt_to_page(item)); list_lru_add_obj() local
201 list_lru_del(struct list_lru * lru,struct list_head * item,int nid,struct mem_cgroup * memcg) list_lru_del() argument
223 int nid = page_to_nid(virt_to_page(item)); list_lru_del_obj() local
253 list_lru_count_one(struct list_lru * lru,int nid,struct mem_cgroup * memcg) list_lru_count_one() argument
270 list_lru_count_node(struct list_lru * lru,int nid) list_lru_count_node() argument
280 __list_lru_walk_one(struct list_lru * lru,int nid,struct mem_cgroup * memcg,list_lru_walk_cb isolate,void * cb_arg,unsigned long * nr_to_walk,bool irq_off) __list_lru_walk_one() argument
337 list_lru_walk_one(struct list_lru * lru,int nid,struct mem_cgroup * memcg,list_lru_walk_cb isolate,void * cb_arg,unsigned long * nr_to_walk) list_lru_walk_one() argument
347 list_lru_walk_one_irq(struct list_lru * lru,int nid,struct mem_cgroup * memcg,list_lru_walk_cb isolate,void * cb_arg,unsigned long * nr_to_walk) list_lru_walk_one_irq() argument
355 list_lru_walk_node(struct list_lru * lru,int nid,list_lru_walk_cb isolate,void * cb_arg,unsigned long * nr_to_walk) list_lru_walk_node() argument
407 int nid; memcg_init_list_lru_one() local
443 memcg_reparent_list_lru_one(struct list_lru * lru,int nid,struct list_lru_one * src,struct mem_cgroup * dst_memcg) memcg_reparent_list_lru_one() argument
[all...]
H A Dshrinker.c42 struct shrinker_info *old, int nid) in shrinker_unit_alloc() argument
66 int nid; in free_shrinker_info() local
79 int nid, ret = 0; in alloc_shrinker_info() local
107 shrinker_info_protected(struct mem_cgroup * memcg,int nid) shrinker_info_protected() argument
118 int nid; expand_one_shrinker_info() local
196 set_shrinker_bit(struct mem_cgroup * memcg,int nid,int shrinker_id) set_shrinker_bit() argument
252 xchg_nr_deferred_memcg(int nid,struct shrinker * shrinker,struct mem_cgroup * memcg) xchg_nr_deferred_memcg() argument
268 add_nr_deferred_memcg(long nr,int nid,struct shrinker * shrinker,struct mem_cgroup * memcg) add_nr_deferred_memcg() argument
287 int nid, index, offset; reparent_shrinker_deferred() local
323 xchg_nr_deferred_memcg(int nid,struct shrinker * shrinker,struct mem_cgroup * memcg) xchg_nr_deferred_memcg() argument
329 add_nr_deferred_memcg(long nr,int nid,struct shrinker * shrinker,struct mem_cgroup * memcg) add_nr_deferred_memcg() argument
339 int nid = sc->nid; xchg_nr_deferred() local
356 int nid = sc->nid; add_nr_deferred() local
469 shrink_slab_memcg(gfp_t gfp_mask,int nid,struct mem_cgroup * memcg,int priority) shrink_slab_memcg() argument
587 shrink_slab_memcg(gfp_t gfp_mask,int nid,struct mem_cgroup * memcg,int priority) shrink_slab_memcg() argument
614 shrink_slab(gfp_t gfp_mask,int nid,struct mem_cgroup * memcg,int priority) shrink_slab() argument
[all...]
H A Dsparse.c52 static void set_section_nid(unsigned long section_nr, int nid) in set_section_nid() argument
57 static inline void set_section_nid(unsigned long section_nr, int nid) in set_section_nid() argument
63 static noinline struct mem_section __ref *sparse_index_alloc(int nid) in sparse_index_alloc() argument
82 static int __meminit sparse_index_init(unsigned long section_nr, int nid) in sparse_index_init() argument
106 sparse_index_init(unsigned long section_nr,int nid) sparse_index_init() argument
118 sparse_encode_early_nid(int nid) sparse_encode_early_nid() argument
217 memory_present(int nid,unsigned long start,unsigned long end) memory_present() argument
247 int i, nid; memblocks_present() local
326 int nid; sparse_early_usemaps_alloc_pgdat_section() local
349 check_usemap_section_nr(int nid,struct mem_section_usage * usage) check_usemap_section_nr() argument
399 check_usemap_section_nr(int nid,struct mem_section_usage * usage) check_usemap_section_nr() argument
418 __populate_section_memmap(unsigned long pfn,unsigned long nr_pages,int nid,struct vmem_altmap * altmap,struct dev_pagemap * pgmap) __populate_section_memmap() argument
446 sparse_buffer_init(unsigned long size,int nid) sparse_buffer_init() argument
500 sparse_init_early_section(int nid,struct page * map,unsigned long pnum,unsigned long flags) sparse_init_early_section() argument
510 sparse_usage_init(int nid,unsigned long map_count) sparse_usage_init() argument
535 sparse_init_nid(int nid,unsigned long pnum_begin,unsigned long pnum_end,unsigned long map_count) sparse_init_nid() argument
611 int nid = sparse_early_nid(__nr_to_section(pnum_end)); sparse_init() local
671 populate_section_memmap(unsigned long pfn,unsigned long nr_pages,int nid,struct vmem_altmap * altmap,struct dev_pagemap * pgmap) populate_section_memmap() argument
744 populate_section_memmap(unsigned long pfn,unsigned long nr_pages,int nid,struct vmem_altmap * altmap,struct dev_pagemap * pgmap) populate_section_memmap() argument
868 section_activate(int nid,unsigned long pfn,unsigned long nr_pages,struct vmem_altmap * altmap,struct dev_pagemap * pgmap) section_activate() argument
930 sparse_add_section(int nid,unsigned long start_pfn,unsigned long nr_pages,struct vmem_altmap * altmap,struct dev_pagemap * pgmap) sparse_add_section() argument
[all...]
H A Dmm_init.c62 int nid; in mminit_verify_zonelist() local
318 int i, nid; in early_calculate_totalpages() local
359 int i, nid; in find_zone_movable_pfns_for_nodes() local
582 __init_single_page(struct page * page,unsigned long pfn,unsigned long zone,int nid) __init_single_page() argument
620 int nid; __early_pfn_to_nid() local
638 int nid; early_pfn_to_nid() local
672 __init_page_from_nid(unsigned long pfn,int nid) __init_page_from_nid() argument
699 early_page_initialised(unsigned long pfn,int nid) early_page_initialised() argument
712 defer_init(int nid,unsigned long pfn,unsigned long end_pfn) defer_init() argument
748 __init_deferred_page(unsigned long pfn,int nid) __init_deferred_page() argument
758 early_page_initialised(unsigned long pfn,int nid) early_page_initialised() argument
763 defer_init(int nid,unsigned long pfn,unsigned long end_pfn) defer_init() argument
768 __init_deferred_page(unsigned long pfn,int nid) __init_deferred_page() argument
773 init_deferred_page(unsigned long pfn,int nid) init_deferred_page() argument
785 reserve_bootmem_region(phys_addr_t start,phys_addr_t end,int nid) reserve_bootmem_region() argument
875 memmap_init_range(unsigned long size,int nid,unsigned long zone,unsigned long start_pfn,unsigned long zone_end_pfn,enum meminit_context context,struct vmem_altmap * altmap,int migratetype,bool isolate_pageblock) memmap_init_range() argument
951 int nid = zone_to_nid(zone), zone_id = zone_idx(zone); memmap_init_zone_range() local
973 int i, j, zone_id = 0, nid; memmap_init() local
1008 __init_zone_device_page(struct page * page,unsigned long pfn,unsigned long zone_idx,int nid,struct dev_pagemap * pgmap) __init_zone_device_page() argument
1087 memmap_init_compound(struct page * head,unsigned long head_pfn,unsigned long zone_idx,int nid,struct dev_pagemap * pgmap,unsigned long nr_pages) memmap_init_compound() argument
1123 int nid = pgdat->node_id; memmap_init_zone_device() local
1165 adjust_zone_range_for_zone_movable(int nid,unsigned long zone_type,unsigned long node_end_pfn,unsigned long * zone_start_pfn,unsigned long * zone_end_pfn) adjust_zone_range_for_zone_movable() argument
1195 __absent_pages_in_range(int nid,unsigned long range_start_pfn,unsigned long range_end_pfn) __absent_pages_in_range() argument
1225 zone_absent_pages_in_node(int nid,unsigned long zone_type,unsigned long zone_start_pfn,unsigned long zone_end_pfn) zone_absent_pages_in_node() argument
1270 zone_spanned_pages_in_node(int nid,unsigned long zone_type,unsigned long node_start_pfn,unsigned long node_end_pfn,unsigned long * zone_start_pfn,unsigned long * zone_end_pfn) zone_spanned_pages_in_node() argument
1425 zone_init_internals(struct zone * zone,enum zone_type idx,int nid,unsigned long remaining_pages) zone_init_internals() argument
1556 int nid = pgdat->node_id; free_area_init_core_hotplug() local
1600 int nid = pgdat->node_id; free_area_init_core() local
1624 memmap_alloc(phys_addr_t size,phys_addr_t align,phys_addr_t min_addr,int nid,bool exact_nid) memmap_alloc() argument
1700 get_pfn_range_for_nid(unsigned int nid,unsigned long * start_pfn,unsigned long * end_pfn) get_pfn_range_for_nid() argument
1718 free_area_init_node(int nid) free_area_init_node() argument
1828 int i, nid, zone; free_area_init() local
1962 int i, nid; node_map_pfn_alignment() local
2038 int nid = zone_to_nid(zone); deferred_init_pages() local
2361 pfn_range_intersects_zones(int nid,unsigned long start_pfn,unsigned long nr_pages) pfn_range_intersects_zones() argument
2385 int nid; page_alloc_init_late() local
2555 int nid = early_pfn_to_nid(pfn); memblock_free_pages() local
[all...]
H A Dmemory_hotplug.c389 int __add_pages(int nid, unsigned long pfn, unsigned long nr_pages, in __add_pages() argument
434 static unsigned long find_smallest_section_pfn(int nid, struct zone *zone, in find_smallest_section_pfn() argument
455 static unsigned long find_biggest_section_pfn(int nid, struct zone *zone, in find_biggest_section_pfn() argument
483 int nid = zone_to_nid(zone); in shrink_zone_span() local
754 int nid in move_pfn_range_to_zone() local
843 auto_movable_can_online_movable(int nid,struct memory_group * group,unsigned long nr_pages) auto_movable_can_online_movable() argument
898 default_kernel_zone_for_pfn(int nid,unsigned long start_pfn,unsigned long nr_pages) default_kernel_zone_for_pfn() argument
964 auto_movable_zone_for_pfn(int nid,struct memory_group * group,unsigned long pfn,unsigned long nr_pages) auto_movable_zone_for_pfn() argument
1025 default_zone_for_pfn(int nid,unsigned long start_pfn,unsigned long nr_pages) default_zone_for_pfn() argument
1049 zone_for_pfn_range(int online_type,int nid,struct memory_group * group,unsigned long start_pfn,unsigned long nr_pages) zone_for_pfn_range() argument
1163 const int nid = zone_to_nid(zone); online_pages() local
1262 hotadd_init_pgdat(int nid) hotadd_init_pgdat() argument
1297 __try_online_node(int nid,bool set_node_online) __try_online_node() argument
1324 try_online_node(int nid) try_online_node() argument
1446 create_altmaps_and_memory_blocks(int nid,struct memory_group * group,u64 start,u64 size,mhp_t mhp_flags) create_altmaps_and_memory_blocks() argument
1502 add_memory_resource(int nid,struct resource * res,mhp_t mhp_flags) add_memory_resource() argument
1608 __add_memory(int nid,u64 start,u64 size,mhp_t mhp_flags) __add_memory() argument
1623 add_memory(int nid,u64 start,u64 size,mhp_t mhp_flags) add_memory() argument
1656 add_memory_driver_managed(int nid,u64 start,u64 size,const char * resource_name,mhp_t mhp_flags) add_memory_driver_managed() argument
2104 int *nid = arg; check_memblock_offlined_cb() local
2130 check_cpu_on_node(int nid) check_cpu_on_node() argument
2148 int nid = *(int *)arg; check_no_memblock_for_node_cb() local
2167 try_offline_node(int nid) try_offline_node() argument
2222 int rc, nid = NUMA_NO_NODE; try_remove_memory() local
[all...]
H A Dhugetlb_cma.c23 int nid = folio_nid(folio); in hugetlb_cma_free_folio() local
30 int nid, nodemask_t *nodemask) in hugetlb_cma_alloc_folio() argument
57 hugetlb_cma_alloc_bootmem(struct hstate *h, int *nid, bool node_exact) in hugetlb_cma_alloc_bootmem() argument
94 int nid, count = 0; cmdline_parse_hugetlb_cma() local
142 int nid; hugetlb_cma_reserve() local
[all...]
H A Dnuma_emulation.c25 static int __init emu_find_memblk_by_nid(int nid, const struct numa_meminfo *mi) in emu_find_memblk_by_nid() argument
51 int nid, int phys_blk, u64 size) in emu_setup_memblk() argument
93 int nid = 0; split_nodes_interleave() local
223 split_nodes_size_interleave_uniform(struct numa_meminfo * ei,struct numa_meminfo * pi,u64 addr,u64 max_addr,u64 size,int nr_nodes,struct numa_memblk * pblk,int nid) split_nodes_size_interleave_uniform() argument
401 int nid = 0; numa_emulation() local
549 int physnid, nid; numa_add_cpu() local
575 int nid, physnid; numa_set_cpumask() local
[all...]
H A Dmemblock.c235 phys_addr_t size, phys_addr_t align, int nid, in __memblock_find_range_bottom_up() argument
270 phys_addr_t size, phys_addr_t align, int nid, in __memblock_find_range_top_down() argument
309 memblock_find_in_range_node(phys_addr_t size,phys_addr_t align,phys_addr_t start,phys_addr_t end,int nid,enum memblock_flags flags) memblock_find_in_range_node() argument
577 memblock_insert_region(struct memblock_type * type,int idx,phys_addr_t base,phys_addr_t size,int nid,enum memblock_flags flags) memblock_insert_region() argument
610 memblock_add_range(struct memblock_type * type,phys_addr_t base,phys_addr_t size,int nid,enum memblock_flags flags) memblock_add_range() argument
728 memblock_add_node(phys_addr_t base,phys_addr_t size,int nid,enum memblock_flags flags) memblock_add_node() argument
774 int nid, i; memblock_validate_numa_coverage() local
929 __memblock_reserve(phys_addr_t base,phys_addr_t size,int nid,enum memblock_flags flags) __memblock_reserve() argument
966 int nid; memmap_init_kho_scratch_pages() local
1142 should_skip_region(struct memblock_type * type,struct memblock_region * m,int nid,int flags) should_skip_region() argument
1207 __next_mem_range(u64 * idx,int nid,enum memblock_flags flags,struct memblock_type * type_a,struct memblock_type * type_b,phys_addr_t * out_start,phys_addr_t * out_end,int * out_nid) __next_mem_range() argument
1298 __next_mem_range_rev(u64 * idx,int nid,enum memblock_flags flags,struct memblock_type * type_a,struct memblock_type * type_b,phys_addr_t * out_start,phys_addr_t * out_end,int * out_nid) __next_mem_range_rev() argument
1379 __next_mem_pfn_range(int * idx,int nid,unsigned long * out_start_pfn,unsigned long * out_end_pfn,int * out_nid) __next_mem_pfn_range() argument
1423 memblock_set_node(phys_addr_t base,phys_addr_t size,struct memblock_type * type,int nid) memblock_set_node() argument
1532 memblock_alloc_range_nid(phys_addr_t size,phys_addr_t align,phys_addr_t start,phys_addr_t end,int nid,bool exact_nid) memblock_alloc_range_nid() argument
1641 memblock_phys_alloc_try_nid(phys_addr_t size,phys_addr_t align,int nid) memblock_phys_alloc_try_nid() argument
1670 memblock_alloc_internal(phys_addr_t size,phys_addr_t align,phys_addr_t min_addr,phys_addr_t max_addr,int nid,bool exact_nid) memblock_alloc_internal() argument
1713 memblock_alloc_exact_nid_raw(phys_addr_t size,phys_addr_t align,phys_addr_t min_addr,phys_addr_t max_addr,int nid) memblock_alloc_exact_nid_raw() argument
1745 memblock_alloc_try_nid_raw(phys_addr_t size,phys_addr_t align,phys_addr_t min_addr,phys_addr_t max_addr,int nid) memblock_alloc_try_nid_raw() argument
1775 memblock_alloc_try_nid(phys_addr_t size,phys_addr_t align,phys_addr_t min_addr,phys_addr_t max_addr,int nid) memblock_alloc_try_nid() argument
1850 memblock_reserved_kern_size(phys_addr_t limit,int nid) memblock_reserved_kern_size() argument
2302 int nid; memmap_init_reserved_pages() local
2768 int i, j, nid; memblock_debug_show() local
[all...]
/linux/drivers/base/
H A Dnode.c216 void node_set_perf_attrs(unsigned int nid, struct access_coordinate *coord, in node_set_perf_attrs() argument
330 void node_add_cache(unsigned int nid, struct node_cache_attrs *cache_attrs) in node_add_cache() argument
393 node_init_caches(unsigned int nid) node_init_caches() argument
398 node_init_caches(unsigned int nid) node_init_caches() argument
407 int nid = dev->id; node_read_meminfo() local
552 int nid = dev->id; node_read_vmstat() local
586 int nid = dev->id; node_read_distance() local
690 register_cpu_under_node(unsigned int cpu,unsigned int nid) register_cpu_under_node() argument
763 unregister_cpu_under_node(unsigned int cpu,unsigned int nid) unregister_cpu_under_node() argument
783 do_register_memory_block_under_node(int nid,struct memory_block * mem_blk,enum meminit_context context) do_register_memory_block_under_node() argument
816 int nid = *(int *)arg; register_mem_block_under_node_hotplug() local
845 const int nid = memblock_get_region_node(r); register_memory_blocks_under_nodes() local
865 register_memory_blocks_under_node_hotplug(int nid,unsigned long start_pfn,unsigned long end_pfn) register_memory_blocks_under_node_hotplug() argument
874 register_one_node(int nid) register_one_node() argument
900 unregister_one_node(int nid) unregister_one_node() argument
[all...]
/linux/include/linux/
H A Dnode.h89 static inline void node_add_cache(unsigned int nid, in node_add_cache() argument
94 static inline void node_set_perf_attrs(unsigned int nid, in node_set_perf_attrs() argument
117 static inline void register_memory_blocks_under_node_hotplug(int nid, in register_memory_blocks_under_node_hotplug() argument
130 int nid; member
184 register_one_node(int nid) register_one_node() argument
188 unregister_one_node(int nid) unregister_one_node() argument
192 register_cpu_under_node(unsigned int cpu,unsigned int nid) register_cpu_under_node() argument
196 unregister_cpu_under_node(unsigned int cpu,unsigned int nid) unregister_cpu_under_node() argument
[all...]
H A Dnuma.h10 static inline bool numa_valid_node(int nid) in numa_valid_node() argument
26 #define NODE_DATA(nid) (node_data[nid]) argument
66 static inline void alloc_offline_node_data(int nid) {} in alloc_offline_node_data() argument
H A Dgfp.h212 static inline struct zonelist *node_zonelist(int nid, gfp_t flags) in node_zonelist() argument
248 alloc_pages_bulk_node_noprof(gfp_t gfp, int nid, unsigned long nr_pages, in alloc_pages_bulk_node_noprof() argument
279 __alloc_pages_node_noprof(int nid, gfp_t gfp_mask, unsigned int order) in __alloc_pages_node_noprof() argument
290 __folio_alloc_node_noprof(gfp_t gfp,unsigned int order,int nid) __folio_alloc_node_noprof() argument
305 alloc_pages_node_noprof(int nid,gfp_t gfp_mask,unsigned int order) alloc_pages_node_noprof() argument
333 folio_alloc_mpol_noprof(gfp_t gfp,unsigned int order,struct mempolicy * mpol,pgoff_t ilx,int nid) folio_alloc_mpol_noprof() argument
445 folio_alloc_gigantic_noprof(int order,gfp_t gfp,int nid,nodemask_t * node) folio_alloc_gigantic_noprof() argument
458 folio_alloc_gigantic_noprof(int order,gfp_t gfp,int nid,nodemask_t * node) folio_alloc_gigantic_noprof() argument
[all...]
/linux/fs/f2fs/
H A Dnode.c33 int f2fs_check_nid_range(struct f2fs_sb_info *sbi, nid_t nid) in f2fs_check_nid_range() argument
133 static struct folio *get_current_nat_folio(struct f2fs_sb_info *sbi, nid_t nid) in get_current_nat_folio() argument
138 static struct folio *get_next_nat_folio(struct f2fs_sb_info *sbi, nid_t nid) in get_next_nat_folio() argument
168 __alloc_nat_entry(struct f2fs_sb_info * sbi,nid_t nid,bool no_fail) __alloc_nat_entry() argument
389 f2fs_need_dentry_mark(struct f2fs_sb_info * sbi,nid_t nid) f2fs_need_dentry_mark() argument
406 f2fs_is_checkpointed_node(struct f2fs_sb_info * sbi,nid_t nid) f2fs_is_checkpointed_node() argument
437 cache_nat_entry(struct f2fs_sb_info * sbi,nid_t nid,struct f2fs_nat_entry * ne) cache_nat_entry() argument
557 f2fs_get_node_info(struct f2fs_sb_info * sbi,nid_t nid,struct node_info * ni,bool checkpoint_context) f2fs_get_node_info() argument
655 nid_t nid; f2fs_ra_node_pages() local
1101 nid_t nid[3]; truncate_partial_nodes() local
1277 nid_t nid = F2FS_I(inode)->i_xattr_nid; f2fs_truncate_xattr_node() local
1473 f2fs_ra_node_page(struct f2fs_sb_info * sbi,nid_t nid) f2fs_ra_node_page() argument
1496 sanity_check_node_footer(struct f2fs_sb_info * sbi,struct folio * folio,pgoff_t nid,enum node_type ntype) sanity_check_node_footer() argument
1516 __get_node_folio(struct f2fs_sb_info * sbi,pgoff_t nid,struct folio * parent,int start,enum node_type ntype) __get_node_folio() argument
1570 f2fs_get_node_folio(struct f2fs_sb_info * sbi,pgoff_t nid) f2fs_get_node_folio() argument
1588 nid_t nid = get_nid(parent, start, false); f2fs_get_node_folio_ra() local
1691 nid_t nid; __write_node_folio() local
2312 update_free_nid_bitmap(struct f2fs_sb_info * sbi,nid_t nid,bool set,bool build) update_free_nid_bitmap() argument
2338 add_free_nid(struct f2fs_sb_info * sbi,nid_t nid,bool build,bool update) add_free_nid() argument
2414 remove_free_nid(struct f2fs_sb_info * sbi,nid_t nid) remove_free_nid() argument
2474 nid_t nid; scan_curseg_cache() local
2490 nid_t nid; scan_free_nid_bits() local
2523 nid_t nid = nm_i->next_scan_nid; __f2fs_build_free_nids() local
2617 f2fs_alloc_nid(struct f2fs_sb_info * sbi,nid_t * nid) f2fs_alloc_nid() argument
2658 f2fs_alloc_nid_done(struct f2fs_sb_info * sbi,nid_t nid) f2fs_alloc_nid_done() argument
2675 f2fs_alloc_nid_failed(struct f2fs_sb_info * sbi,nid_t nid) f2fs_alloc_nid_failed() argument
2945 nid_t nid = le32_to_cpu(nid_in_journal(journal, i)); remove_nats_in_journal() local
3063 nid_t nid = nat_get_nid(ne); __flush_nat_entry_set() local
3216 nid_t nid, last_nid; load_free_nid_bitmap() local
3370 nid_t nid = 0; f2fs_destroy_node_manager() local
[all...]
/linux/sound/pci/lola/
H A Dlola_proc.c17 struct lola *chip, int nid, const char *name) in print_audio_widget() argument
28 struct lola *chip, int nid, unsigned int ampcap, in print_pin_widget() argument
49 struct lola *chip, int nid) in print_clock_widget() argument
89 print_mixer_widget(struct snd_info_buffer * buffer,struct lola * chip,int nid) print_mixer_widget() argument
102 int i, nid; lola_proc_codec_read() local
[all...]
/linux/sound/hda/codecs/
H A Dgeneric.c241 static int find_idx_in_nid_list(hda_nid_t nid, const hda_nid_t *list, int nums) in find_idx_in_nid_list() argument
251 static bool is_nid_contained(struct nid_path *path, hda_nid_t nid) in is_nid_contained() argument
319 static bool is_dac_already_used(struct hda_codec *codec, hda_nid_t nid) in is_dac_already_used() argument
360 static bool is_ctl_associated(struct hda_codec *codec, hda_nid_t nid, in is_ctl_associated() argument
535 hda_nid_t nid = spec->all_dacs[i]; look_for_dac() local
588 hda_nid_t nid = path->path[i]; look_for_out_vol_nid() local
604 hda_nid_t nid = path->path[idx]; has_amp_in() local
618 hda_nid_t nid = path->path[idx]; has_amp_out() local
630 is_active_nid(struct hda_codec * codec,hda_nid_t nid,unsigned int dir,unsigned int idx) is_active_nid() argument
665 is_active_nid_for_any(codec,nid) global() argument
669 get_amp_val_to_activate(struct hda_codec * codec,hda_nid_t nid,int dir,unsigned int caps,bool enable) get_amp_val_to_activate() argument
687 is_stereo_amps(struct hda_codec * codec,hda_nid_t nid,int dir) is_stereo_amps() argument
704 init_amp(struct hda_codec * codec,hda_nid_t nid,int dir,int idx) init_amp() argument
716 update_amp(struct hda_codec * codec,hda_nid_t nid,int dir,int idx,unsigned int mask,unsigned int val) update_amp() argument
731 get_amp_mask_to_modify(struct hda_codec * codec,hda_nid_t nid,int dir,int idx,unsigned int caps) get_amp_mask_to_modify() argument
748 activate_amp(struct hda_codec * codec,hda_nid_t nid,int dir,int idx,int idx_to_check,bool enable) activate_amp() argument
764 check_and_activate_amp(struct hda_codec * codec,hda_nid_t nid,int dir,int idx,int idx_to_check,bool enable) check_and_activate_amp() argument
777 hda_nid_t nid = path->path[i]; activate_amp_out() local
789 hda_nid_t nid = path->path[i]; activate_amp_in() local
827 hda_nid_t nid, changed = 0; path_power_update() local
862 sync_power_state_change(struct hda_codec * codec,hda_nid_t nid) sync_power_state_change() argument
892 hda_nid_t nid = path->path[i]; snd_hda_activate_path() local
1039 hda_nid_t nid = get_amp_nid_(path->ctls[type]); get_default_ch_nums() local
1069 hda_nid_t nid = get_amp_nid_(val); add_sw_ctl() local
1094 hda_nid_t nid = get_amp_nid(kcontrol); sync_auto_mute_bits() local
1288 hda_nid_t nid; assign_out_path_ctls() local
1468 hda_nid_t nid = spec->all_dacs[i]; get_dac_if_single() local
1482 can_be_multiio_pin(struct hda_codec * codec,unsigned int location,hda_nid_t nid) can_be_multiio_pin() argument
1549 hda_nid_t nid = cfg->inputs[i].pin; fill_multi_ios() local
1970 hda_nid_t nid; fill_all_dac_nids() local
2377 hda_nid_t nid = spec->multi_io[idx].pin; set_multi_io() local
2614 hda_nid_t nid; create_hp_mic() local
2678 hda_nid_t nid = kcontrol->private_value; out_jack_mode_get() local
2690 hda_nid_t nid = kcontrol->private_value; out_jack_mode_put() local
2825 hda_nid_t nid = kcontrol->private_value; in_jack_mode_info() local
2840 hda_nid_t nid = kcontrol->private_value; in_jack_mode_get() local
2853 hda_nid_t nid = kcontrol->private_value; in_jack_mode_put() local
2918 hda_nid_t nid = kcontrol->private_value; hp_mic_jack_mode_info() local
2948 get_cur_hp_mic_jack_mode(struct hda_codec * codec,hda_nid_t nid) get_cur_hp_mic_jack_mode() argument
2973 hda_nid_t nid = kcontrol->private_value; hp_mic_jack_mode_get() local
2983 hda_nid_t nid = kcontrol->private_value; hp_mic_jack_mode_put() local
3063 hda_nid_t nid; look_for_mix_leaf_ctls() local
3149 is_input_pin(struct hda_codec * codec,hda_nid_t nid) is_input_pin() argument
3159 hda_nid_t nid; fill_adc_nids() local
3546 hda_nid_t nid; parse_capvol_in_path() local
3583 is_inv_dmic_pin(struct hda_codec * codec,hda_nid_t nid) is_inv_dmic_pin() argument
3839 check_boost_vol(struct hda_codec * codec,hda_nid_t nid,int dir,int idx) check_boost_vol() argument
3861 hda_nid_t nid; look_for_boost_amp() local
4135 set_path_power(struct hda_codec * codec,hda_nid_t nid,int pin_state,int stream_state) set_path_power() argument
4284 add_fake_paths(struct hda_codec * codec,hda_nid_t nid,int num_pins,const hda_nid_t * pins) add_fake_paths() argument
4313 hda_nid_t nid = spec->beep_nid; add_fake_beep_paths() local
4375 hda_nid_t nid = pins[i]; detect_jacks() local
4395 hda_nid_t nid = pins[i]; do_automute() local
4758 hda_nid_t nid = cfg->hp_pins[i]; check_auto_mute_availability() local
4770 hda_nid_t nid = cfg->line_out_pins[i]; check_auto_mute_availability() local
4844 hda_nid_t nid = cfg->inputs[i].pin; check_auto_mic_availability() local
4907 snd_hda_gen_path_power_filter(struct hda_codec * codec,hda_nid_t nid,unsigned int power_state) snd_hda_gen_path_power_filter() argument
4951 snd_hda_gen_stream_pm(struct hda_codec * codec,hda_nid_t nid,bool on) snd_hda_gen_stream_pm() argument
4959 force_mute_output_path(struct hda_codec * codec,hda_nid_t nid) force_mute_output_path() argument
5719 setup_pcm_stream(struct hda_pcm_stream * str,const struct hda_pcm_stream * default_str,const struct hda_pcm_stream * spec_str,hda_nid_t nid) setup_pcm_stream() argument
5953 hda_nid_t nid = cfg->inputs[i].pin; init_analog_input() local
6021 hda_nid_t nid = pin->nid; clear_unsol_on_unused_pins() local
6092 snd_hda_gen_check_power_status(struct hda_codec * codec,hda_nid_t nid) snd_hda_gen_check_power_status() argument
[all...]
/linux/arch/x86/mm/
H A Dkasan_init_64.c25 static __init void *early_alloc(size_t size, int nid, bool should_panic) in early_alloc() argument
38 unsigned long end, int nid) in kasan_populate_pmd() argument
73 unsigned long end, int nid) in kasan_populate_pud() argument
103 kasan_populate_p4d(p4d_t * p4d,unsigned long addr,unsigned long end,int nid) kasan_populate_p4d() argument
123 kasan_populate_pgd(pgd_t * pgd,unsigned long addr,unsigned long end,int nid) kasan_populate_pgd() argument
142 kasan_populate_shadow(unsigned long addr,unsigned long end,int nid) kasan_populate_shadow() argument
332 kasan_populate_shadow_for_vaddr(void * va,size_t size,int nid) kasan_populate_shadow_for_vaddr() argument
[all...]

12345678910