| /Linux-v5.4/arch/sparc/kernel/ |
| D | of_device_common.c | 16 unsigned int irq_of_parse_and_map(struct device_node *node, int index) in irq_of_parse_and_map() 27 int of_address_to_resource(struct device_node *node, int index, in of_address_to_resource() 40 void __iomem *of_iomap(struct device_node *node, int index) in of_iomap()
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | topology.h | 20 #define cpumask_of_node(node) ((node) == -1 ? \ argument 48 static inline void update_numa_cpu_lookup_table(unsigned int cpu, int node) in update_numa_cpu_lookup_table() 86 static inline void update_numa_cpu_lookup_table(unsigned int cpu, int node) {} in update_numa_cpu_lookup_table()
|
| /Linux-v5.4/drivers/clocksource/ |
| D | timer-nps.c | 49 static int __init nps_get_timer_clk(struct device_node *node, in nps_get_timer_clk() 87 static int __init nps_setup_clocksource(struct device_node *node) in nps_setup_clocksource() 243 static int __init nps_setup_clockevent(struct device_node *node) in nps_setup_clockevent()
|
| /Linux-v5.4/drivers/of/ |
| D | of_reserved_mem.c | 51 void __init fdt_reserved_mem_save_node(unsigned long node, const char *uname, in fdt_reserved_mem_save_node() 74 static int __init __reserved_mem_alloc_size(unsigned long node, in __reserved_mem_alloc_size() 246 unsigned long node = rmem->fdt_node; in fdt_init_reserved_mem() local 275 static inline struct reserved_mem *__find_rmem(struct device_node *node) in __find_rmem()
|
| /Linux-v5.4/kernel/bpf/ |
| D | xskmap.c | 35 struct xsk_map_node *node; in xsk_map_node_alloc() local 53 static void xsk_map_node_free(struct xsk_map_node *node) in xsk_map_node_free() 59 static void xsk_map_sock_add(struct xdp_sock *xs, struct xsk_map_node *node) in xsk_map_sock_add() 221 struct xsk_map_node *node; in xsk_map_update_elem() local
|
| /Linux-v5.4/arch/mips/sgi-ip27/ |
| D | ip27-memory.c | 264 static unsigned long __init slot_psize_compute(cnodeid_t node, int slot) in slot_psize_compute() 353 cnodeid_t node; in szmem() local 383 static void __init node_mem_init(cnodeid_t node) in node_mem_init() 430 cnodeid_t node; in prom_meminit() local
|
| /Linux-v5.4/drivers/acpi/acpica/ |
| D | nsarguments.c | 93 struct acpi_namespace_node *node, in acpi_ns_check_acpi_compliance() 186 struct acpi_namespace_node *node, in acpi_ns_check_argument_count()
|
| D | dsfield.c | 64 struct acpi_namespace_node **node) in acpi_ds_create_external_region() 124 struct acpi_namespace_node *node; in acpi_ds_create_buffer_field() local 552 struct acpi_namespace_node *node; in acpi_ds_init_field_objects() local
|
| /Linux-v5.4/include/linux/regulator/ |
| D | of_regulator.h | 31 struct device_node *node, in of_get_regulator_init_data() 38 struct device_node *node, in of_regulator_match()
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | fs_core.c | 247 static void tree_init_node(struct fs_node *node, in tree_init_node() 260 static void tree_add_node(struct fs_node *node, struct fs_node *parent) in tree_add_node() 273 static int tree_get_node(struct fs_node *node) in tree_get_node() 278 static void nested_down_read_ref_node(struct fs_node *node, in nested_down_read_ref_node() 287 static void nested_down_write_ref_node(struct fs_node *node, in nested_down_write_ref_node() 296 static void down_write_ref_node(struct fs_node *node, bool locked) in down_write_ref_node() 305 static void up_read_ref_node(struct fs_node *node) in up_read_ref_node() 311 static void up_write_ref_node(struct fs_node *node, bool locked) in up_write_ref_node() 318 static void tree_put_node(struct fs_node *node, bool locked) in tree_put_node() 343 static int tree_remove_node(struct fs_node *node, bool locked) in tree_remove_node() [all …]
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | pci_32.c | 75 make_one_node_map(struct device_node* node, u8 pci_bus) in make_one_node_map() 134 struct device_node* node = hose->dn; in pcibios_make_OF_bus_map() local 161 int pci_device_from_OF_node(struct device_node *node, u8 *bus, u8 *devfn) in pci_device_from_OF_node()
|
| /Linux-v5.4/drivers/mfd/ |
| D | twl4030-audio.c | 150 struct device_node *node; in twl4030_audio_has_codec() local 165 struct device_node *node) in twl4030_audio_has_vibra() 182 struct device_node *node = pdev->dev.of_node; in twl4030_audio_probe() local
|
| /Linux-v5.4/tools/include/linux/ |
| D | hashtable.h | 57 #define hash_add(hashtable, node, key) \ argument 64 static inline bool hash_hashed(struct hlist_node *node) in hash_hashed() 93 static inline void hash_del(struct hlist_node *node) in hash_del()
|
| /Linux-v5.4/drivers/irqchip/ |
| D | irq-ath79-misc.c | 132 struct device_node *node, struct device_node *parent) in ath79_misc_intc_of_init() 162 struct device_node *node, struct device_node *parent) in ar7100_misc_intc_of_init() 172 struct device_node *node, struct device_node *parent) in ar7240_misc_intc_of_init()
|
| D | irq-sun4i.c | 107 static int __init sun4i_of_init(struct device_node *node, in sun4i_of_init() 146 static int __init sun4i_ic_of_init(struct device_node *node, in sun4i_ic_of_init() 163 static int __init suniv_ic_of_init(struct device_node *node, in suniv_ic_of_init()
|
| /Linux-v5.4/drivers/gpu/drm/virtio/ |
| D | virtgpu_debugfs.c | 45 struct drm_info_node *node = (struct drm_info_node *) m->private; in virtio_gpu_features() local 58 struct drm_info_node *node = (struct drm_info_node *) m->private; in virtio_gpu_debugfs_irq_info() local
|
| /Linux-v5.4/arch/arm64/kernel/ |
| D | kaslr.c | 27 int node, len; in get_kaslr_seed() local 49 int node; in kaslr_get_cmdline() local
|
| D | acpi_numa.c | 52 int cpu, pxm, node; in acpi_parse_gicc_pxm() local 94 int pxm, node; in acpi_numa_gicc_affinity_init() local
|
| /Linux-v5.4/kernel/ |
| D | audit_tree.c | 33 struct node { struct 34 struct list_head list; 35 struct audit_tree *owner; 36 unsigned index; /* index; upper bit indicates 'will prune' */ 621 struct node *node = list_entry(p, struct node, list); in trim_marked() local 689 struct node *node; in audit_trim_trees() local 845 struct node *node; in audit_add_tree_rule() local 947 struct node *node; in audit_tag_tree() local
|
| /Linux-v5.4/include/sound/ |
| D | simple_card_utils.h | 83 #define asoc_simple_parse_clk_cpu(dev, node, dai_link, simple_dai) \ argument 85 #define asoc_simple_parse_clk_codec(dev, node, dai_link, simple_dai) \ argument 99 #define asoc_simple_parse_cpu(node, dai_link, is_single_link) \ argument 101 #define asoc_simple_parse_codec(node, dai_link) \ argument 103 #define asoc_simple_parse_platform(node, dai_link) \ argument
|
| /Linux-v5.4/drivers/gpu/drm/qxl/ |
| D | qxl_debugfs.c | 41 struct drm_info_node *node = (struct drm_info_node *) m->private; in qxl_debugfs_irq_received() local 55 struct drm_info_node *node = (struct drm_info_node *) m->private; in qxl_debugfs_buffers_info() local
|
| /Linux-v5.4/tools/perf/util/ |
| D | srcline.c | 40 struct inline_node *node) in inline_list__append() 265 struct inline_node *node, in inline_list__append_dso_a2l() 280 bool unwind_inlines, struct inline_node *node, in addr2line() 353 struct inline_node *node; in addr2inlines() local 441 struct inline_node *node; in addr2inlines() local 604 struct srcline_node *i, *node; in srcline__tree_insert() local 675 void inline_node__delete(struct inline_node *node) in inline_node__delete()
|
| /Linux-v5.4/include/linux/ |
| D | cpuhotplug.h | 268 struct hlist_node *node), in cpuhp_setup_state_multi() 293 struct hlist_node *node) in cpuhp_state_add_instance() 308 struct hlist_node *node) in cpuhp_state_add_instance_nocalls() 315 struct hlist_node *node) in cpuhp_state_add_instance_nocalls_cpuslocked() 376 struct hlist_node *node) in cpuhp_state_remove_instance() 390 struct hlist_node *node) in cpuhp_state_remove_instance_nocalls()
|
| /Linux-v5.4/drivers/pinctrl/sunxi/ |
| D | pinctrl-sunxi.c | 154 static bool sunxi_pctrl_has_bias_prop(struct device_node *node) in sunxi_pctrl_has_bias_prop() 162 static bool sunxi_pctrl_has_drive_prop(struct device_node *node) in sunxi_pctrl_has_drive_prop() 168 static int sunxi_pctrl_parse_bias_prop(struct device_node *node) in sunxi_pctrl_parse_bias_prop() 198 static int sunxi_pctrl_parse_drive_prop(struct device_node *node) in sunxi_pctrl_parse_drive_prop() 223 static const char *sunxi_pctrl_parse_function_prop(struct device_node *node) in sunxi_pctrl_parse_function_prop() 241 static const char *sunxi_pctrl_find_pins_prop(struct device_node *node, in sunxi_pctrl_find_pins_prop() 263 static unsigned long *sunxi_pctrl_build_pin_config(struct device_node *node, in sunxi_pctrl_build_pin_config() 320 struct device_node *node, in sunxi_pctrl_dt_node_to_map() 1089 struct device_node *node, in sunxi_pinctrl_irq_of_xlate() 1318 struct device_node *node) in sunxi_pinctrl_setup_debounce() [all …]
|
| /Linux-v5.4/drivers/soc/fsl/ |
| D | dpaa2-console.c | 103 static int dpaa2_generic_console_open(struct inode *node, struct file *fp, in dpaa2_generic_console_open() 168 static int dpaa2_mc_console_open(struct inode *node, struct file *fp) in dpaa2_mc_console_open() 175 static int dpaa2_aiop_console_open(struct inode *node, struct file *fp) in dpaa2_aiop_console_open() 182 static int dpaa2_console_close(struct inode *node, struct file *fp) in dpaa2_console_close()
|