/Linux-v6.6/drivers/acpi/acpica/ |
D | evxfregn.c | 52 struct acpi_namespace_node *node; in acpi_install_address_space_handler_internal() local 144 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local 276 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
|
D | dbmethod.c | 117 struct acpi_namespace_node *node; in acpi_db_set_method_data() local 362 static acpi_status acpi_db_evaluate_object(struct acpi_namespace_node *node) in acpi_db_evaluate_object() 451 struct acpi_namespace_node *node = in acpi_db_walk_for_execute() local 501 struct acpi_namespace_node *node = in acpi_db_walk_for_execute_all() local
|
D | evhandler.c | 118 acpi_ev_has_default_handler(struct acpi_namespace_node *node, in acpi_ev_has_default_handler() 171 struct acpi_namespace_node *node; in acpi_ev_install_handler() local 328 acpi_ev_install_space_handler(struct acpi_namespace_node *node, in acpi_ev_install_space_handler()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | alloc.c | 57 int node) in mlx5_dma_zalloc_coherent_node() 75 struct mlx5_frag_buf *buf, int node) in mlx5_frag_buf_alloc_node() 134 int node) in mlx5_alloc_db_pgdir() 187 int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db, int node) in mlx5_db_alloc_node()
|
D | fs_core.c | 372 static void tree_init_node(struct fs_node *node, in tree_init_node() 385 static void tree_add_node(struct fs_node *node, struct fs_node *parent) in tree_add_node() 398 static int tree_get_node(struct fs_node *node) in tree_get_node() 403 static void nested_down_read_ref_node(struct fs_node *node, in nested_down_read_ref_node() 412 static void nested_down_write_ref_node(struct fs_node *node, in nested_down_write_ref_node() 421 static void down_write_ref_node(struct fs_node *node, bool locked) in down_write_ref_node() 430 static void up_read_ref_node(struct fs_node *node) in up_read_ref_node() 436 static void up_write_ref_node(struct fs_node *node, bool locked) in up_write_ref_node() 443 static void tree_put_node(struct fs_node *node, bool locked) in tree_put_node() 463 static int tree_remove_node(struct fs_node *node, bool locked) in tree_remove_node() [all …]
|
/Linux-v6.6/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() 247 static int __init mmp_init_bases(struct device_node *node) in mmp_init_bases() 288 static int __init mmp_of_init(struct device_node *node, in mmp_of_init() 306 static int __init mmp2_of_init(struct device_node *node, in mmp2_of_init() 324 static int __init mmp3_of_init(struct device_node *node, in mmp3_of_init() 356 static int __init mmp2_mux_of_init(struct device_node *node, in mmp2_mux_of_init()
|
D | irq-sunxi-nmi.c | 145 static int __init sunxi_sc_nmi_irq_init(struct device_node *node, in sunxi_sc_nmi_irq_init() 221 static int __init sun6i_sc_nmi_irq_init(struct device_node *node, in sun6i_sc_nmi_irq_init() 228 static int __init sun7i_sc_nmi_irq_init(struct device_node *node, in sun7i_sc_nmi_irq_init() 235 static int __init sun9i_nmi_irq_init(struct device_node *node, in sun9i_nmi_irq_init()
|
/Linux-v6.6/drivers/firewire/ |
D | core-topology.c | 102 struct fw_node *node; in fw_node_create() local 135 static void update_hop_count(struct fw_node *node) in update_hop_count() 174 struct fw_node *node, *child, *local_node, *irm_node; in build_tree() local 317 struct fw_node *node, *next, *child, *parent; in for_each_fw_node() local 348 struct fw_node *node, struct fw_node *parent) in report_lost_node() 358 struct fw_node *node, struct fw_node *parent) in report_found_node()
|
/Linux-v6.6/drivers/i2c/ |
D | i2c-core-of.c | 22 int of_i2c_get_board_info(struct device *dev, struct device_node *node, in of_i2c_get_board_info() 66 struct device_node *node) in of_i2c_register_device() 87 struct device_node *bus, *node; in of_i2c_register_devices() local
|
/Linux-v6.6/drivers/clk/ti/ |
D | clkctrl.c | 53 struct list_head node; member 286 struct device_node *node, struct clk_hw *clk_hw, in _ti_clkctrl_clk_register() 334 struct device_node *node, u16 offset, in _ti_clkctrl_setup_gate() 355 struct device_node *node, u16 offset, in _ti_clkctrl_setup_mux() 390 struct device_node *node, u16 offset, in _ti_clkctrl_setup_div() 426 struct device_node *node, in _ti_clkctrl_setup_subclks() 510 static void __init _ti_omap4_clkctrl_setup(struct device_node *node) in _ti_omap4_clkctrl_setup()
|
D | divider.c | 308 static struct clk *_register_divider(struct device_node *node, in _register_divider() 389 static int __init ti_clk_get_div_table(struct device_node *node, in ti_clk_get_div_table() 440 static int _populate_divider_min_max(struct device_node *node, in _populate_divider_min_max() 475 static int __init ti_clk_divider_populate(struct device_node *node, in ti_clk_divider_populate() 521 static void __init of_ti_divider_clk_setup(struct device_node *node) in of_ti_divider_clk_setup() 547 static void __init of_ti_composite_divider_clk_setup(struct device_node *node) in of_ti_composite_divider_clk_setup()
|
/Linux-v6.6/drivers/infiniband/hw/hfi1/ |
D | user_exp_rcv.c | 134 struct tid_rb_node *node, in unpin_rcv_pages() 730 struct tid_rb_node *node; in set_rcvarray_entry() local 792 struct tid_rb_node *node; in unprogram_rcvarray() local 818 static void __clear_tid_node(struct hfi1_filedata *fd, struct tid_rb_node *node) in __clear_tid_node() 841 static void clear_tid_node(struct hfi1_filedata *fd, struct tid_rb_node *node) in clear_tid_node() 876 struct tid_rb_node *node; in unlock_exp_tids() local 896 struct tid_rb_node *node = in tid_rb_invalidate() local
|
/Linux-v6.6/drivers/net/wireless/marvell/mwifiex/ |
D | 11n.h | 60 struct mwifiex_sta_node *node = mwifiex_get_sta_entry(priv, ptr->ra); in mwifiex_is_station_ampdu_allowed() local 159 struct mwifiex_sta_node *node) in mwifiex_is_sta_11n_enabled() 173 struct mwifiex_sta_node *node = mwifiex_get_sta_entry(priv, ra); in mwifiex_tdls_peer_11n_enabled() local
|
/Linux-v6.6/include/drm/ |
D | drm_of.h | 78 struct device_node *node) in drm_of_component_match_add() 90 static inline int drm_of_encoder_active_endpoint(struct device_node *node, in drm_of_encoder_active_endpoint() 172 static inline int drm_of_encoder_active_endpoint_id(struct device_node *node, in drm_of_encoder_active_endpoint_id() 182 static inline int drm_of_encoder_active_port_id(struct device_node *node, in drm_of_encoder_active_port_id()
|
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_gtt_mgr.c | 98 struct ttm_range_mgr_node *node = to_ttm_range_mgr_node(res); in amdgpu_gtt_mgr_has_gart_addr() local 120 struct ttm_range_mgr_node *node; in amdgpu_gtt_mgr_new() local 171 struct ttm_range_mgr_node *node = to_ttm_range_mgr_node(res); in amdgpu_gtt_mgr_del() local 192 struct ttm_range_mgr_node *node; in amdgpu_gtt_mgr_recover() local
|
/Linux-v6.6/drivers/i2c/busses/ |
D | i2c-mpc.c | 240 static int mpc_i2c_get_fdr_52xx(struct device_node *node, u32 clock, in mpc_i2c_get_fdr_52xx() 275 static void mpc_i2c_setup_52xx(struct device_node *node, in mpc_i2c_setup_52xx() 297 static void mpc_i2c_setup_52xx(struct device_node *node, in mpc_i2c_setup_52xx() 305 static void mpc_i2c_setup_512x(struct device_node *node, in mpc_i2c_setup_512x() 333 static void mpc_i2c_setup_512x(struct device_node *node, in mpc_i2c_setup_512x() 363 struct device_node *node; in mpc_i2c_get_sec_cfg_8xxx() local 428 static int mpc_i2c_get_fdr_8xxx(struct device_node *node, u32 clock, in mpc_i2c_get_fdr_8xxx() 461 static void mpc_i2c_setup_8xxx(struct device_node *node, in mpc_i2c_setup_8xxx() 486 static void mpc_i2c_setup_8xxx(struct device_node *node, in mpc_i2c_setup_8xxx()
|
/Linux-v6.6/kernel/ |
D | scs.c | 31 static void *__scs_alloc(int node) in __scs_alloc() 54 void *scs_alloc(int node) in scs_alloc() 114 int scs_prepare(struct task_struct *tsk, int node) in scs_prepare()
|
/Linux-v6.6/arch/loongarch/kernel/ |
D | numa.c | 128 void __init early_numa_add_cpu(int cpuid, s16 node) in early_numa_add_cpu() 211 static void __init node_mem_init(unsigned int node) in node_mem_init() 255 static void __init add_node_intersection(u32 node, u64 start, u64 size, u32 type) in add_node_intersection() 378 int node; in init_numa_memory() local 419 unsigned int node; in paging_init() local
|
/Linux-v6.6/tools/testing/selftests/rseq/ |
D | basic_percpu_ops_test.c | 161 struct percpu_list_node *node, in this_cpu_list_push() 225 struct percpu_list_node *node; in __percpu_list_pop() local 246 struct percpu_list_node *node; in test_percpu_list_thread() local 280 struct percpu_list_node *node; in test_percpu_list() local 300 struct percpu_list_node *node; in test_percpu_list() local
|
/Linux-v6.6/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() 152 static inline void icc_node_add(struct icc_node *node, struct icc_provider *provider) in icc_node_add() 156 static inline void icc_node_del(struct icc_node *node) in icc_node_del()
|
/Linux-v6.6/drivers/clk/mvebu/ |
D | clk-corediv.c | 251 mvebu_corediv_clk_init(struct device_node *node, in mvebu_corediv_clk_init() 311 static void __init armada370_corediv_clk_init(struct device_node *node) in armada370_corediv_clk_init() 318 static void __init armada375_corediv_clk_init(struct device_node *node) in armada375_corediv_clk_init() 325 static void __init armada380_corediv_clk_init(struct device_node *node) in armada380_corediv_clk_init() 332 static void __init mv98dx3236_corediv_clk_init(struct device_node *node) in mv98dx3236_corediv_clk_init()
|
/Linux-v6.6/drivers/base/ |
D | swnode.c | 19 const struct software_node *node; member 68 software_node_to_swnode(const struct software_node *node) in software_node_to_swnode() 98 struct fwnode_handle *software_node_fwnode(const struct software_node *node) in software_node_fwnode() 722 struct software_node *node; in software_node_alloc() local 739 static void software_node_free(const struct software_node *node) in software_node_free() 769 swnode_register(const struct software_node *node, struct swnode *parent, in swnode_register() 885 int software_node_register(const struct software_node *node) in software_node_register() 903 void software_node_unregister(const struct software_node *node) in software_node_unregister() 918 struct software_node *node; in fwnode_create_software_node() local 962 int device_add_software_node(struct device *dev, const struct software_node *node) in device_add_software_node()
|
/Linux-v6.6/block/ |
D | bfq-wf2q.c | 25 struct rb_node *node = tree->rb_node; in bfq_root_active_entity() local 323 struct bfq_entity *bfq_entity_of(struct rb_node *node) in bfq_entity_of() 382 struct rb_node **node = &root->rb_node; in bfq_insert() local 411 static void bfq_update_min(struct bfq_entity *entity, struct rb_node *node) in bfq_update_min() 430 static void bfq_update_active_node(struct rb_node *node) in bfq_update_active_node() 449 static void bfq_update_active_tree(struct rb_node *node) in bfq_update_active_tree() 484 struct rb_node *node = &entity->rb_node; in bfq_active_insert() local 544 static struct rb_node *bfq_find_deepest(struct rb_node *node) in bfq_find_deepest() 574 struct rb_node *node; in bfq_active_extract() local 1300 struct rb_node *node = st->active.rb_node; in bfq_first_active_entity() local
|
/Linux-v6.6/mm/ |
D | slab.c | 492 int node = __this_cpu_read(slab_reap_node); in next_reap_node() local 532 static struct array_cache *alloc_arraycache(int node, int entries, in alloc_arraycache() 606 static inline struct alien_cache **alloc_alien_cache(int node, in alloc_alien_cache() 628 static struct alien_cache *__alloc_alien_cache(int node, int entries, in __alloc_alien_cache() 643 static struct alien_cache **alloc_alien_cache(int node, int limit, gfp_t gfp) in alloc_alien_cache() 680 struct array_cache *ac, int node, in __drain_alien_cache() 706 int node = __this_cpu_read(slab_reap_node); in reap_alien() local 748 int node, int slab_node) in __cache_free_alien() 781 int node = numa_mem_id(); in cache_free_alien() local 802 static int init_cache_node(struct kmem_cache *cachep, int node, gfp_t gfp) in init_cache_node() [all …]
|
/Linux-v6.6/drivers/clk/bcm/ |
D | clk-nsp.c | 29 static void __init nsp_armpll_init(struct device_node *node) in nsp_armpll_init() 85 static void __init nsp_genpll_clk_init(struct device_node *node) in nsp_genpll_clk_init() 124 static void __init nsp_lcpll0_clk_init(struct device_node *node) in nsp_lcpll0_clk_init()
|