| /include/sound/ |
| A D | hda_regmap.h | 38 #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 …]
|
| A D | hda_codec.h | 325 snd_hda_codec_read(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_read() 339 #define snd_hda_param_read(codec, nid, param) \ argument 341 #define snd_hda_get_sub_nodes(codec, nid, start_nid) \ argument 346 snd_hda_get_num_conns(struct hda_codec *codec, hda_nid_t nid) in snd_hda_get_num_conns() 353 #define snd_hda_get_num_raw_conns(codec, nid) \ argument 369 hda_nid_t nid; member 379 snd_hda_codec_write_cache(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_write_cache() 387 hda_nid_t nid; member 402 hda_nid_t nid; /* Converter nid values relate to */ member 448 #define snd_hda_codec_cleanup_stream(codec, nid) \ argument [all …]
|
| A D | hda_component.h | 38 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()
|
| A D | hda_hwdep.h | 17 #define HDA_VERB(nid,verb,param) ((nid)<<24 | (verb)<<8 | (param)) argument
|
| A D | hdaudio_ext.h | 137 hda_nid_t nid; member
|
| /include/linux/ |
| A D | node.h | 89 static inline void node_add_cache(unsigned int nid, in node_add_cache() 94 static inline void node_set_perf_attrs(unsigned int nid, in node_set_perf_attrs() 117 static inline void register_memory_blocks_under_node_hotplug(int nid, in register_memory_blocks_under_node_hotplug() 130 int nid; member 184 static inline int register_one_node(int nid) in register_one_node() 188 static inline int unregister_one_node(int nid) in unregister_one_node() 192 static inline int register_cpu_under_node(unsigned int cpu, unsigned int nid) in register_cpu_under_node() 196 static inline int unregister_cpu_under_node(unsigned int cpu, unsigned int nid) in unregister_cpu_under_node()
|
| A D | numa.h | 10 static inline bool numa_valid_node(int nid) in numa_valid_node() 26 #define NODE_DATA(nid) (node_data[nid]) argument 66 static inline void alloc_offline_node_data(int nid) {} in alloc_offline_node_data()
|
| A D | gfp.h | 212 static inline struct zonelist *node_zonelist(int nid, gfp_t flags) in node_zonelist() 248 alloc_pages_bulk_node_noprof(gfp_t gfp, int nid, unsigned long nr_pages, in alloc_pages_bulk_node_noprof() 279 __alloc_pages_node_noprof(int nid, gfp_t gfp_mask, unsigned int order) in __alloc_pages_node_noprof() 290 struct folio *__folio_alloc_node_noprof(gfp_t gfp, unsigned int order, int nid) in __folio_alloc_node_noprof() 305 static inline struct page *alloc_pages_node_noprof(int nid, gfp_t gfp_mask, in alloc_pages_node_noprof() 333 struct mempolicy *mpol, pgoff_t ilx, int nid) in folio_alloc_mpol_noprof() 445 int nid, nodemask_t *node) in folio_alloc_gigantic_noprof() 458 int nid, nodemask_t *node) in folio_alloc_gigantic_noprof()
|
| A D | memblock.h | 77 int nid; member 212 #define __for_each_mem_range(i, type_a, type_b, nid, flags, \ argument 232 #define __for_each_mem_range_rev(i, type_a, type_b, nid, flags, \ argument 322 #define for_each_mem_pfn_range(i, nid, p_start, p_end, p_nid) \ argument 361 #define for_each_free_mem_range(i, nid, flags, p_start, p_end, p_nid) \ argument 377 #define for_each_free_mem_range_reverse(i, nid, flags, p_start, p_end, \ argument 386 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node() 396 static inline void memblock_set_region_node(struct memblock_region *r, int nid) in memblock_set_region_node() 482 phys_addr_t align, int nid) in memblock_alloc_node()
|
| A D | compaction.h | 122 static inline void kcompactd_run(int nid) in kcompactd_run() 125 static inline void kcompactd_stop(int nid) in kcompactd_stop()
|
| A D | memory_hotplug.h | 163 static inline int add_pages(int nid, unsigned long start_pfn, in add_pages() 216 static inline int try_online_node(int nid) in try_online_node() 287 static inline void try_offline_node(int nid) {} in try_offline_node()
|
| A D | genalloc.h | 102 phys_addr_t phys, size_t size, int nid) in gen_pool_add_virt() 120 size_t size, int nid) in gen_pool_add()
|
| A D | list_lru.h | 196 int nid; in list_lru_count() local 279 int nid; in list_lru_walk() local
|
| A D | nodemask.h | 433 static __always_inline unsigned int next_online_node(int nid) in next_online_node() 437 static __always_inline unsigned int next_memory_node(int nid) in next_memory_node() 445 static __always_inline void node_set_online(int nid) in node_set_online() 451 static __always_inline void node_set_offline(int nid) in node_set_offline() 482 #define next_online_node(nid) (MAX_NUMNODES) argument 483 #define next_memory_node(nid) (MAX_NUMNODES) argument
|
| A D | numa_memblks.h | 16 int nid; member
|
| A D | memory.h | 52 int nid; member 71 int nid; /* NID for this memory block */ member
|
| A D | mmzone.h | 648 static inline void lru_gen_soft_reclaim(struct mem_cgroup *memcg, int nid) in lru_gen_soft_reclaim() 1502 #define node_present_pages(nid) (NODE_DATA(nid)->node_present_pages) argument 1503 #define node_spanned_pages(nid) (NODE_DATA(nid)->node_spanned_pages) argument 1505 #define node_start_pfn(nid) (NODE_DATA(nid)->node_start_pfn) argument 1506 #define node_end_pfn(nid) pgdat_end_pfn(NODE_DATA(nid)) argument 1593 static inline void zone_set_nid(struct zone *zone, int nid) in zone_set_nid() 1603 static inline void zone_set_nid(struct zone *zone, int nid) {} in zone_set_nid() 1643 static inline struct pglist_data *NODE_DATA(int nid) in NODE_DATA() 1795 int nid; in movable_only_nodes() local 2058 static inline void sparse_vmemmap_init_nid_early(int nid) in sparse_vmemmap_init_nid_early() [all …]
|
| A D | memory-tiers.h | 134 static inline int mt_set_default_dram_perf(int nid, struct access_coordinate *perf, in mt_set_default_dram_perf()
|
| A D | shrinker.h | 38 int nid; member
|
| A D | cpuset.h | 297 static inline bool cpuset_node_allowed(struct cgroup *cgroup, int nid) in cpuset_node_allowed()
|
| A D | f2fs_fs.h | 250 __le32 nid; /* node id */ member 348 __le32 nid[NIDS_PER_BLOCK]; /* array of data block address */ member 450 __le32 nid; /* parent node id */ member 495 __le32 nid; member
|
| /include/asm-generic/ |
| A D | numa.h | 47 static inline void early_map_cpu_to_node(unsigned int cpu, int nid) { } in early_map_cpu_to_node()
|
| /include/drm/ttm/ |
| A D | ttm_pool.h | 73 int nid; member
|
| /include/linux/device/ |
| A D | devres.h | 25 #define devres_alloc_node(release, size, gfp, nid) \ argument
|
| /include/net/libeth/ |
| A D | rx.h | 90 int nid; member
|