/Linux-v5.4/include/sound/ |
D | hda_regmap.h | 35 #define snd_hdac_regmap_encode_verb(nid, verb) \ argument 47 #define snd_hdac_regmap_encode_amp(nid, ch, dir, idx) \ argument 61 #define snd_hdac_regmap_encode_amp_stereo(nid, dir, idx) \ argument 76 snd_hdac_regmap_write(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_write() 94 snd_hdac_regmap_update(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_update() 112 snd_hdac_regmap_read(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_read() 133 snd_hdac_regmap_get_amp(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_get_amp() 157 snd_hdac_regmap_update_amp(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_update_amp() 178 snd_hdac_regmap_get_amp_stereo(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_get_amp_stereo() 202 snd_hdac_regmap_update_amp_stereo(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_regmap_update_amp_stereo() [all …]
|
/Linux-v5.4/sound/hda/ |
D | hdac_sysfs.c | 99 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 …]
|
D | hdac_device.c | 221 static unsigned int snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_make_cmd() 272 int snd_hdac_read(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read() 286 int _snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, int parm, in _snd_hdac_read_parm() 305 int snd_hdac_read_parm_uncached(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read_parm_uncached() 324 int snd_hdac_override_parm(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_override_parm() 349 int snd_hdac_get_sub_nodes(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_get_sub_nodes() 370 hda_nid_t nid; in setup_fg_nodes() local 429 static unsigned int get_num_conns(struct hdac_device *codec, hda_nid_t nid) in get_num_conns() 457 int snd_hdac_get_connections(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_get_connections() 780 static unsigned int query_pcm_param(struct hdac_device *codec, hda_nid_t nid) in query_pcm_param() [all …]
|
/Linux-v5.4/sound/pci/hda/ |
D | hda_proc.c | 22 #define param_read(codec, nid, parm) \ argument 48 struct hda_codec *codec, hda_nid_t nid, in print_nid_array() 75 struct hda_codec *codec, hda_nid_t nid) in print_nid_pcms() 94 struct hda_codec *codec, hda_nid_t nid, int dir) in print_amp_caps() 112 static bool is_stereo_amps(struct hda_codec *codec, hda_nid_t nid, in is_stereo_amps() 134 struct hda_codec *codec, hda_nid_t nid, in print_amp_vals() 200 struct hda_codec *codec, hda_nid_t nid) in print_pcm_caps() 305 struct hda_codec *codec, hda_nid_t nid, in print_pin_caps() 401 struct hda_codec *codec, hda_nid_t nid, in print_pin_ctls() 439 struct hda_codec *codec, hda_nid_t nid) in print_vol_knob() [all …]
|
D | hda_jack.c | 29 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) in read_pin_sense() 70 snd_hda_jack_tbl_get(struct hda_codec *codec, hda_nid_t nid) in snd_hda_jack_tbl_get() 110 snd_hda_jack_tbl_new(struct hda_codec *codec, hda_nid_t nid) in snd_hda_jack_tbl_new() 201 u32 snd_hda_pin_sense(struct hda_codec *codec, hda_nid_t nid) in snd_hda_pin_sense() 220 int snd_hda_jack_detect_state(struct hda_codec *codec, hda_nid_t nid) in snd_hda_jack_detect_state() 243 snd_hda_jack_detect_enable_callback(struct hda_codec *codec, hda_nid_t nid, in snd_hda_jack_detect_enable_callback() 285 int snd_hda_jack_detect_enable(struct hda_codec *codec, hda_nid_t nid) in snd_hda_jack_detect_enable() 352 static int get_input_jack_type(struct hda_codec *codec, hda_nid_t nid) in get_input_jack_type() 390 int snd_hda_jack_add_kctl(struct hda_codec *codec, hda_nid_t nid, in snd_hda_jack_add_kctl() [all …]
|
D | hda_codec.c | 90 hda_nid_t nid; member 96 lookup_conn_list(struct hda_codec *codec, hda_nid_t nid) in lookup_conn_list() 106 static int add_conn_list(struct hda_codec *codec, hda_nid_t nid, int len, in add_conn_list() 132 static int read_and_add_raw_conns(struct hda_codec *codec, hda_nid_t nid) in read_and_add_raw_conns() 168 int snd_hda_get_conn_list(struct hda_codec *codec, hda_nid_t nid, in snd_hda_get_conn_list() 207 int snd_hda_get_connections(struct hda_codec *codec, hda_nid_t nid, in snd_hda_get_connections() 238 int snd_hda_override_conn_list(struct hda_codec *codec, hda_nid_t nid, int len, in snd_hda_override_conn_list() 265 hda_nid_t nid, int recursive) in snd_hda_get_conn_index() 300 unsigned int snd_hda_get_num_devices(struct hda_codec *codec, hda_nid_t nid) in snd_hda_get_num_devices() 326 int snd_hda_get_devices(struct hda_codec *codec, hda_nid_t nid, in snd_hda_get_devices() [all …]
|
D | hda_local.h | 26 #define HDA_COMPOSE_AMP_VAL_OFS(nid,chs,idx,dir,ofs) \ argument 29 #define HDA_COMPOSE_AMP_VAL(nid,chs,idx,dir) \ argument 32 #define HDA_CODEC_VOLUME_MONO_IDX(xname, xcidx, nid, channel, xindex, dir, flags) \ argument 44 #define HDA_CODEC_VOLUME_IDX(xname, xcidx, nid, xindex, direction) \ argument 47 #define HDA_CODEC_VOLUME_MONO(xname, nid, channel, xindex, direction) \ argument 50 #define HDA_CODEC_VOLUME(xname, nid, xindex, direction) \ argument 53 #define HDA_CODEC_VOLUME_MIN_MUTE(xname, nid, xindex, direction) \ argument 57 #define HDA_CODEC_MUTE_MONO_IDX(xname, xcidx, nid, channel, xindex, direction) \ argument 65 #define HDA_CODEC_MUTE_IDX(xname, xcidx, nid, xindex, direction) \ argument 68 #define HDA_CODEC_MUTE_MONO(xname, nid, channel, xindex, direction) \ argument [all …]
|
D | hda_auto_parser.c | 20 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() 89 hda_nid_t nid; in reorder_outputs() local 171 hda_nid_t nid; in snd_hda_parse_pin_defcfg() local 587 static int find_idx_in_nid_list(hda_nid_t nid, const hda_nid_t *list, int nums) in find_idx_in_nid_list() 597 static const char *check_output_sfx(hda_nid_t nid, const hda_nid_t *pins, in check_output_sfx() 618 static const char *check_output_pfx(struct hda_codec *codec, hda_nid_t nid) in check_output_pfx() 633 static int get_hp_label_index(struct hda_codec *codec, hda_nid_t nid, in get_hp_label_index() 650 static int fill_audio_out_name(struct hda_codec *codec, hda_nid_t nid, in fill_audio_out_name() 706 int snd_hda_get_pin_label(struct hda_codec *codec, hda_nid_t nid, in snd_hda_get_pin_label() [all …]
|
/Linux-v5.4/include/linux/ |
D | node.h | 72 static inline void node_add_cache(unsigned int nid, in node_add_cache() 77 static inline void node_set_perf_attrs(unsigned int nid, in node_set_perf_attrs() 105 static inline int link_mem_sections(int nid, unsigned long start_pfn, in link_mem_sections() 118 static inline int register_one_node(int nid) in register_one_node() 151 static inline int __register_one_node(int nid) in __register_one_node() 155 static inline int register_one_node(int nid) in register_one_node() 159 static inline int unregister_one_node(int nid) in unregister_one_node() 163 static inline int register_cpu_under_node(unsigned int cpu, unsigned int nid) in register_cpu_under_node() 167 static inline int unregister_cpu_under_node(unsigned int cpu, unsigned int nid) in unregister_cpu_under_node()
|
D | memory_hotplug.h | 136 static inline int add_pages(int nid, unsigned long start_pfn, in add_pages() 172 #define arch_alloc_nodedata(nid) generic_alloc_nodedata(nid) argument 182 #define generic_alloc_nodedata(nid) \ argument 193 static inline void arch_refresh_nodedata(int nid, pg_data_t *pgdat) in arch_refresh_nodedata() 201 static inline pg_data_t *generic_alloc_nodedata(int nid) in generic_alloc_nodedata() 209 static inline void arch_refresh_nodedata(int nid, pg_data_t *pgdat) in arch_refresh_nodedata() 267 static inline int try_online_node(int nid) in try_online_node() 327 static inline void try_offline_node(int nid) {} in try_offline_node() 334 static inline int remove_memory(int nid, u64 start, u64 size) in remove_memory() 339 static inline void __remove_memory(int nid, u64 start, u64 size) {} in __remove_memory()
|
D | memblock.h | 54 int nid; member 161 #define for_each_mem_range(i, type_a, type_b, nid, flags, \ argument 181 #define for_each_mem_range_rev(i, type_a, type_b, nid, flags, \ argument 235 #define for_each_mem_pfn_range(i, nid, p_start, p_end, p_nid) \ argument 293 #define for_each_free_mem_range(i, nid, flags, p_start, p_end, p_nid) \ argument 309 #define for_each_free_mem_range_reverse(i, nid, flags, p_start, p_end, \ argument 318 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node() 328 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node() 398 phys_addr_t align, int nid) in memblock_alloc_node() 411 phys_addr_t size, int nid) in memblock_free_early_nid()
|
/Linux-v5.4/mm/ |
D | sparse.c | 53 static void set_section_nid(unsigned long section_nr, int nid) in set_section_nid() 58 static inline void set_section_nid(unsigned long section_nr, int nid) in set_section_nid() 64 static noinline struct mem_section __ref *sparse_index_alloc(int nid) in sparse_index_alloc() 83 static int __meminit sparse_index_init(unsigned long section_nr, int nid) in sparse_index_init() 107 static inline int sparse_index_init(unsigned long section_nr, int nid) in sparse_index_init() 145 static inline unsigned long sparse_encode_early_nid(int nid) in sparse_encode_early_nid() 258 void __init memory_present(int nid, unsigned long start, unsigned long end) in memory_present() 360 int nid; in sparse_early_usemaps_alloc_pgdat_section() local 383 static void __init check_usemap_section_nr(int nid, in check_usemap_section_nr() 433 static void __init check_usemap_section_nr(int nid, in check_usemap_section_nr() [all …]
|
D | memory_hotplug.c | 287 int __ref __add_pages(int nid, unsigned long pfn, unsigned long nr_pages, in __add_pages() 329 static unsigned long find_smallest_section_pfn(int nid, struct zone *zone, in find_smallest_section_pfn() 350 static unsigned long find_biggest_section_pfn(int nid, struct zone *zone, in find_biggest_section_pfn() 381 int nid = zone_to_nid(zone); in shrink_zone_span() local 642 int nid = zone_to_nid(zone); in node_states_check_changes_online() local 701 int nid = pgdat->node_id; in move_pfn_range_to_zone() local 733 static struct zone *default_kernel_zone_for_pfn(int nid, unsigned long start_pfn, in default_kernel_zone_for_pfn() 749 static inline struct zone *default_zone_for_pfn(int nid, unsigned long start_pfn, in default_zone_for_pfn() 773 struct zone * zone_for_pfn_range(int online_type, int nid, unsigned start_pfn, in zone_for_pfn_range() 791 int nid; in online_pages() local [all …]
|
D | page_ext.c | 135 static int __init alloc_node_page_ext(int nid) in alloc_node_page_ext() 169 int nid, fail; in page_ext_init_flatmem() local 205 static void *__meminit alloc_page_ext(size_t size, int nid) in alloc_page_ext() 221 static int __meminit init_section_page_ext(unsigned long pfn, int nid) in init_section_page_ext() 288 int nid) in online_page_ext() 322 unsigned long nr_pages, int nid) in offline_page_ext() 369 int nid; in page_ext_init() local
|
/Linux-v5.4/drivers/base/ |
D | node.c | 184 void node_set_perf_attrs(unsigned int nid, struct node_hmem_attrs *hmem_attrs, in node_set_perf_attrs() 287 void node_add_cache(unsigned int nid, struct node_cache_attrs *cache_attrs) in node_add_cache() 351 static void node_init_caches(unsigned int nid) in node_init_caches() 356 static void node_init_caches(unsigned int nid) { } in node_init_caches() 365 int nid = dev->id; in node_read_meminfo() local 493 int nid = dev->id; in node_read_vmstat() local 522 int nid = dev->id; in node_read_distance() local 657 int register_cpu_under_node(unsigned int cpu, unsigned int nid) in register_cpu_under_node() 730 int unregister_cpu_under_node(unsigned int cpu, unsigned int nid) in unregister_cpu_under_node() 768 int ret, nid = *(int *)arg; in register_mem_sect_under_node() local [all …]
|
/Linux-v5.4/arch/powerpc/mm/ |
D | numa.c | 86 unsigned int *nid) in fake_numa_create_new_node() 208 static void initialize_distance_lookup_table(int nid, in initialize_distance_lookup_table() 229 int nid = NUMA_NO_NODE; in associativity_to_nid() local 258 int nid = NUMA_NO_NODE; in of_node_to_nid_single() local 270 int nid = NUMA_NO_NODE; in of_node_to_nid() local 436 int nid = default_nid; in of_drconf_to_nid_single() local 470 int nid = NUMA_NO_NODE; in numa_setup_cpu() local 529 int nid; in ppc_numa_cpu_prepare() local 595 int nid; in numa_setup_drmem_lmb() local 665 int nid; in parse_numa_properties() local [all …]
|
/Linux-v5.4/arch/ia64/kernel/ |
D | uncached.c | 75 static int uncached_add_chunk(struct uncached_pool *uc_pool, int nid) in uncached_add_chunk() 183 int nid; in uncached_alloc_page() local 222 int nid = paddr_to_nid(uc_addr - __IA64_UNCACHED_OFFSET); in uncached_free_page() local 248 int nid = paddr_to_nid(uc_start - __IA64_UNCACHED_OFFSET); in uncached_build_memmap() local 264 int nid; in uncached_init() local
|
/Linux-v5.4/arch/sh/include/asm/ |
D | mmzone.h | 11 #define NODE_DATA(nid) (node_data[nid]) argument 15 int nid; in pfn_to_nid() local 33 setup_bootmem_node(int nid, unsigned long start, unsigned long end) in setup_bootmem_node()
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | numa.h | 41 int nid; /* which logical node contains this chunk? */ member 47 int nid; /* logical node containing this CPU */ member 77 #define map_cpu_to_node(cpu, nid) do{}while(0) argument 78 #define unmap_cpu_from_node(cpu, nid) do{}while(0) argument
|
/Linux-v5.4/sound/pci/lola/ |
D | lola_proc.c | 17 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-v5.4/fs/f2fs/ |
D | node.c | 33 int f2fs_check_nid_range(struct f2fs_sb_info *sbi, nid_t nid) in f2fs_check_nid_range() 110 static struct page *get_current_nat_page(struct f2fs_sb_info *sbi, nid_t nid) in get_current_nat_page() 115 static struct page *get_next_nat_page(struct f2fs_sb_info *sbi, nid_t nid) in get_next_nat_page() 144 static struct nat_entry *__alloc_nat_entry(nid_t nid, bool no_fail) in __alloc_nat_entry() 352 int f2fs_need_dentry_mark(struct f2fs_sb_info *sbi, nid_t nid) in f2fs_need_dentry_mark() 369 bool f2fs_is_checkpointed_node(struct f2fs_sb_info *sbi, nid_t nid) in f2fs_is_checkpointed_node() 400 static void cache_nat_entry(struct f2fs_sb_info *sbi, nid_t nid, in cache_nat_entry() 516 int f2fs_get_node_info(struct f2fs_sb_info *sbi, nid_t nid, in f2fs_get_node_info() 590 nid_t nid; in f2fs_ra_node_pages() local 975 nid_t nid[3]; in truncate_partial_nodes() local [all …]
|
/Linux-v5.4/arch/x86/mm/ |
D | kasan_init_64.c | 27 static __init void *early_alloc(size_t size, int nid, bool should_panic) in early_alloc() 40 unsigned long end, int nid) in kasan_populate_pmd() 76 unsigned long end, int nid) in kasan_populate_pud() 107 unsigned long end, int nid) in kasan_populate_p4d() 127 unsigned long end, int nid) in kasan_populate_pgd() 146 int nid) in kasan_populate_shadow()
|
D | numa_emulation.c | 21 static int __init emu_find_memblk_by_nid(int nid, const struct numa_meminfo *mi) in emu_find_memblk_by_nid() 47 int nid, int phys_blk, u64 size) in emu_setup_memblk() 89 int nid = 0; in split_nodes_interleave() local 219 int nid) in split_nodes_size_interleave_uniform() 397 int nid = 0; in numa_emulation() local 533 int physnid, nid; in numa_add_cpu() local 559 int nid, physnid; in numa_set_cpumask() local
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | mmzone.h | 23 #define node_mem_start(nid) \ argument 27 #define node_mem_size(nid) \ argument 33 #define NODE_DATA(nid) (&node_data[(nid)]) argument 35 #define node_localnr(pfn, nid) ((pfn) - NODE_DATA(nid)->node_start_pfn) argument
|
/Linux-v5.4/arch/arm64/mm/ |
D | numa.c | 63 int nid = cpu_to_node(cpu); in numa_update_cpu() local 123 void __init early_map_cpu_to_node(unsigned int cpu, int nid) in early_map_cpu_to_node() 157 int nid = early_cpu_to_node(cpu); in pcpu_fc_alloc() local 200 int __init numa_add_memblk(int nid, u64 start, u64 end) in numa_add_memblk() 218 static void __init setup_node_data(int nid, u64 start_pfn, u64 end_pfn) in setup_node_data() 349 int nid; in numa_register_nodes() local
|