/Linux-v5.10/drivers/acpi/numa/ |
D | srat.c | 45 int node_to_pxm(int node) in node_to_pxm() 52 static void __acpi_map_pxm_to_node(int pxm, int node) in __acpi_map_pxm_to_node() 62 int node; in acpi_map_pxm_to_node() local 246 int node, pxm; in acpi_numa_memory_affinity_init() local 376 int node; in acpi_parse_gi_affinity() local
|
/Linux-v5.10/include/linux/ |
D | interconnect-provider.h | 24 struct icc_node *node; member 132 static inline int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in icc_std_aggregate() 147 static inline int icc_link_create(struct icc_node *node, const int dst_id) in icc_link_create() 157 static inline void icc_node_add(struct icc_node *node, struct icc_provider *provider) in icc_node_add() 161 static inline void icc_node_del(struct icc_node *node) in icc_node_del()
|
/Linux-v5.10/Documentation/sphinx/ |
D | kfigure.py | 116 def pass_handle(self, node): # pylint: disable=W0613 argument 338 def visit_kernel_image(self, node): # pylint: disable=W0613 argument 375 def visit_kernel_figure(self, node): # pylint: disable=W0613 argument 413 def visit_kernel_render(self, node): argument
|
/Linux-v5.10/scripts/dtc/ |
D | fdtget.c | 108 static int list_properties(const void *blob, int node) in list_properties() 136 static int list_subnodes(const void *blob, int node) in list_subnodes() 193 int node, const char *property) in show_data_for_item() 241 int i, node; in do_fdtget() local
|
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/core/ |
D | mm.c | 26 #define node(root, dir) ((root)->nl_entry.dir == &mm->nodes) ? NULL : \ macro 32 struct nvkm_mm_node *node; in nvkm_mm_dump() local 242 struct nvkm_mm_node *node, *prev; in nvkm_mm_init() local 285 struct nvkm_mm_node *node, *temp; in nvkm_mm_fini() local
|
/Linux-v5.10/arch/x86/kernel/ |
D | kdebugfs.c | 32 struct setup_data_node *node = file->private_data; in setup_data_read() local 77 struct setup_data_node *node) in create_setup_data_node() 91 struct setup_data_node *node; in create_setup_data_nodes() local
|
D | amd_nb.c | 115 struct amd_northbridge *node_to_amd_nb(int node) in node_to_amd_nb() 132 static int __amd_smn_rw(u16 node, u32 address, u32 *value, bool write) in __amd_smn_rw() 165 int amd_smn_read(u16 node, u32 address, u32 *value) in amd_smn_read() 171 int amd_smn_write(u16 node, u32 address, u32 value) in amd_smn_write() 187 int amd_df_indirect_read(u16 node, u8 func, u16 reg, u8 instance_id, u32 *lo) in amd_df_indirect_read()
|
/Linux-v5.10/drivers/clk/mediatek/ |
D | clk-mt8173.c | 837 static void __init mtk_topckgen_init(struct device_node *node) in mtk_topckgen_init() 865 static void __init mtk_infrasys_init(struct device_node *node) in mtk_infrasys_init() 888 static void __init mtk_pericfg_init(struct device_node *node) in mtk_pericfg_init() 991 static void __init mtk_apmixedsys_init(struct device_node *node) in mtk_apmixedsys_init() 1042 static void __init mtk_imgsys_init(struct device_node *node) in mtk_imgsys_init() 1060 static void __init mtk_vdecsys_init(struct device_node *node) in mtk_vdecsys_init() 1077 static void __init mtk_vencsys_init(struct device_node *node) in mtk_vencsys_init() 1094 static void __init mtk_vencltsys_init(struct device_node *node) in mtk_vencltsys_init()
|
/Linux-v5.10/drivers/clk/ti/ |
D | divider.c | 316 static struct clk *_register_divider(struct device_node *node, in _register_divider() 395 static int __init ti_clk_get_div_table(struct device_node *node, in ti_clk_get_div_table() 446 static int _populate_divider_min_max(struct device_node *node, in _populate_divider_min_max() 481 static int __init ti_clk_divider_populate(struct device_node *node, in ti_clk_divider_populate() 527 static void __init of_ti_divider_clk_setup(struct device_node *node) in of_ti_divider_clk_setup() 553 static void __init of_ti_composite_divider_clk_setup(struct device_node *node) in of_ti_composite_divider_clk_setup()
|
/Linux-v5.10/drivers/irqchip/ |
D | irq-mmp.c | 190 static int mmp_irq_domain_xlate(struct irq_domain *d, struct device_node *node, in mmp_irq_domain_xlate() 373 static int __init mmp_init_bases(struct device_node *node) in mmp_init_bases() 414 static int __init mmp_of_init(struct device_node *node, in mmp_of_init() 432 static int __init mmp2_of_init(struct device_node *node, in mmp2_of_init() 450 static int __init mmp3_of_init(struct device_node *node, in mmp3_of_init() 482 static int __init mmp2_mux_of_init(struct device_node *node, in mmp2_mux_of_init()
|
D | irq-aspeed-scu-ic.c | 145 struct device_node *node) in aspeed_scu_ic_of_init_common() 186 static int __init aspeed_scu_ic_of_init(struct device_node *node, in aspeed_scu_ic_of_init() 202 static int __init aspeed_ast2600_scu_ic0_of_init(struct device_node *node, in aspeed_ast2600_scu_ic0_of_init() 218 static int __init aspeed_ast2600_scu_ic1_of_init(struct device_node *node, in aspeed_ast2600_scu_ic1_of_init()
|
/Linux-v5.10/sound/soc/generic/ |
D | simple-card.c | 31 static int asoc_simple_parse_dai(struct device_node *node, in asoc_simple_parse_dai() 85 struct device_node *node = of_get_parent(np); in simple_parse_convert() local 101 struct device_node *node = of_get_parent(cpu); in simple_parse_mclk_fs() local 128 struct device_node *node = of_get_parent(np); in simple_dai_link_of_dpcm() local 257 struct device_node *node = NULL; in simple_dai_link_of() local 358 struct device_node *node; in simple_for_each_link() local
|
D | audio-graph-card.c | 62 struct device_node *node; in graph_get_dai_id() local 118 struct device_node *node; in asoc_simple_parse_dai() local 170 struct device_node *node = of_graph_get_port_parent(ep); in graph_parse_convert() local 189 struct device_node *node = of_graph_get_port_parent(ep); in graph_parse_mclk_fs() local 214 struct device_node *node; in graph_dai_link_of_dpcm() local 420 struct device_node *node = dev->of_node; in graph_for_each_link() local
|
/Linux-v5.10/drivers/infiniband/hw/hfi1/ |
D | user_sdma.c | 969 struct sdma_mmu_node *node, in pin_sdma_pages() 1008 static void unpin_sdma_pages(struct sdma_mmu_node *node) in unpin_sdma_pages() 1022 struct sdma_mmu_node *node = NULL; in pin_vector_pages() local 1456 struct sdma_mmu_node *node = req->iovs[i].node; in user_sdma_free_request() local 1487 static bool sdma_rb_filter(struct mmu_rb_node *node, unsigned long addr, in sdma_rb_filter() 1495 struct sdma_mmu_node *node = in sdma_rb_insert() local 1510 struct sdma_mmu_node *node = in sdma_rb_evict() local 1530 struct sdma_mmu_node *node = in sdma_rb_remove() local 1539 struct sdma_mmu_node *node = in sdma_rb_invalidate() local
|
D | user_exp_rcv.c | 170 struct tid_rb_node *node, in unpin_rcv_pages() 728 struct tid_rb_node *node; in set_rcvarray_entry() local 797 struct tid_rb_node *node; in unprogram_rcvarray() local 826 static void clear_tid_node(struct hfi1_filedata *fd, struct tid_rb_node *node) in clear_tid_node() 873 struct tid_rb_node *node; in unlock_exp_tids() local 893 struct tid_rb_node *node = in tid_rb_invalidate() local
|
/Linux-v5.10/block/ |
D | bfq-wf2q.c | 25 struct rb_node *node = tree->rb_node; in bfq_root_active_entity() local 315 struct bfq_entity *bfq_entity_of(struct rb_node *node) in bfq_entity_of() 374 struct rb_node **node = &root->rb_node; in bfq_insert() local 403 static void bfq_update_min(struct bfq_entity *entity, struct rb_node *node) in bfq_update_min() 422 static void bfq_update_active_node(struct rb_node *node) in bfq_update_active_node() 441 static void bfq_update_active_tree(struct rb_node *node) in bfq_update_active_tree() 476 struct rb_node *node = &entity->rb_node; in bfq_active_insert() local 548 static struct rb_node *bfq_find_deepest(struct rb_node *node) in bfq_find_deepest() 578 struct rb_node *node; in bfq_active_extract() local 1354 struct rb_node *node = st->active.rb_node; in bfq_first_active_entity() local
|
/Linux-v5.10/fs/btrfs/ |
D | relocation.c | 157 struct btrfs_backref_node *node) in mark_block_processed() 182 struct btrfs_backref_node *node, in walk_up_backref() 227 struct btrfs_backref_node *node, u64 bytenr) in update_backref_node() 243 struct btrfs_backref_node *node; in update_backref_cache() local 354 struct mapping_node *node; in find_reloc_root() local 382 struct btrfs_backref_node *node) in handle_useless_nodes() 465 struct btrfs_backref_node *node = NULL; in build_backref_tree() local 542 struct btrfs_backref_node *node = NULL; in clone_backref_node() local 626 struct mapping_node *node; in __add_reloc_root() local 658 struct mapping_node *node = NULL; in __del_reloc_root() local [all …]
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | secure_boot.c | 24 struct device_node *node; in is_ppc_secureboot_enabled() local 46 struct device_node *node; in is_ppc_trustedboot_enabled() local
|
/Linux-v5.10/arch/x86/mm/ |
D | srat.c | 30 int pxm, node; in acpi_numa_x2apic_affinity_init() local 69 int pxm, node; in acpi_numa_processor_affinity_init() local
|
/Linux-v5.10/drivers/acpi/acpica/ |
D | dbdisply.c | 144 struct acpi_namespace_node *node; in acpi_db_decode_and_display_object() local 354 struct acpi_namespace_node *node; in acpi_db_display_method_info() local 508 struct acpi_namespace_node *node; in acpi_db_display_results() local 561 struct acpi_namespace_node *node; in acpi_db_display_calling_tree() local 1059 struct acpi_namespace_node *node = in acpi_db_display_non_root_handlers() local
|
D | nsxfname.c | 50 struct acpi_namespace_node *node = NULL; in acpi_get_handle() local 229 struct acpi_namespace_node *node; in acpi_get_object_info() local 482 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
|
/Linux-v5.10/drivers/memory/ |
D | mvebu-devbus.c | 87 struct device_node *node, in get_timing_param_ps() 109 struct device_node *node, in devbus_get_timing_params() 196 struct device_node *node, in devbus_orion_set_timing_params() 229 struct device_node *node, in devbus_armada_set_timing_params() 266 struct device_node *node = pdev->dev.of_node; in mvebu_devbus_probe() local
|
/Linux-v5.10/drivers/clk/sunxi-ng/ |
D | ccu-sun8i-h3.c | 1139 static void __init sunxi_h3_h5_ccu_init(struct device_node *node, in sunxi_h3_h5_ccu_init() 1166 static void __init sun8i_h3_ccu_setup(struct device_node *node) in sun8i_h3_ccu_setup() 1173 static void __init sun50i_h5_ccu_setup(struct device_node *node) in sun50i_h5_ccu_setup()
|
/Linux-v5.10/drivers/base/regmap/ |
D | regcache-rbtree.c | 31 struct rb_node node; member 66 struct rb_node *node; in regcache_rbtree_lookup() local 137 struct rb_node *node; in rbtree_show() local 374 struct rb_node *node; in regcache_rbtree_write() local 469 struct rb_node *node; in regcache_rbtree_sync() local 511 struct rb_node *node; in regcache_rbtree_drop() local
|
/Linux-v5.10/fs/nfs/blocklayout/ |
D | extent_tree.c | 13 ext_node(struct rb_node *node) in ext_node() 21 struct rb_node *node = rb_first(root); in ext_tree_first() local 28 struct rb_node *node = rb_prev(&be->be_node); in ext_tree_prev() local 35 struct rb_node *node = rb_next(&be->be_node); in ext_tree_next() local 48 struct rb_node *node = root->rb_node; in __ext_tree_search() local 325 struct rb_node *node; in __ext_tree_lookup() local
|