/Linux-v6.6/drivers/gpu/drm/tilcdc/ |
D | tilcdc_drv.c | 201 struct device_node *node = dev->of_node; in tilcdc_init() local 432 struct drm_info_node *node = (struct drm_info_node *) m->private; in tilcdc_regs_show() local 453 struct drm_info_node *node = (struct drm_info_node *) m->private; in tilcdc_mm_show() local
|
/Linux-v6.6/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 91 unsigned long node, in bootx_early_getprop() 218 unsigned long node, in bootx_scan_dt_build_strings() 276 unsigned long node, in bootx_scan_dt_build_struct()
|
/Linux-v6.6/arch/powerpc/mm/ |
D | numa.c | 77 unsigned int node; in setup_node_to_cpumask_map() local 146 void map_cpu_to_node(int cpu, int node) in map_cpu_to_node() 159 int node = numa_cpu_lookup_table[cpu]; in unmap_cpu_from_node() local 342 void update_numa_distance(struct device_node *node) in update_numa_distance() 768 static void verify_cpu_node_mapping(int cpu, int node) in verify_cpu_node_mapping() 1049 unsigned int node; in dump_numa_cpu_topology() local
|
/Linux-v6.6/fs/ |
D | seq_file.c | 975 struct hlist_node *node; in seq_hlist_start() local 1012 struct hlist_node *node = v; in seq_hlist_next() local 1036 struct hlist_node *node; in seq_hlist_start_rcu() local 1083 struct hlist_node *node = v; in seq_hlist_next_rcu() local 1104 struct hlist_node *node; in seq_hlist_start_percpu() local 1129 struct hlist_node *node = v; in seq_hlist_next_percpu() local
|
/Linux-v6.6/tools/lib/perf/include/internal/ |
D | evsel.h | 19 struct hlist_node node; member 42 struct list_head node; member
|
/Linux-v6.6/drivers/usb/dwc3/ |
D | dwc3-keystone.c | 85 struct device_node *node = pdev->dev.of_node; in kdwc3_probe() local 188 struct device_node *node = pdev->dev.of_node; in kdwc3_remove() local
|
/Linux-v6.6/drivers/usb/phy/ |
D | phy-am335x-control.c | 123 const struct device_node *node = (const struct device_node *)data; in match() local 130 struct device_node *node; in am335x_get_phy_control() local
|
/Linux-v6.6/drivers/regulator/ |
D | mc13892-regulator.c | 249 #define MC13892_FIXED_DEFINE(name, node, reg, voltages) \ argument 253 #define MC13892_GPO_DEFINE(name, node, reg, voltages) \ argument 257 #define MC13892_SW_DEFINE(name, node, reg, vsel_reg, voltages) \ argument 261 #define MC13892_DEFINE_REGU(name, node, reg, vsel_reg, voltages) \ argument 595 struct device_node *node = NULL; in mc13892_regulator_probe() local
|
D | mc13783-regulator.c | 231 #define MC13783_DEFINE(prefix, name, node, reg, vsel_reg, voltages) \ argument 235 #define MC13783_FIXED_DEFINE(prefix, name, node, reg, voltages) \ argument 239 #define MC13783_GPO_DEFINE(prefix, name, node, reg, voltages) \ argument 425 struct device_node *node = NULL; in mc13783_regulator_probe() local
|
/Linux-v6.6/fs/btrfs/ |
D | backref.c | 700 unode_aux_to_inode_list(struct ulist_node *node) in unode_aux_to_inode_list() 709 struct ulist_node *node; in free_leaf_list() local 743 struct ulist_node *node; in resolve_indirect_refs() local 846 struct rb_node *node; in add_missing_keys() local 895 struct btrfs_delayed_ref_node *node; in add_delayed_refs() local 1398 struct rb_node *node; in find_parent_nodes() local 1772 struct ulist_node *node; in btrfs_find_all_roots_safe() local 1862 struct ulist_node *node; in btrfs_is_data_extent_shared() local 3020 struct btrfs_backref_node *node; in btrfs_backref_alloc_node() local 3057 struct btrfs_backref_node *node) in btrfs_backref_cleanup_node() [all …]
|
/Linux-v6.6/net/llc/ |
D | llc_proc.c | 44 struct hlist_nulls_node *node; in llc_get_sk_idx() local 69 struct hlist_nulls_node *node; in laddr_hash_next() local
|
/Linux-v6.6/drivers/gpu/drm/sun4i/ |
D | sun8i_dw_hdmi.c | 58 static bool sun8i_dw_hdmi_node_is_tcon_top(struct device_node *node) in sun8i_dw_hdmi_node_is_tcon_top() 65 struct device_node *node) in sun8i_dw_hdmi_find_possible_crtcs()
|
/Linux-v6.6/drivers/clk/sunxi-ng/ |
D | ccu_common.c | 103 struct device_node *node, void __iomem *reg, in sunxi_ccu_probe() 214 void of_sunxi_ccu_probe(struct device_node *node, void __iomem *reg, in of_sunxi_ccu_probe()
|
/Linux-v6.6/drivers/acpi/acpica/ |
D | nsutils.c | 37 acpi_ns_print_node_pathname(struct acpi_namespace_node *node, in acpi_ns_print_node_pathname() 75 acpi_object_type acpi_ns_get_type(struct acpi_namespace_node * node) in acpi_ns_get_type()
|
/Linux-v6.6/drivers/acpi/ |
D | nvs.c | 24 struct list_head node; member 81 struct list_head node; member
|
/Linux-v6.6/drivers/gpu/drm/i915/ |
D | i915_gem_evict.c | 158 struct drm_mm_node *node; in i915_gem_evict_something() local 334 struct drm_mm_node *node; in i915_gem_evict_for_node() local
|
/Linux-v6.6/tools/perf/tests/ |
D | hists_common.c | 167 struct rb_node *node; in print_hists_in() local 199 struct rb_node *node; in print_hists_out() local
|
D | hists_cumulate.c | 135 struct rb_node *node; in del_hist_entries() local 187 } node[10]; member 197 struct rb_node *node; in do_test() local
|
/Linux-v6.6/kernel/ |
D | async.c | 166 int node, struct async_domain *domain) in async_schedule_node_domain() 228 async_cookie_t async_schedule_node(async_func_t func, void *data, int node) in async_schedule_node()
|
/Linux-v6.6/drivers/irqchip/ |
D | irq-ls-extirq.c | 126 ls_extirq_parse_map(struct ls_extirq_data *priv, struct device_node *node) in ls_extirq_parse_map() 172 ls_extirq_of_init(struct device_node *node, struct device_node *parent) in ls_extirq_of_init()
|
/Linux-v6.6/lib/ |
D | generic-radix-tree.c | 81 struct genradix_node *node; in genradix_alloc_node() local 94 static inline void genradix_free_node(struct genradix_node *node) in genradix_free_node()
|
/Linux-v6.6/drivers/slimbus/ |
D | core.c | 154 struct device_node *node) in slim_add_device() 177 struct device_node *node) in slim_alloc_device() 199 struct device_node *node; in of_register_slim_devices() local
|
/Linux-v6.6/drivers/media/platform/rockchip/rkisp1/ |
D | rkisp1-stats.c | 161 struct rkisp1_vdev_node *node; in rkisp1_stats_init_vb2_queue() local 439 struct rkisp1_vdev_node *node = &stats->vnode; in rkisp1_stats_register() local 487 struct rkisp1_vdev_node *node = &stats->vnode; in rkisp1_stats_unregister() local
|
/Linux-v6.6/arch/powerpc/mm/nohash/ |
D | kaslr_booke.c | 77 int node, len; in get_kaslr_seed() local 197 int node, len; in get_initrd_range() local 237 static __init void get_cell_sizes(const void *fdt, int node, int *addr_cells, in get_cell_sizes()
|
/Linux-v6.6/tools/perf/util/ |
D | callchain.h | 77 struct callchain_node node; member 159 struct list_head node; member 183 static inline u64 callchain_cumul_hits(struct callchain_node *node) in callchain_cumul_hits() 188 static inline unsigned callchain_cumul_counts(struct callchain_node *node) in callchain_cumul_counts()
|