Home
last modified time | relevance | path

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

12

/include/sound/
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 …]
Dhda_codec.h143 hda_nid_t nid; /* default NID to query rates/formats/bps, or set up */ member
314 snd_hda_codec_read(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_read()
322 snd_hda_codec_write(struct hda_codec *codec, hda_nid_t nid, int flags, in snd_hda_codec_write()
328 #define snd_hda_param_read(codec, nid, param) \ argument
330 #define snd_hda_get_sub_nodes(codec, nid, start_nid) \ argument
335 snd_hda_get_num_conns(struct hda_codec *codec, hda_nid_t nid) in snd_hda_get_num_conns()
340 #define snd_hda_get_raw_connections(codec, nid, list, max_conns) \ argument
342 #define snd_hda_get_num_raw_conns(codec, nid) \ argument
358 hda_nid_t nid; member
375 snd_hda_codec_write_cache(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_write_cache()
[all …]
Dhda_component.h38 hda_nid_t nid, int dev_id, int rate) in snd_hdac_sync_audio_rate()
42 static inline int snd_hdac_acomp_get_eld(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_acomp_get_eld()
Dhda_hwdep.h17 #define HDA_VERB(nid,verb,param) ((nid)<<24 | (verb)<<8 | (param)) argument
Dhdaudio_ext.h156 hda_nid_t nid; member
Dhdaudio.h166 static inline int snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read_parm()
/include/linux/
Dnode.h72 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()
106 static inline int link_mem_sections(int nid, unsigned long start_pfn, in link_mem_sections()
120 static inline int register_one_node(int nid) in register_one_node()
154 static inline int __register_one_node(int nid) in __register_one_node()
158 static inline int register_one_node(int nid) in register_one_node()
162 static inline int unregister_one_node(int nid) in unregister_one_node()
166 static inline int register_cpu_under_node(unsigned int cpu, unsigned int nid) in register_cpu_under_node()
170 static inline int unregister_cpu_under_node(unsigned int cpu, unsigned int nid) in unregister_cpu_under_node()
Dmemory_hotplug.h136 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()
Dmemblock.h54 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()
Dcompaction.h227 static inline int kcompactd_run(int nid) in kcompactd_run()
231 static inline void kcompactd_stop(int nid) in kcompactd_stop()
Dgenalloc.h102 phys_addr_t phys, size_t size, int nid) in gen_pool_add_virt()
120 size_t size, int nid) in gen_pool_add()
Dlist_lru.h129 int nid; in list_lru_count() local
212 int nid; in list_lru_walk() local
Dgfp.h484 static inline struct zonelist *node_zonelist(int nid, gfp_t flags) in node_zonelist()
511 __alloc_pages_node(int nid, gfp_t gfp_mask, unsigned int order) in __alloc_pages_node()
524 static inline struct page *alloc_pages_node(int nid, gfp_t gfp_mask, in alloc_pages_node()
Dmmzone.h800 #define node_present_pages(nid) (NODE_DATA(nid)->node_present_pages) argument
801 #define node_spanned_pages(nid) (NODE_DATA(nid)->node_spanned_pages) argument
807 #define nid_page_nr(nid, pagenr) pgdat_page_nr(NODE_DATA(nid),(pagenr)) argument
809 #define node_start_pfn(nid) (NODE_DATA(nid)->node_start_pfn) argument
810 #define node_end_pfn(nid) pgdat_end_pfn(NODE_DATA(nid)) argument
868 static inline void memory_present(int nid, unsigned long start, unsigned long end) {} in memory_present()
911 static inline void zone_set_nid(struct zone *zone, int nid) in zone_set_nid()
921 static inline void zone_set_nid(struct zone *zone, int nid) {} in zone_set_nid()
997 #define NODE_DATA(nid) (&contig_page_data) argument
998 #define NODE_MEM_MAP(nid) mem_map argument
Dnodemask.h437 static inline unsigned int next_online_node(int nid) in next_online_node()
441 static inline unsigned int next_memory_node(int nid) in next_memory_node()
449 static inline void node_set_online(int nid) in node_set_online()
455 static inline void node_set_offline(int nid) in node_set_offline()
486 #define next_online_node(nid) (MAX_NUMNODES) argument
Dshrinker.h16 int nid; member
Dmemory.h35 int nid; /* NID for this memory block */ member
Df2fs_fs.h291 __le32 nid[NIDS_PER_BLOCK]; /* array of data block address */ member
304 __le32 nid; /* node id */ member
397 __le32 nid; /* parent node id */ member
442 __le32 nid; member
Dmemcontrol.h428 mem_cgroup_nodeinfo(struct mem_cgroup *memcg, int nid) in mem_cgroup_nodeinfo()
1407 int nid, int shrinker_id) in memcg_set_shrinker_bit()
Dhugetlb.h603 static inline struct page *alloc_huge_page_node(struct hstate *h, int nid) in alloc_huge_page_node()
Dmm.h1230 static inline int cpu_pid_to_cpupid(int nid, int pid) in cpu_pid_to_cpupid()
2186 int nid; in get_num_physpages() local
Dintel-iommu.h479 int nid; /* node id */ member
/include/asm-generic/
Dmemory_model.h22 #define arch_local_page_offset(pfn, nid) \ argument
/include/net/
Dpage_pool.h65 int nid; /* Numa node id to allocate from pages from */ member
/include/pcmcia/
Dcistpl.h132 u_char nid; member

12