/openbmc/linux/drivers/acpi/acpica/ |
H A D | nssearch.c | 64 struct acpi_namespace_node *node; in acpi_ns_search_one_scope() local 164 struct acpi_namespace_node *node, in acpi_ns_search_parent_tree() 253 struct acpi_namespace_node *node, in acpi_ns_search_and_enter()
|
H A D | rsutils.c | 433 acpi_rs_get_prt_method_data(struct acpi_namespace_node *node, in acpi_rs_get_prt_method_data() 483 acpi_rs_get_crs_method_data(struct acpi_namespace_node *node, in acpi_rs_get_crs_method_data() 534 acpi_rs_get_prs_method_data(struct acpi_namespace_node *node, in acpi_rs_get_prs_method_data() 585 acpi_rs_get_aei_method_data(struct acpi_namespace_node *node, in acpi_rs_get_aei_method_data() 691 acpi_rs_set_srs_method_data(struct acpi_namespace_node *node, in acpi_rs_set_srs_method_data()
|
H A D | dsopcode.c | 273 struct acpi_namespace_node *node; in acpi_ds_eval_buffer_field_operands() local 359 struct acpi_namespace_node *node; in acpi_ds_eval_region_operands() local 466 struct acpi_namespace_node *node; in acpi_ds_eval_table_region_operands() local 687 struct acpi_namespace_node *node; in acpi_ds_eval_bank_field_operands() local
|
/openbmc/u-boot/common/spl/ |
H A D | spl_fit.c | 44 __maybe_unused int node; in spl_fit_get_image_name() local 98 int node; in spl_fit_get_image_node() local 171 void *fit, ulong base_offset, int node, in spl_load_fit_image() 281 int node, ret; in spl_fit_append_fdt() local 317 int node; in spl_fit_record_loadable() local 360 int node = -1; in spl_load_simple_fit() local
|
H A D | spl_atf.c | 104 int parent, node, ndepth; in spl_fit_images_find_uboot() local 131 uintptr_t spl_fit_images_get_entry(void *blob, int node) in spl_fit_images_get_entry() 148 int node; in spl_invoke_atf() local
|
/openbmc/linux/kernel/bpf/ |
H A D | lpm_trie.c | 166 const struct lpm_trie_node *node, in longest_prefix_match() 231 struct lpm_trie_node *node, *found = NULL; in trie_lookup_elem() local 285 struct lpm_trie_node *node; in lpm_trie_node_alloc() local 310 struct lpm_trie_node *node, *im_node = NULL, *new_node = NULL; in trie_update_elem() local 445 struct lpm_trie_node *node, *parent; in trie_delete_elem() local 585 struct lpm_trie_node *node; in trie_free() local 622 struct lpm_trie_node *node, *next_node = NULL, *parent, *search_root; in trie_get_next_key() local
|
/openbmc/linux/sound/soc/generic/ |
H A D | simple-card.c | 31 static int asoc_simple_parse_platform(struct device_node *node, in asoc_simple_parse_platform() 56 struct device_node *node, in asoc_simple_parse_dai() 123 struct device_node *node = of_get_parent(np); in simple_parse_convert() local 138 struct device_node *node = of_get_parent(np); in simple_parse_mclk_fs() local 191 struct device_node *node, in simple_link_init() 221 struct device_node *node = of_get_parent(np); in simple_dai_link_of_dpcm() local 303 struct device_node *node = NULL; in simple_dai_link_of() local 364 struct device_node *node; in __simple_for_each_link() local 505 struct device_node *node; in simple_populate_aux() local
|
/openbmc/linux/lib/ |
H A D | assoc_array.c | 26 const struct assoc_array_node *node; in assoc_array_subtree_iterate() local 153 struct assoc_array_node *node; /* Node in which leaf might be found */ member 176 struct assoc_array_node *node; in assoc_array_walk() local 309 const struct assoc_array_node *node; in assoc_array_find() local 347 struct assoc_array_node *node; in assoc_array_destroy_subtree() local 480 struct assoc_array_node *node, *new_n0, *new_n1, *side; in assoc_array_insert_into_terminal_node() local 797 struct assoc_array_node *node, *new_n0, *side; in assoc_array_insert_mid_shortcut() local 1037 struct assoc_array_node *node; member 1084 struct assoc_array_node *node, *new_n0; in assoc_array_delete() local 1348 struct assoc_array_node *node; in assoc_array_apply_edit() local [all …]
|
/openbmc/linux/drivers/base/ |
H A D | node.c | 113 static void node_remove_accesses(struct node *node) in node_remove_accesses() 128 static struct node_access_nodes *node_init_node_access(struct node *node, in node_init_node_access() 197 struct node *node; in node_set_perf_attrs() local 227 struct list_head node; member 267 static void node_init_cache_dev(struct node *node) in node_init_cache_dev() 300 struct node *node; in node_add_cache() local 345 static void node_remove_caches(struct node *node) in node_remove_caches() 365 static void node_remove_caches(struct node *node) { } in node_remove_caches() 613 static int register_node(struct node *node, int num) in register_node() 640 void unregister_node(struct node *node) in unregister_node() [all …]
|
/openbmc/linux/drivers/clk/mediatek/ |
H A D | clk-mt8173-infracfg.c | 79 static void clk_mt8173_infra_init_early(struct device_node *node) in clk_mt8173_infra_init_early() 100 struct device_node *node = pdev->dev.of_node; in clk_mt8173_infracfg_probe() local 134 struct device_node *node = pdev->dev.of_node; in clk_mt8173_infracfg_remove() local
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | numa.h | 31 static inline void set_apicid_to_node(int apicid, s16 node) in set_apicid_to_node() 39 static inline void set_apicid_to_node(int apicid, s16 node) in set_apicid_to_node() 61 static inline void numa_set_node(int cpu, int node) { } in numa_set_node()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_res_cursor.h | 40 void *node; member 60 struct drm_mm_node *node; in amdgpu_res_first() local 129 struct drm_mm_node *node; in amdgpu_res_next() local
|
/openbmc/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_debugfs.c | 46 struct drm_info_node *node = (struct drm_info_node *)m->private; in virtio_gpu_features() local 71 struct drm_info_node *node = (struct drm_info_node *) m->private; in virtio_gpu_debugfs_irq_info() local 83 struct drm_info_node *node = (struct drm_info_node *)m->private; in virtio_gpu_debugfs_host_visible_mm() local
|
/openbmc/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | thunder_bgx.c | 169 static struct bgx *get_bgx(int node, int bgx_idx) in get_bgx() 177 unsigned bgx_get_map(int node) in bgx_get_map() 192 int bgx_get_lmac_count(int node, int bgx_idx) in bgx_get_lmac_count() 223 const u8 *bgx_get_lmac_mac(int node, int bgx_idx, int lmacid) in bgx_get_lmac_mac() 331 void bgx_set_dmac_cam_filter(int node, int bgx_idx, int lmacid, in bgx_set_dmac_cam_filter() 354 void bgx_set_xcast_mode(int node, int bgx_idx, int lmacid, u8 mode) in bgx_set_xcast_mode() 462 void bgx_lmac_get_pfc(int node, int bgx_idx, int lmacid, void *pause) in bgx_lmac_get_pfc() 627 u64 bgx_get_rx_stats(int node, int bgx_idx, int lmac, int idx) in bgx_get_rx_stats() 641 u64 bgx_get_tx_stats(int node, int bgx_idx, int lmac, int idx) in bgx_get_tx_stats() 654 void bgx_lmac_internal_loopback(int node, int bgx_idx, in bgx_lmac_internal_loopback() [all …]
|
/openbmc/linux/drivers/clk/sunxi/ |
H A D | clk-a10-pll2.c | 38 static void __init sun4i_pll2_setup(struct device_node *node, in sun4i_pll2_setup() 181 static void __init sun4i_a10_pll2_setup(struct device_node *node) in sun4i_a10_pll2_setup() 189 static void __init sun5i_a13_pll2_setup(struct device_node *node) in sun5i_a13_pll2_setup()
|
/openbmc/linux/drivers/clk/sunxi-ng/ |
H A D | ccu-sun5i.c | 987 static void __init sun5i_ccu_init(struct device_node *node, in sun5i_ccu_init() 1018 static void __init sun5i_a10s_ccu_setup(struct device_node *node) in sun5i_a10s_ccu_setup() 1025 static void __init sun5i_a13_ccu_setup(struct device_node *node) in sun5i_a13_ccu_setup() 1032 static void __init sun5i_gr8_ccu_setup(struct device_node *node) in sun5i_gr8_ccu_setup()
|
/openbmc/linux/sound/soc/intel/avs/ |
H A D | path.h | 24 struct list_head node; member 35 struct list_head node; member 46 struct list_head node; member 58 struct list_head node; member
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | util.c | 517 struct mwifiex_sta_node *node; in mwifiex_get_sta_entry() local 533 struct mwifiex_sta_node *node; in mwifiex_get_tdls_sta_entry() local 597 struct mwifiex_sta_node *node; in mwifiex_add_sta_entry() local 624 int ies_len, struct mwifiex_sta_node *node) in mwifiex_set_sta_ht_cap() 651 struct mwifiex_sta_node *node; in mwifiex_del_sta_entry() local 668 struct mwifiex_sta_node *node, *tmp; in mwifiex_del_all_sta_list() local
|
/openbmc/qemu/tests/qtest/ |
H A D | numa-test.c | 98 int64_t cpu_idx, node; in test_query_cpus() local 141 int64_t socket, core, thread, node; in pc_numa_cpu() local 194 int64_t core, node; in spapr_numa_cpu() local 238 int64_t socket, cluster, core, thread, node; in aarch64_numa_cpu() local 288 int64_t socket, core, thread, node; in loongarch64_numa_cpu() local 354 int64_t socket, node; in pc_dynamic_cpu_cfg() local
|
/openbmc/linux/drivers/android/ |
H A D | binder.c | 697 struct binder_node *node; in binder_get_node_ilocked() local 724 struct binder_node *node; in binder_get_node() local 739 struct binder_node *node; in binder_init_node_ilocked() local 792 struct binder_node *node; in binder_new_node() local 1260 struct binder_node *node; in binder_get_node_from_ref() local 2143 struct binder_node *node; in binder_translate_binder() local 2198 struct binder_node *node; in binder_translate_handle() local 2346 struct list_head node; member 2366 struct list_head node; member 5171 struct binder_node *node; in binder_ioctl_get_node_info_for_ref() local [all …]
|
/openbmc/linux/tools/include/linux/ |
H A D | rbtree_augmented.h | 49 rb_insert_augmented(struct rb_node *node, struct rb_root *root, in rb_insert_augmented() 56 rb_insert_augmented_cached(struct rb_node *node, in rb_insert_augmented_cached() 187 __rb_erase_augmented(struct rb_node *node, struct rb_root *root, in __rb_erase_augmented() 291 rb_erase_augmented(struct rb_node *node, struct rb_root *root, in rb_erase_augmented() 300 rb_erase_augmented_cached(struct rb_node *node, struct rb_root_cached *root, in rb_erase_augmented_cached()
|
/openbmc/linux/include/linux/ |
H A D | hashtable.h | 60 #define hash_add(hashtable, node, key) \ argument 69 #define hash_add_rcu(hashtable, node, key) \ argument 76 static inline bool hash_hashed(struct hlist_node *node) in hash_hashed() 105 static inline void hash_del(struct hlist_node *node) in hash_del() 114 static inline void hash_del_rcu(struct hlist_node *node) in hash_del_rcu()
|
/openbmc/linux/drivers/pnp/pnpbios/ |
H A D | proc.c | 125 struct pnp_bios_node *node; in pnp_devices_proc_show() local 156 struct pnp_bios_node *node; in pnpbios_proc_show() local 183 struct pnp_bios_node *node; in pnpbios_proc_write() local 221 int pnpbios_interface_attach_device(struct pnp_bios_node *node) in pnpbios_interface_attach_device()
|
/openbmc/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_range_manager.c | 64 struct ttm_range_mgr_node *node; in ttm_range_man_alloc() local 105 struct ttm_range_mgr_node *node = to_ttm_range_mgr_node(res); in ttm_range_man_free() local 121 struct drm_mm_node *node = &to_ttm_range_mgr_node(res)->mm_nodes[0]; in ttm_range_man_intersects() local 137 struct drm_mm_node *node = &to_ttm_range_mgr_node(res)->mm_nodes[0]; in ttm_range_man_compatible() local
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | cpu.c | 29 int riscv_of_processor_hartid(struct device_node *node, unsigned long *hart) in riscv_of_processor_hartid() 49 int __init riscv_early_of_processor_hartid(struct device_node *node, unsigned long *hart) in riscv_early_of_processor_hartid() 126 int riscv_of_parent_hartid(struct device_node *node, unsigned long *hartid) in riscv_of_parent_hartid() 307 struct device_node *node; in c_show() local
|