/openbmc/linux/drivers/clk/ |
H A 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()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_buffer_pool.c | 30 static void node_free(struct intel_gt_buffer_pool_node *node) in node_free() 39 struct intel_gt_buffer_pool_node *node, *stale = NULL; in pool_free_older_than() local 100 struct intel_gt_buffer_pool_node *node = in pool_retire() local 125 void intel_gt_buffer_pool_mark_used(struct intel_gt_buffer_pool_node *node) in intel_gt_buffer_pool_mark_used() 143 struct intel_gt_buffer_pool_node *node; in node_create() local 175 struct intel_gt_buffer_pool_node *node; in intel_gt_get_buffer_pool() local
|
/openbmc/linux/drivers/clk/bcm/ |
H A 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()
|
H A 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()
|
/openbmc/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_debugfs.c | 18 struct drm_info_node *node = (struct drm_info_node *)m->private; in lsdc_identify() local 35 struct drm_info_node *node = (struct drm_info_node *)m->private; in lsdc_show_mm() local 46 struct drm_info_node *node = (struct drm_info_node *)m->private; in lsdc_show_gfxpll_clock() local 58 struct drm_info_node *node = (struct drm_info_node *)m->private; in lsdc_show_benchmark() local 69 struct drm_info_node *node = (struct drm_info_node *)m->private; in lsdc_pdev_enable_io_mem() local
|
/openbmc/linux/drivers/of/ |
H A D | fdt.c | 548 static int __init __reserved_mem_check_root(unsigned long node) in __reserved_mem_check_root() 571 int node, child; in fdt_scan_reserved_mem() local 674 int __init of_scan_flat_dt(int (*it)(unsigned long node, in of_scan_flat_dt() 705 int (*it)(unsigned long node, in of_scan_flat_dt_subnodes() 711 int node; in of_scan_flat_dt_subnodes() local 769 unsigned long node, const char *compat) in of_fdt_is_compatible() 823 uint32_t __init of_get_flat_dt_phandle(unsigned long node) in of_get_flat_dt_phandle() 984 unsigned long node = chosen_node_offset; in early_init_dt_check_for_usable_mem_range() local 1066 int node = fdt_path_offset(fdt, "/"); in early_init_dt_scan_root() local 1100 int node, found_memory = 0; in early_init_dt_scan_memory() local [all …]
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_buildsys_python.py | 1037 def visit_Expr(self, node): argument 1043 def visit_setup(self, node): argument 1050 def visit_Import(self, node): argument 1054 def visit_ImportFrom(self, node): argument 1062 def visit(self, node): argument 1068 def generic_visit(self, node): argument 1088 def visit_Name(self, node): argument 1094 def visit_Tuple(self, node): argument 1097 def visit_List(self, node): argument 1100 def visit_Set(self, node): argument [all …]
|
/openbmc/linux/drivers/gpu/drm/tests/ |
H A D | drm_mm_test.c | 102 struct drm_mm_node *node, *check, *found; in assert_continuous() local 755 struct drm_mm_node *node; in assert_contiguous_in_range() local 1103 struct drm_mm_node *node, *next; in drm_test_mm_align_pot() local 1182 struct drm_mm_node node; member 1214 struct drm_mm_node *node; in evict_nodes() local 1238 struct drm_mm_node *node; in evict_nothing() local 1397 struct drm_mm_node *node, *next; in drm_test_mm_evict() local 1491 struct drm_mm_node *node, *next; in drm_test_mm_evict_range() local 1851 struct drm_mm_node *node, *nn; in drm_test_mm_color() local 2053 struct drm_mm_node *node, *next; in drm_test_mm_color_evict() local [all …]
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-synth.c | 48 V9fsSynthNode *node; in v9fs_add_dir_node() local 75 V9fsSynthNode *node, *tmp; in qemu_v9fs_synth_mkdir() local 106 V9fsSynthNode *node, *tmp; in qemu_v9fs_synth_add_file() local 194 V9fsSynthNode *node = synth_open->node; in synth_closedir() local 242 V9fsSynthNode *node; in synth_get_dentry() local 265 V9fsSynthNode *node = synth_open->node; in synth_readdir() local 297 V9fsSynthNode *node = synth_open->node; in synth_close() local 311 V9fsSynthNode *node = synth_open->node; in synth_pwritev() local 335 V9fsSynthNode *node = synth_open->node; in synth_preadv() local 478 V9fsSynthNode *node; in synth_name_to_path() local [all …]
|
/openbmc/qemu/hw/xen/ |
H A D | xen-bus-helper.c | 51 const char *node, unsigned int owner, unsigned int domid, in xs_node_create() 62 const char *node, Error **errp) in xs_node_destroy() 72 const char *node, const char *key, Error **errp, in xs_node_vprintf() 94 const char *node, const char *key, Error **errp, in xs_node_printf() 105 const char *node, const char *key, Error **errp, in xs_node_vscanf() 132 const char *node, const char *key, Error **errp, in xs_node_scanf() 145 struct qemu_xs_watch *xs_node_watch(struct qemu_xs_handle *h, const char *node, in xs_node_watch()
|
H A D | xen-legacy-backend.c | 48 int xenstore_write_be_str(struct XenLegacyDevice *xendev, const char *node, in xenstore_write_be_str() 54 int xenstore_write_be_int(struct XenLegacyDevice *xendev, const char *node, in xenstore_write_be_int() 60 int xenstore_write_be_int64(struct XenLegacyDevice *xendev, const char *node, in xenstore_write_be_int64() 66 char *xenstore_read_be_str(struct XenLegacyDevice *xendev, const char *node) in xenstore_read_be_str() 71 int xenstore_read_be_int(struct XenLegacyDevice *xendev, const char *node, in xenstore_read_be_int() 77 char *xenstore_read_fe_str(struct XenLegacyDevice *xendev, const char *node) in xenstore_read_fe_str() 82 int xenstore_read_fe_int(struct XenLegacyDevice *xendev, const char *node, in xenstore_read_fe_int() 88 int xenstore_read_fe_uint64(struct XenLegacyDevice *xendev, const char *node, in xenstore_read_fe_uint64() 228 const char *node) in xen_be_backend_changed() 245 const char *node) in xen_be_frontend_changed() [all …]
|
/openbmc/qemu/util/ |
H A D | fdmon-io_uring.c | 102 static void enqueue(AioHandlerSList *head, AioHandler *node, unsigned flags) in enqueue() 115 AioHandler *node = QSLIST_FIRST(head); in dequeue() local 169 static void add_poll_add_sqe(AioContext *ctx, AioHandler *node) in add_poll_add_sqe() 178 static void add_poll_remove_sqe(AioContext *ctx, AioHandler *node) in add_poll_remove_sqe() 208 AioHandler *node; in fill_sq_ring() local 229 AioHandler *node = io_uring_cqe_get_data(cqe); in process_cqe() local 341 AioHandler *node; in fdmon_io_uring_destroy() local
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | bpf_experimental.h | 9 #define __contains(name, node) __attribute__((btf_decl_tag("contains:" #name ":" #node))) argument 70 #define bpf_list_push_front(head, node) bpf_list_push_front_impl(head, node, NULL, 0) argument 86 #define bpf_list_push_back(head, node) bpf_list_push_back_impl(head, node, NULL, 0) argument 124 #define bpf_rbtree_add(head, node, less) bpf_rbtree_add_impl(head, node, less, NULL, 0) argument
|
/openbmc/linux/drivers/acpi/acpica/ |
H A 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
|
H A 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
|
/openbmc/linux/drivers/clk/sunxi/ |
H A 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()
|
/openbmc/linux/fs/ocfs2/cluster/ |
H A D | nodemanager.c | 32 struct o2nm_node *node = NULL; in o2nm_get_node_by_num() local 71 struct o2nm_node *node, *ret = NULL; in o2nm_node_ip_tree_lookup() local 101 struct o2nm_node *node = NULL; in o2nm_get_node_by_ip() local 118 void o2nm_node_put(struct o2nm_node *node) in o2nm_node_put() 124 void o2nm_node_get(struct o2nm_node *node) in o2nm_node_get() 158 struct o2nm_node *node = to_o2nm_node(item); in o2nm_node_release() local 186 struct o2nm_node *node = to_o2nm_node(item); in o2nm_node_num_store() local 241 struct o2nm_node *node = to_o2nm_node(item); in o2nm_node_ipv4_port_store() local 270 struct o2nm_node *node = to_o2nm_node(item); in o2nm_node_ipv4_address_store() local 325 struct o2nm_node *node = to_o2nm_node(item); in o2nm_node_local_store() local [all …]
|
/openbmc/linux/drivers/interconnect/ |
H A D | core.c | 169 struct icc_node *node = dst; in path_init() local 200 struct icc_node *n, *node = NULL; in path_find() local 269 static int aggregate_requests(struct icc_node *node) in aggregate_requests() 377 struct icc_node *node = ERR_PTR(-EPROBE_DEFER); in of_icc_get_from_provider() local 694 struct icc_node *node; in icc_set_bw() local 787 struct icc_node *node; in icc_put() local 818 struct icc_node *node; in icc_node_create_nolock() local 849 struct icc_node *node; in icc_node_create() local 867 struct icc_node *node; in icc_node_destroy() local 900 int icc_link_create(struct icc_node *node, const int dst_id) in icc_link_create() [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
H A 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 386 struct gk20a_instobj_dma *node; in gk20a_instobj_ctor_dma() local 424 struct gk20a_instobj_iommu *node; in gk20a_instobj_ctor_iommu() local [all …]
|
/openbmc/linux/kernel/locking/ |
H A 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
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_interrupt.c | 53 int kfd_interrupt_init(struct kfd_node *node) in kfd_interrupt_init() 87 void kfd_interrupt_exit(struct kfd_node *node) in kfd_interrupt_exit() 113 bool enqueue_ih_ring_entry(struct kfd_node *node, const void *ih_ring_entry) in enqueue_ih_ring_entry() 132 static bool dequeue_ih_ring_entry(struct kfd_node *node, void *ih_ring_entry) in dequeue_ih_ring_entry()
|
/openbmc/linux/drivers/interconnect/imx/ |
H A 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
|
/openbmc/linux/drivers/net/wireguard/selftest/ |
H A 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 …]
|
/openbmc/qemu/hw/i2c/ |
H A D | core.c | 126 I2CNode *node; in i2c_do_start_transfer() local 188 I2CPendingMaster *node = g_new(struct I2CPendingMaster, 1); in i2c_bus_master() local 196 I2CPendingMaster *node; in i2c_schedule_pending_master() local 241 I2CNode *node, *next; in i2c_end_transfer() local 260 I2CNode *node; in i2c_send() local 279 I2CNode *node = QLIST_FIRST(&bus->current_devs); in i2c_send_async() local 315 I2CNode *node; in i2c_nack() local 345 I2CNode *node; in i2c_slave_post_load() local 395 I2CNode *node = g_new(struct I2CNode, 1); in i2c_slave_match() local
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | dev-path-parser.c | 15 static long __init parse_acpi_path(const struct efi_dev_path *node, in parse_acpi_path() 60 static long __init parse_pci_path(const struct efi_dev_path *node, in parse_pci_path() 96 static long __init parse_end_path(const struct efi_dev_path *node, in parse_end_path() 147 struct device * __init efi_get_device_by_path(const struct efi_dev_path **node, in efi_get_device_by_path()
|