| /Linux-v6.1/drivers/acpi/acpica/ |
| D | dsmthdat.c | 216 struct acpi_namespace_node **node) in acpi_ds_method_data_get_node() 285 struct acpi_namespace_node *node; in acpi_ds_method_data_set_value() local 339 struct acpi_namespace_node *node; in acpi_ds_method_data_get_value() local 443 struct acpi_namespace_node *node; in acpi_ds_method_data_delete_value() local 504 struct acpi_namespace_node *node; in acpi_ds_store_object_to_local() local 655 struct acpi_namespace_node *node; in acpi_ds_method_data_get_type() local
|
| D | nsnames.c | 30 char *acpi_ns_get_external_pathname(struct acpi_namespace_node *node) in acpi_ns_get_external_pathname() 52 acpi_size acpi_ns_get_pathname_length(struct acpi_namespace_node *node) in acpi_ns_get_pathname_length() 87 struct acpi_namespace_node *node; in acpi_ns_handle_to_name() local 135 struct acpi_namespace_node *node; in acpi_ns_handle_to_pathname() local 193 acpi_ns_build_normalized_path(struct acpi_namespace_node *node, in acpi_ns_build_normalized_path() 289 char *acpi_ns_get_normalized_pathname(struct acpi_namespace_node *node, in acpi_ns_get_normalized_pathname()
|
| D | rsxface.c | 62 struct acpi_namespace_node *node; in acpi_rs_validate_parameters() local 126 struct acpi_namespace_node *node; in acpi_get_irq_routing_table() local 171 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local 213 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local 252 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local 298 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
|
| D | dbtest.c | 243 struct acpi_namespace_node *node; in acpi_db_test_one_object() local 388 acpi_db_test_integer_type(struct acpi_namespace_node *node, u32 bit_length) in acpi_db_test_integer_type() 490 acpi_db_test_buffer_type(struct acpi_namespace_node *node, u32 bit_length) in acpi_db_test_buffer_type() 616 acpi_db_test_string_type(struct acpi_namespace_node *node, u32 byte_length) in acpi_db_test_string_type() 706 static acpi_status acpi_db_test_package_type(struct acpi_namespace_node *node) in acpi_db_test_package_type() 808 acpi_db_read_from_object(struct acpi_namespace_node *node, in acpi_db_read_from_object() 892 acpi_db_write_to_object(struct acpi_namespace_node *node, in acpi_db_write_to_object() 975 struct acpi_namespace_node *node = in acpi_db_evaluate_one_predefined_name() local
|
| D | dbobject.c | 38 struct acpi_namespace_node *node; in acpi_db_dump_method_info() local 156 static void acpi_db_decode_node(struct acpi_namespace_node *node) in acpi_db_decode_node() 393 struct acpi_namespace_node *node; in acpi_db_decode_locals() local 463 struct acpi_namespace_node *node; in acpi_db_decode_arguments() local
|
| /Linux-v6.1/drivers/clk/ |
| D | clk-nspire.c | 63 static void __init nspire_ahbdiv_setup(struct device_node *node, in nspire_ahbdiv_setup() 90 static void __init nspire_ahbdiv_setup_cx(struct device_node *node) in nspire_ahbdiv_setup_cx() 95 static void __init nspire_ahbdiv_setup_classic(struct device_node *node) in nspire_ahbdiv_setup_classic() 105 static void __init nspire_clk_setup(struct device_node *node, in nspire_clk_setup() 137 static void __init nspire_clk_setup_cx(struct device_node *node) in nspire_clk_setup_cx() 142 static void __init nspire_clk_setup_classic(struct device_node *node) in nspire_clk_setup_classic()
|
| /Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
| D | gk20a.c | 176 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_acquire_dma() local 188 struct gk20a_instobj_iommu *node = gk20a_instobj_iommu(memory); in gk20a_instobj_acquire_iommu() local 231 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_release_dma() local 243 struct gk20a_instobj_iommu *node = gk20a_instobj_iommu(memory); in gk20a_instobj_release_iommu() local 267 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_rd32() local 275 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_wr32() local 284 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_map() local 297 struct gk20a_instobj_dma *node = gk20a_instobj_dma(memory); in gk20a_instobj_dtor_dma() local 314 struct gk20a_instobj_iommu *node = gk20a_instobj_iommu(memory); in gk20a_instobj_dtor_iommu() local 386 struct gk20a_instobj_dma *node; in gk20a_instobj_ctor_dma() local [all …]
|
| /Linux-v6.1/drivers/staging/media/ipu3/ |
| D | ipu3-v4l2.c | 56 unsigned int node; in imgu_subdev_s_stream() local 307 struct imgu_video_device *node = in imgu_vb2_buf_init() local 323 struct imgu_video_device *node = in imgu_vb2_buf_cleanup() local 337 struct imgu_video_device *node = in imgu_vb2_buf_queue() local 382 struct imgu_video_device *node = in imgu_vb2_queue_setup() local 416 struct imgu_video_device *node; in imgu_all_nodes_streaming() local 442 struct imgu_video_device *node, in imgu_return_all_buffers() 461 struct imgu_video_device *node = in imgu_vb2_start_streaming() local 523 struct imgu_video_device *node = in imgu_vb2_stop_streaming() local 648 struct imgu_video_device *node = file_to_intel_imgu_node(file); in imgu_vidioc_g_fmt() local [all …]
|
| /Linux-v6.1/drivers/clk/sunxi/ |
| D | clk-sun9i-core.c | 76 static void __init sun9i_a80_pll4_setup(struct device_node *node) in sun9i_a80_pll4_setup() 130 static void __init sun9i_a80_gt_setup(struct device_node *node) in sun9i_a80_gt_setup() 185 static void __init sun9i_a80_ahb_setup(struct device_node *node) in sun9i_a80_ahb_setup() 211 static void __init sun9i_a80_apb0_setup(struct device_node *node) in sun9i_a80_apb0_setup() 268 static void __init sun9i_a80_apb1_setup(struct device_node *node) in sun9i_a80_apb1_setup()
|
| D | clk-simple-gates.c | 18 static void __init sunxi_simple_gates_setup(struct device_node *node, in sunxi_simple_gates_setup() 88 static void __init sunxi_simple_gates_init(struct device_node *node) in sunxi_simple_gates_init() 146 static void __init sun4i_a10_ahb_init(struct device_node *node) in sun4i_a10_ahb_init() 164 static void __init sun4i_a10_dram_init(struct device_node *node) in sun4i_a10_dram_init()
|
| /Linux-v6.1/drivers/net/wireguard/selftest/ |
| D | allowedips.c | 22 static __init void print_node(struct allowedips_node *node, u8 bits) in print_node() 97 struct horrible_allowedips_node *node; in horrible_allowedips_free() local 125 horrible_mask_self(struct horrible_allowedips_node *node) in horrible_mask_self() 138 horrible_match_v4(const struct horrible_allowedips_node *node, struct in_addr *ip) in horrible_match_v4() 144 horrible_match_v6(const struct horrible_allowedips_node *node, struct in6_addr *ip) in horrible_match_v6() 153 horrible_insert_ordered(struct horrible_allowedips *table, struct horrible_allowedips_node *node) in horrible_insert_ordered() 184 struct horrible_allowedips_node *node = kzalloc(sizeof(*node), GFP_KERNEL); in horrible_allowedips_insert_v4() local 201 struct horrible_allowedips_node *node = kzalloc(sizeof(*node), GFP_KERNEL); in horrible_allowedips_insert_v6() local 217 struct horrible_allowedips_node *node; in horrible_allowedips_lookup_v4() local 229 struct horrible_allowedips_node *node; in horrible_allowedips_lookup_v6() local [all …]
|
| /Linux-v6.1/include/linux/ |
| D | timerqueue.h | 10 struct rb_node node; member 41 static inline void timerqueue_init(struct timerqueue_node *node) in timerqueue_init() 46 static inline bool timerqueue_node_queued(struct timerqueue_node *node) in timerqueue_node_queued() 51 static inline bool timerqueue_node_expires(struct timerqueue_node *node) in timerqueue_node_expires()
|
| D | topology.h | 39 #define nr_cpus_node(node) cpumask_weight(cpumask_of_node(node)) argument 42 #define for_each_node_with_cpus(node) \ argument 101 static inline void set_numa_node(int node) in set_numa_node() 108 static inline void set_cpu_numa_node(int cpu, int node) in set_cpu_numa_node() 136 static inline void set_numa_mem(int node) in set_numa_mem() 158 static inline void set_cpu_numa_mem(int cpu, int node) in set_cpu_numa_mem()
|
| /Linux-v6.1/drivers/clk/bcm/ |
| D | clk-bcm281xx.c | 333 static void __init kona_dt_root_ccu_setup(struct device_node *node) in kona_dt_root_ccu_setup() 338 static void __init kona_dt_aon_ccu_setup(struct device_node *node) in kona_dt_aon_ccu_setup() 343 static void __init kona_dt_hub_ccu_setup(struct device_node *node) in kona_dt_hub_ccu_setup() 348 static void __init kona_dt_master_ccu_setup(struct device_node *node) in kona_dt_master_ccu_setup() 353 static void __init kona_dt_slave_ccu_setup(struct device_node *node) in kona_dt_slave_ccu_setup()
|
| D | clk-cygnus.c | 41 static void __init cygnus_armpll_init(struct device_node *node) in cygnus_armpll_init() 100 static void __init cygnus_genpll_clk_init(struct device_node *node) in cygnus_genpll_clk_init() 158 static void __init cygnus_lcpll0_clk_init(struct device_node *node) in cygnus_lcpll0_clk_init() 236 static void __init cygnus_mipipll_clk_init(struct device_node *node) in cygnus_mipipll_clk_init() 256 static void __init cygnus_asiu_init(struct device_node *node) in cygnus_asiu_init() 298 static void __init cygnus_audiopll_clk_init(struct device_node *node) in cygnus_audiopll_clk_init()
|
| /Linux-v6.1/tools/perf/tests/ |
| D | mem2node.c | 13 static struct node { struct 14 int node; argument 17 { .node = 0, .map = "0" }, argument
|
| /Linux-v6.1/drivers/interconnect/imx/ |
| D | imx.c | 31 static int imx_icc_get_bw(struct icc_node *node, u32 *avg, u32 *peak) in imx_icc_get_bw() 39 static int imx_icc_node_set(struct icc_node *node) in imx_icc_node_set() 99 static void imx_icc_node_destroy(struct icc_node *node) in imx_icc_node_destroy() 118 struct icc_node *node) in imx_icc_node_init_qos() 169 struct icc_node *node; in imx_icc_node_add() local 210 struct icc_node *node, *tmp; in imx_icc_unregister_nodes() local 227 struct icc_node *node; in imx_icc_register_nodes() local
|
| /Linux-v6.1/drivers/scsi/elx/efct/ |
| D | efct_unsol.c | 24 struct efct_node *node; in efct_node_find() local 42 struct efct_node *node; in efct_dispatch_frame() local 221 efct_sframe_common_send(struct efct_node *node, in efct_sframe_common_send() 300 efct_sframe_send_fcp_rsp(struct efct_node *node, struct efc_hw_sequence *seq, in efct_sframe_send_fcp_rsp() 313 efct_sframe_send_task_set_full_or_busy(struct efct_node *node, in efct_sframe_send_task_set_full_or_busy() 339 efct_dispatch_fcp_cmd(struct efct_node *node, struct efc_hw_sequence *seq) in efct_dispatch_fcp_cmd() 404 struct efct_node *node = io->node; in efct_process_abts() local 463 efct_node_recv_abts_frame(struct efct_node *node, struct efc_hw_sequence *seq) in efct_node_recv_abts_frame()
|
| /Linux-v6.1/arch/powerpc/kernel/ |
| D | prom.c | 195 static void __init scan_features(unsigned long node, const unsigned char *ftrs, in scan_features() 234 static void __init check_cpu_features(unsigned long node, char *name, in check_cpu_features() 249 static void __init init_mmu_slb_size(unsigned long node) in init_mmu_slb_size() 260 #define init_mmu_slb_size(node) do { } while(0) argument 285 static __init void identical_pvr_fixup(unsigned long node) in identical_pvr_fixup() 304 #define identical_pvr_fixup(node) do { } while(0) argument 307 static void __init check_cpu_feature_properties(unsigned long node) in check_cpu_feature_properties() 322 static int __init early_init_dt_scan_cpus(unsigned long node, in early_init_dt_scan_cpus() 418 static int __init early_init_dt_scan_chosen_ppc(unsigned long node, in early_init_dt_scan_chosen_ppc() 559 int node = fdt_path_offset(fdt, "/ibm,dynamic-reconfiguration-memory"); in early_init_dt_scan_memory_ppc() local [all …]
|
| /Linux-v6.1/kernel/locking/ |
| D | osq_lock.c | 25 static inline int node_cpu(struct optimistic_spin_node *node) in node_cpu() 43 struct optimistic_spin_node *node, in osq_wait_next() 92 struct optimistic_spin_node *node = this_cpu_ptr(&osq_node); in osq_lock() local 209 struct optimistic_spin_node *node, *next; in osq_unlock() local
|
| /Linux-v6.1/drivers/watchdog/ |
| D | octeon-wdt-main.c | 134 int node = cpu_to_node(cpu); in octeon_wdt_poke_irq() local 282 unsigned int node = cvmx_get_node_num(); in octeon_wdt_nmi_stage3() local 305 int node; in octeon_wdt_cpu_to_irq() local 328 int node; in octeon_wdt_cpu_pre_down() local 351 int node; in octeon_wdt_cpu_online() local 409 int node; in octeon_wdt_ping() local 461 int node; in octeon_wdt_set_timeout() local
|
| /Linux-v6.1/fs/befs/ |
| D | btree.c | 192 struct befs_btree_node *node, befs_off_t node_off) in befs_bt_read_node() 330 befs_find_key(struct super_block *sb, struct befs_btree_node *node, in befs_find_key() 599 befs_leafnode(struct befs_btree_node *node) in befs_leafnode() 622 befs_bt_keylen_index(struct befs_btree_node *node) in befs_bt_keylen_index() 643 befs_bt_valarray(struct befs_btree_node *node) in befs_bt_valarray() 659 befs_bt_keydata(struct befs_btree_node *node) in befs_bt_keydata() 675 befs_bt_get_key(struct super_block *sb, struct befs_btree_node *node, in befs_bt_get_key()
|
| /Linux-v6.1/fs/ubifs/ |
| D | auth.c | 29 int __ubifs_node_calc_hash(const struct ubifs_info *c, const void *node, in __ubifs_node_calc_hash() 63 int ubifs_prepare_auth_node(struct ubifs_info *c, void *node, in ubifs_prepare_auth_node() 137 void ubifs_bad_hash(const struct ubifs_info *c, const void *node, const u8 *hash, in ubifs_bad_hash() 163 int __ubifs_node_check_hash(const struct ubifs_info *c, const void *node, in __ubifs_node_check_hash() 388 static int ubifs_node_calc_hmac(const struct ubifs_info *c, const void *node, in ubifs_node_calc_hmac() 432 int __ubifs_node_insert_hmac(const struct ubifs_info *c, void *node, int len, in __ubifs_node_insert_hmac() 448 int __ubifs_node_verify_hmac(const struct ubifs_info *c, const void *node, in __ubifs_node_verify_hmac()
|
| /Linux-v6.1/fs/xfs/libxfs/ |
| D | xfs_iext_tree.c | 161 struct xfs_iext_node *node = ifp->if_u1.if_root; in xfs_iext_find_first_leaf() local 179 struct xfs_iext_node *node = ifp->if_u1.if_root; in xfs_iext_find_last_leaf() local 277 struct xfs_iext_node *node, in xfs_iext_key_cmp() 309 struct xfs_iext_node *node = ifp->if_u1.if_root; in xfs_iext_find_level() local 330 struct xfs_iext_node *node, in xfs_iext_node_pos() 345 struct xfs_iext_node *node, in xfs_iext_node_insert_pos() 360 struct xfs_iext_node *node, in xfs_iext_node_nr_entries() 401 struct xfs_iext_node *node = kmem_zalloc(NODE_SIZE, KM_NOFS); in xfs_iext_grow() local 433 struct xfs_iext_node *node = ifp->if_u1.if_root; in xfs_iext_update_node() local 456 struct xfs_iext_node *node = *nodep; in xfs_iext_split_node() local [all …]
|
| /Linux-v6.1/fs/btrfs/ |
| D | ulist.c | 63 struct ulist_node *node; in ulist_release() local 135 static void ulist_rbtree_erase(struct ulist *ulist, struct ulist_node *node) in ulist_rbtree_erase() 195 struct ulist_node *node; in ulist_add_merge() local 230 struct ulist_node *node; in ulist_del() local 263 struct ulist_node *node; in ulist_next() local
|