Home
last modified time | relevance | path

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

1234567

/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, in snd_hdac_regmap_write()
97 snd_hdac_regmap_update(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_update()
115 snd_hdac_regmap_read(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_read()
136 snd_hdac_regmap_get_amp(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_get_amp()
160 snd_hdac_regmap_update_amp(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_update_amp()
181 snd_hdac_regmap_get_amp_stereo(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_get_amp_stereo()
205 snd_hdac_regmap_update_amp_stereo(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_update_amp_stereo()
[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; in widget_attr_store() local
161 static ssize_t caps_show(struct hdac_device *codec, hda_nid_t nid, in caps_show()
167 static ssize_t pin_caps_show(struct hdac_device *codec, hda_nid_t nid, in pin_caps_show()
176 static ssize_t pin_cfg_show(struct hdac_device *codec, hda_nid_t nid, in pin_cfg_show()
188 static bool has_pcm_cap(struct hdac_device *codec, hda_nid_t nid) in has_pcm_cap()
201 static ssize_t pcm_caps_show(struct hdac_device *codec, hda_nid_t nid, in pcm_caps_show()
210 static ssize_t pcm_formats_show(struct hdac_device *codec, hda_nid_t nid, in pcm_formats_show()
219 static ssize_t amp_in_caps_show(struct hdac_device *codec, hda_nid_t nid, in amp_in_caps_show()
[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
777 hda_nid_t nid, fg; print_codec_info() local
[all...]
H A Dcodec.c99 hda_nid_t nid; member
105 lookup_conn_list(struct hda_codec *codec, hda_nid_t nid) in lookup_conn_list() argument
115 static int add_conn_list(struct hda_codec *codec, hda_nid_t nid, int len, in add_conn_list() argument
141 static int read_and_add_raw_conns(struct hda_codec *codec, hda_nid_t nid) in read_and_add_raw_conns() argument
177 snd_hda_get_conn_list(struct hda_codec * codec,hda_nid_t nid,const hda_nid_t ** listp) snd_hda_get_conn_list() argument
216 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
247 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
274 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
309 snd_hda_get_num_devices(struct hda_codec * codec,hda_nid_t nid) snd_hda_get_num_devices() argument
335 snd_hda_get_devices(struct hda_codec * codec,hda_nid_t nid,u8 * dev_list,unsigned int max_devices) snd_hda_get_devices() argument
372 snd_hda_get_dev_select(struct hda_codec * codec,hda_nid_t nid) snd_hda_get_dev_select() argument
390 snd_hda_set_dev_select(struct hda_codec * codec,hda_nid_t nid,int dev_id) snd_hda_set_dev_select() argument
426 hda_nid_t nid; read_widget_caps() local
441 hda_nid_t nid; read_pin_defaults() local
469 look_up_pincfg(struct hda_codec * codec,struct snd_array * array,hda_nid_t nid) look_up_pincfg() argument
485 snd_hda_add_pincfg(struct hda_codec * codec,struct snd_array * list,hda_nid_t nid,unsigned int cfg) snd_hda_add_pincfg() argument
511 snd_hda_codec_set_pincfg(struct hda_codec * codec,hda_nid_t nid,unsigned int cfg) snd_hda_codec_set_pincfg() argument
526 snd_hda_codec_get_pincfg(struct hda_codec * codec,hda_nid_t nid) snd_hda_codec_get_pincfg() argument
562 snd_hda_codec_set_pin_target(struct hda_codec * codec,hda_nid_t nid,unsigned int val) snd_hda_codec_set_pin_target() argument
580 snd_hda_codec_get_pin_target(struct hda_codec * codec,hda_nid_t nid) snd_hda_codec_get_pin_target() argument
665 hda_nid_t nid; global() member
675 get_hda_cvt_setup(struct hda_codec * codec,hda_nid_t nid) get_hda_cvt_setup() argument
1074 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
1093 update_pcm_format(struct hda_codec * codec,struct hda_cvt_setup * p,hda_nid_t nid,int format) update_pcm_format() argument
1118 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
1170 __snd_hda_codec_cleanup_stream(struct hda_codec * codec,hda_nid_t nid,int do_now) __snd_hda_codec_cleanup_stream() argument
1200 hda_nid_t nid = q->nid; really_cleanup_stream() local
1256 query_amp_caps(struct hda_codec * codec,hda_nid_t nid,int direction) query_amp_caps() argument
1275 snd_hda_check_amp_caps(struct hda_codec * codec,hda_nid_t nid,int dir,unsigned int bits) snd_hda_check_amp_caps() argument
1300 snd_hda_override_amp_caps(struct hda_codec * codec,hda_nid_t nid,int dir,unsigned int caps) snd_hda_override_amp_caps() argument
1312 encode_amp(struct hda_codec * codec,hda_nid_t nid,int ch,int dir,int idx) encode_amp() argument
1336 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
1357 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
1385 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
1407 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
1421 get_amp_max_value(struct hda_codec * codec,hda_nid_t nid,int dir,unsigned int ofs) get_amp_max_value() argument
1444 u16 nid = get_amp_nid(kcontrol); snd_hda_mixer_amp_volume_info() local
1465 read_amp_value(struct hda_codec * codec,hda_nid_t nid,int ch,int dir,int idx,unsigned int ofs) read_amp_value() argument
1479 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
1507 hda_nid_t nid = get_amp_nid(kcontrol); snd_hda_mixer_amp_volume_get() local
1534 hda_nid_t nid = get_amp_nid(kcontrol); snd_hda_mixer_amp_volume_put() local
1564 hda_nid_t nid = get_amp_nid(kcontrol); get_ctl_amp_tlv() local
1619 snd_hda_set_vmaster_tlv(struct hda_codec * codec,hda_nid_t nid,int dir,unsigned int * tlv) snd_hda_set_vmaster_tlv() argument
1696 snd_hda_ctl_add(struct hda_codec * codec,hda_nid_t nid,struct snd_kcontrol * kctl) snd_hda_ctl_add() argument
2080 hda_nid_t nid = get_amp_nid(kcontrol); snd_hda_mixer_amp_switch_get() local
2108 hda_nid_t nid = get_amp_nid(kcontrol); snd_hda_mixer_amp_switch_put() local
2241 set_dig_out(struct hda_codec * codec,hda_nid_t nid,int mask,int val) set_dig_out() argument
2256 set_dig_out_convert(struct hda_codec * codec,hda_nid_t nid,int dig1,int dig2) set_dig_out_convert() argument
2279 hda_nid_t nid; snd_hda_spdif_default_put() local
2318 set_spdif_ctls(struct hda_codec * codec,hda_nid_t nid,int dig1,int dig2) set_spdif_ctls() argument
2335 hda_nid_t nid; snd_hda_spdif_out_switch_put() local
2469 snd_hda_spdif_out_of_nid(struct hda_codec * codec,hda_nid_t nid) snd_hda_spdif_out_of_nid() argument
2509 snd_hda_spdif_ctls_assign(struct hda_codec * codec,int idx,hda_nid_t nid) snd_hda_spdif_ctls_assign() argument
2593 hda_nid_t nid = kcontrol->private_value; snd_hda_spdif_in_switch_put() local
2611 hda_nid_t nid = kcontrol->private_value; snd_hda_spdif_in_status_get() local
2653 snd_hda_create_spdif_in_ctls(struct hda_codec * codec,hda_nid_t nid) snd_hda_create_spdif_in_ctls() argument
2695 hda_nid_t nid; snd_hda_codec_set_power_to_all() local
2723 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
2789 hda_nid_t nid; sync_power_up_states() local
3448 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
3521 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
3573 setup_dig_out_stream(struct hda_codec * codec,hda_nid_t nid,unsigned int stream_tag,unsigned int format) setup_dig_out_stream() argument
3612 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()
46 static u32 read_pin_sense(struct hda_codec *codec, hda_nid_t nid, int dev_id) in read_pin_sense()
71 snd_hda_jack_tbl_get_mst(struct hda_codec *codec, hda_nid_t nid, int dev_id) in snd_hda_jack_tbl_get_mst()
108 any_jack_tbl_get_from_nid(struct hda_codec *codec, hda_nid_t nid) in any_jack_tbl_get_from_nid()
128 snd_hda_jack_tbl_new(struct hda_codec *codec, hda_nid_t nid, int dev_id) in snd_hda_jack_tbl_new()
253 u32 snd_hda_jack_pin_sense(struct hda_codec *codec, hda_nid_t nid, int dev_id) in snd_hda_jack_pin_sense()
275 hda_nid_t nid, int dev_id) in snd_hda_jack_detect_state_mst()
318 snd_hda_jack_detect_enable_callback_mst(struct hda_codec *codec, hda_nid_t nid, in snd_hda_jack_detect_enable_callback_mst()
365 int snd_hda_jack_detect_enable(struct hda_codec *codec, hda_nid_t nid, in snd_hda_jack_detect_enable()
502 static int get_input_jack_type(struct hda_codec *codec, hda_nid_t nid) in get_input_jack_type()
[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()
57 hda_nid_t nid, int type) in add_auto_cfg_input_pin()
177 hda_nid_t nid; in snd_hda_parse_pin_defcfg() local
595 static int find_idx_in_nid_list(hda_nid_t nid, const hda_nid_t *list, int nums) in find_idx_in_nid_list()
605 static const char *check_output_sfx(hda_nid_t nid, const hda_nid_t *pins, in check_output_sfx()
626 static const char *check_output_pfx(struct hda_codec *codec, hda_nid_t nid) in check_output_pfx()
641 static int get_hp_label_index(struct hda_codec *codec, hda_nid_t nid, in get_hp_label_index()
658 static int fill_audio_out_name(struct hda_codec *codec, hda_nid_t nid, in fill_audio_out_name()
714 int snd_hda_get_pin_label(struct hda_codec *codec, hda_nid_t nid, in snd_hda_get_pin_label()
903 hda_nid_t nid = pin->nid; in pin_config_match() local
/linux/mm/
H A Dmm_init.c73 int nid; in mminit_verify_zonelist() local
329 int i, nid; in early_calculate_totalpages() local
370 int i, nid; in find_zone_movable_pfns_for_nodes() local
593 unsigned long zone, int nid) in __init_single_page()
631 int nid; in __early_pfn_to_nid() local
649 int nid; in early_pfn_to_nid() local
680 void __meminit __init_page_from_nid(unsigned long pfn, int nid) in __init_page_from_nid()
707 static inline bool __meminit early_page_initialised(unsigned long pfn, int nid) in early_page_initialised()
720 defer_init(int nid, unsigned long pfn, unsigned long end_pfn) in defer_init()
756 static void __meminit __init_deferred_page(unsigned long pfn, int nid) in __init_deferred_page()
[all …]
H A Dmemory_hotplug.c381 int __add_pages(int nid, unsigned long pfn, unsigned long nr_pages, in __add_pages()
426 static unsigned long find_smallest_section_pfn(int nid, struct zone *zone, in find_smallest_section_pfn()
447 static unsigned long find_biggest_section_pfn(int nid, struct zone *zone, in find_biggest_section_pfn()
475 int nid = zone_to_nid(zone); in shrink_zone_span() local
746 int nid = pgdat->node_id; in move_pfn_range_to_zone() local
835 static bool auto_movable_can_online_movable(int nid, struct memory_group *group, in auto_movable_can_online_movable()
890 static struct zone *default_kernel_zone_for_pfn(int nid, unsigned long start_pfn, in default_kernel_zone_for_pfn()
956 static struct zone *auto_movable_zone_for_pfn(int nid, in auto_movable_zone_for_pfn()
1017 static inline struct zone *default_zone_for_pfn(int nid, unsigned long start_pfn, in default_zone_for_pfn()
1041 struct zone *zone_for_pfn_range(enum mmop online_type, int nid, in zone_for_pfn_range()
[all …]
H A Dhugetlb_internal.h31 static inline int next_node_allowed(int nid, nodemask_t *nodes_allowed) in next_node_allowed()
39 static inline int get_valid_node_allowed(int nid, nodemask_t *nodes_allowed) in get_valid_node_allowed()
55 int nid; in hstate_next_node_to_alloc() local
73 int nid; in hstate_next_node_to_free() local
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()
51 int nid, int phys_blk, u64 size) in emu_setup_memblk()
93 int nid = 0; in split_nodes_interleave() local
223 int nid) in split_nodes_size_interleave_uniform()
401 int nid = 0; in numa_emulation() local
549 int physnid, nid; in numa_add_cpu() local
575 int nid, physnid; in numa_set_cpumask() local
H A Dhugetlb_cma.c28 int nid, nodemask_t *nodemask) in hugetlb_cma_alloc_frozen_folio()
60 hugetlb_cma_alloc_bootmem(struct hstate *h, int *nid, bool node_exact) in hugetlb_cma_alloc_bootmem()
94 int nid, count = 0; in cmdline_parse_hugetlb_cma() local
147 int nid; in hugetlb_cma_reserve() local
H A Dnuma_memblks.c135 static int __init numa_add_memblk_to(int nid, u64 start, u64 end, in numa_add_memblk_to()
200 int __init numa_add_memblk(int nid, u64 start, u64 end) in numa_add_memblk()
222 int __init numa_add_reserved_memblk(int nid, u64 start, u64 end) in numa_add_reserved_memblk()
374 int nid = memblock_get_region_node(mb_region); in numa_clear_kernel_node_hotplug() local
572 int nid = meminfo_to_nid(&numa_meminfo, start); in phys_to_target_node() local
588 int nid = meminfo_to_nid(&numa_meminfo, start); in memory_add_physaddr_to_nid() local
H A Dhugetlb_sysfs.c47 int nid; in nr_hugepages_show_common() local
64 int nid; in nr_hugepages_store_common() local
144 int nid; in free_hugepages_show() local
169 int nid; in surplus_hugepages_show() local
189 int nid; in demote_store() local
375 int nid; in kobj_to_node_hstate() local
463 int nid; in hugetlb_register_all_nodes() local
/linux/include/linux/
H A Dnode.h91 static inline void node_add_cache(unsigned int nid, in node_add_cache()
96 static inline void node_set_perf_attrs(unsigned int nid, in node_set_perf_attrs()
102 static inline void node_update_perf_attrs(unsigned int nid, in node_update_perf_attrs()
125 static inline void register_memory_blocks_under_node_hotplug(int nid, in register_memory_blocks_under_node_hotplug()
136 int nid; member
190 static inline int register_node(int nid) in register_node()
194 static inline int unregister_node(int nid) in unregister_node()
198 static inline int register_cpu_under_node(unsigned int cpu, unsigned int nid) in register_cpu_under_node()
202 static inline int unregister_cpu_under_node(unsigned int cpu, unsigned int nid) in unregister_cpu_under_node()
/linux/sound/pci/lola/
H A Dlola_proc.c17 struct lola *chip, int nid, const char *name) in print_audio_widget()
28 struct lola *chip, int nid, unsigned int ampcap, in print_pin_widget()
49 struct lola *chip, int nid) in print_clock_widget()
89 struct lola *chip, int nid) in print_mixer_widget()
102 int i, nid; in lola_proc_codec_read() local
/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
1286 hda_nid_t nid; assign_out_path_ctls() local
1466 hda_nid_t nid = spec->all_dacs[i]; get_dac_if_single() local
1480 can_be_multiio_pin(struct hda_codec * codec,unsigned int location,hda_nid_t nid) can_be_multiio_pin() argument
1547 hda_nid_t nid = cfg->inputs[i].pin; fill_multi_ios() local
1968 hda_nid_t nid; fill_all_dac_nids() local
2368 hda_nid_t nid = spec->multi_io[idx].pin; set_multi_io() local
2605 hda_nid_t nid; create_hp_mic() local
2669 hda_nid_t nid = kcontrol->private_value; out_jack_mode_get() local
2681 hda_nid_t nid = kcontrol->private_value; out_jack_mode_put() local
2816 hda_nid_t nid = kcontrol->private_value; in_jack_mode_info() local
2831 hda_nid_t nid = kcontrol->private_value; in_jack_mode_get() local
2844 hda_nid_t nid = kcontrol->private_value; in_jack_mode_put() local
2909 hda_nid_t nid = kcontrol->private_value; hp_mic_jack_mode_info() local
2939 get_cur_hp_mic_jack_mode(struct hda_codec * codec,hda_nid_t nid) get_cur_hp_mic_jack_mode() argument
2964 hda_nid_t nid = kcontrol->private_value; hp_mic_jack_mode_get() local
2974 hda_nid_t nid = kcontrol->private_value; hp_mic_jack_mode_put() local
3054 hda_nid_t nid; look_for_mix_leaf_ctls() local
3140 is_input_pin(struct hda_codec * codec,hda_nid_t nid) is_input_pin() argument
3150 hda_nid_t nid; fill_adc_nids() local
3535 hda_nid_t nid; parse_capvol_in_path() local
3572 is_inv_dmic_pin(struct hda_codec * codec,hda_nid_t nid) is_inv_dmic_pin() argument
3828 check_boost_vol(struct hda_codec * codec,hda_nid_t nid,int dir,int idx) check_boost_vol() argument
3850 hda_nid_t nid; look_for_boost_amp() local
4124 set_path_power(struct hda_codec * codec,hda_nid_t nid,int pin_state,int stream_state) set_path_power() argument
4273 add_fake_paths(struct hda_codec * codec,hda_nid_t nid,int num_pins,const hda_nid_t * pins) add_fake_paths() argument
4302 hda_nid_t nid = spec->beep_nid; add_fake_beep_paths() local
4364 hda_nid_t nid = pins[i]; detect_jacks() local
4384 hda_nid_t nid = pins[i]; do_automute() local
4747 hda_nid_t nid = cfg->hp_pins[i]; check_auto_mute_availability() local
4759 hda_nid_t nid = cfg->line_out_pins[i]; check_auto_mute_availability() local
4833 hda_nid_t nid = cfg->inputs[i].pin; check_auto_mic_availability() local
4896 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
4940 snd_hda_gen_stream_pm(struct hda_codec * codec,hda_nid_t nid,bool on) snd_hda_gen_stream_pm() argument
4948 force_mute_output_path(struct hda_codec * codec,hda_nid_t nid) force_mute_output_path() argument
5707 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
5941 hda_nid_t nid = cfg->inputs[i].pin; init_analog_input() local
6009 hda_nid_t nid = pin->nid; clear_unsol_on_unused_pins() local
6080 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()
38 unsigned long end, int nid) in kasan_populate_pmd()
73 unsigned long end, int nid) in kasan_populate_pud()
103 unsigned long end, int nid) in kasan_populate_p4d()
123 unsigned long end, int nid) in kasan_populate_pgd()
142 int nid) in kasan_populate_shadow()
332 void __init kasan_populate_shadow_for_vaddr(void *va, size_t size, int nid) in kasan_populate_shadow_for_vaddr()
/linux/sound/hda/codecs/realtek/
H A Drealtek.c10 static int __alc_read_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in __alc_read_coefex_idx() argument
20 int alc_read_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in alc_read_coefex_idx() argument
28 static void __alc_write_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in __alc_write_coefex_idx() argument
35 void alc_write_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in alc_write_coefex_idx() argument
43 __alc_update_coefex_idx(struct hda_codec * codec,hda_nid_t nid,unsigned int coef_idx,unsigned int mask,unsigned int bits_set) __alc_update_coefex_idx() argument
54 alc_update_coefex_idx(struct hda_codec * codec,hda_nid_t nid,unsigned int coef_idx,unsigned int mask,unsigned int bits_set) alc_update_coefex_idx() argument
201 alc_fix_pll_init(struct hda_codec * codec,hda_nid_t nid,unsigned int coef_idx,unsigned int coef_bit) alc_fix_pll_init() argument
356 set_eapd(struct hda_codec * codec,hda_nid_t nid,int on) set_eapd() argument
383 hda_nid_t nid; alc_find_ext_mic_pin() local
551 unsigned nid = 0; alc_auto_parse_customize_define() local
617 find_idx_in_nid_list(hda_nid_t nid,const hda_nid_t * list,int nums) find_idx_in_nid_list() argument
626 found_in_nid_list(hda_nid_t nid,const hda_nid_t * list,int nums) found_in_nid_list() argument
643 unsigned nid; alc_subsystem_id() local
729 hda_nid_t nid; alc_subsystem_id() local
954 alc_set_beep_amp(struct alc_spec * spec,hda_nid_t nid,int idx,int dir) alc_set_beep_amp() argument
[all...]
/linux/drivers/of/
H A Dof_numa.c23 u32 nid; in of_numa_parse_cpu_nodes() local
44 u32 nid; in of_numa_parse_memory_nodes() local
144 u32 nid; in of_node_to_nid() local
/linux/drivers/base/
H A Darch_numa.c65 int nid = cpu_to_node(cpu); in numa_update_cpu() local
126 void __init early_map_cpu_to_node(unsigned int cpu, int nid) in early_map_cpu_to_node()
195 static void __init setup_node_data(int nid, u64 start_pfn, u64 end_pfn) in setup_node_data()
209 int nid; in numa_register_nodes() local
/linux/arch/powerpc/platforms/powernv/
H A Dmemtrace.c28 u32 nid; member
95 static u64 memtrace_alloc_node(u32 nid, u64 size) in memtrace_alloc_node()
133 u32 nid; in memtrace_init_regions_runtime() local
197 static int memtrace_free(int nid, u64 start, u64 size) in memtrace_free()
/linux/arch/mips/loongson64/
H A Ddma.c12 long nid = (paddr >> 44) & 0x3; in phys_to_dma() local
21 long nid = (daddr >> node_id_offset) & 0x3; in dma_to_phys() local
/linux/arch/sh/include/asm/
H A Dmmzone.h10 int nid; in pfn_to_nid() local
28 setup_bootmem_node(int nid, unsigned long start, unsigned long end) in setup_bootmem_node()

1234567