/Linux-v4.19/arch/mips/include/asm/netlogic/xlp-hal/ |
D | iomap.h | 50 #define XLP_IO_DEV(node, dev) ((dev) + (node) * 8) argument 53 #define XLP_HDR_OFFSET(node, bus, dev, fn) \ argument 56 #define XLP_IO_BRIDGE_OFFSET(node) XLP_HDR_OFFSET(node, 0, 0, 0) argument 58 #define XLP_IO_CIC0_OFFSET(node) XLP_HDR_OFFSET(node, 0, 0, 1) argument 59 #define XLP_IO_CIC1_OFFSET(node) XLP_HDR_OFFSET(node, 0, 0, 2) argument 60 #define XLP_IO_CIC2_OFFSET(node) XLP_HDR_OFFSET(node, 0, 0, 3) argument 61 #define XLP_IO_PIC_OFFSET(node) XLP_HDR_OFFSET(node, 0, 0, 4) argument 63 #define XLP_IO_PCIE_OFFSET(node, i) XLP_HDR_OFFSET(node, 0, 1, i) argument 64 #define XLP_IO_PCIE0_OFFSET(node) XLP_HDR_OFFSET(node, 0, 1, 0) argument 65 #define XLP_IO_PCIE1_OFFSET(node) XLP_HDR_OFFSET(node, 0, 1, 1) argument [all …]
|
/Linux-v4.19/drivers/clk/ti/ |
D | dpll.c | 156 struct device_node *node) in _register_dpll() 217 static void _register_dpll_x2(struct device_node *node, in _register_dpll_x2() 281 static void __init of_ti_dpll_setup(struct device_node *node, in of_ti_dpll_setup() 372 static void __init of_ti_omap4_dpll_x2_setup(struct device_node *node) in of_ti_omap4_dpll_x2_setup() 381 static void __init of_ti_am3_dpll_x2_setup(struct device_node *node) in of_ti_am3_dpll_x2_setup() 390 static void __init of_ti_omap3_dpll_setup(struct device_node *node) in of_ti_omap3_dpll_setup() 415 static void __init of_ti_omap3_core_dpll_setup(struct device_node *node) in of_ti_omap3_core_dpll_setup() 434 static void __init of_ti_omap3_per_dpll_setup(struct device_node *node) in of_ti_omap3_per_dpll_setup() 454 static void __init of_ti_omap3_per_jtype_dpll_setup(struct device_node *node) in of_ti_omap3_per_jtype_dpll_setup() 477 static void __init of_ti_omap4_dpll_setup(struct device_node *node) in of_ti_omap4_dpll_setup() [all …]
|
D | gate.c | 161 static void __init _of_ti_gate_clk_setup(struct device_node *node, in _of_ti_gate_clk_setup() 202 _of_ti_composite_gate_clk_setup(struct device_node *node, in _of_ti_composite_gate_clk_setup() 228 of_ti_composite_no_wait_gate_clk_setup(struct device_node *node) in of_ti_composite_no_wait_gate_clk_setup() 236 static void __init of_ti_composite_interface_clk_setup(struct device_node *node) in of_ti_composite_interface_clk_setup() 244 static void __init of_ti_composite_gate_clk_setup(struct device_node *node) in of_ti_composite_gate_clk_setup() 252 static void __init of_ti_clkdm_gate_clk_setup(struct device_node *node) in of_ti_clkdm_gate_clk_setup() 259 static void __init of_ti_hsdiv_gate_clk_setup(struct device_node *node) in of_ti_hsdiv_gate_clk_setup() 267 static void __init of_ti_gate_clk_setup(struct device_node *node) in of_ti_gate_clk_setup() 273 static void __init of_ti_wait_gate_clk_setup(struct device_node *node) in of_ti_wait_gate_clk_setup() 281 static void __init of_ti_am35xx_gate_clk_setup(struct device_node *node) in of_ti_am35xx_gate_clk_setup() [all …]
|
D | interface.c | 70 static void __init _of_ti_interface_clk_setup(struct device_node *node, in _of_ti_interface_clk_setup() 98 static void __init of_ti_interface_clk_setup(struct device_node *node) in of_ti_interface_clk_setup() 105 static void __init of_ti_no_wait_interface_clk_setup(struct device_node *node) in of_ti_no_wait_interface_clk_setup() 113 static void __init of_ti_hsotgusb_interface_clk_setup(struct device_node *node) in of_ti_hsotgusb_interface_clk_setup() 121 static void __init of_ti_dss_interface_clk_setup(struct device_node *node) in of_ti_dss_interface_clk_setup() 129 static void __init of_ti_ssi_interface_clk_setup(struct device_node *node) in of_ti_ssi_interface_clk_setup() 136 static void __init of_ti_am35xx_interface_clk_setup(struct device_node *node) in of_ti_am35xx_interface_clk_setup() 145 static void __init of_ti_omap2430_interface_clk_setup(struct device_node *node) in of_ti_omap2430_interface_clk_setup()
|
/Linux-v4.19/arch/sparc/prom/ |
D | tree_64.c | 20 static phandle prom_node_to_node(const char *type, phandle node) in prom_node_to_node() 38 inline phandle __prom_getchild(phandle node) in __prom_getchild() 43 phandle prom_getchild(phandle node) in prom_getchild() 56 inline phandle prom_getparent(phandle node) in prom_getparent() 71 inline phandle __prom_getsibling(phandle node) in __prom_getsibling() 76 phandle prom_getsibling(phandle node) in prom_getsibling() 93 int prom_getproplen(phandle node, const char *prop) in prom_getproplen() 117 int prom_getproperty(phandle node, const char *prop, in prom_getproperty() 145 int prom_getint(phandle node, const char *prop) in prom_getint() 160 int prom_getintdefault(phandle node, const char *property, int deflt) in prom_getintdefault() [all …]
|
D | tree_32.c | 24 static phandle __prom_getchild(phandle node) in __prom_getchild() 40 phandle prom_getchild(phandle node) in prom_getchild() 56 static phandle __prom_getsibling(phandle node) in __prom_getsibling() 72 phandle prom_getsibling(phandle node) in prom_getsibling() 90 int prom_getproplen(phandle node, const char *prop) in prom_getproplen() 110 int prom_getproperty(phandle node, const char *prop, char *buffer, int bufsize) in prom_getproperty() 130 int prom_getint(phandle node, char *prop) in prom_getint() 144 int prom_getintdefault(phandle node, char *property, int deflt) in prom_getintdefault() 156 int prom_getbool(phandle node, char *prop) in prom_getbool() 170 void prom_getstring(phandle node, char *prop, char *user_buf, int ubuf_size) in prom_getstring() [all …]
|
/Linux-v4.19/fs/hfs/ |
D | bnode.c | 18 void hfs_bnode_read(struct hfs_bnode *node, void *buf, in hfs_bnode_read() 30 u16 hfs_bnode_read_u16(struct hfs_bnode *node, int off) in hfs_bnode_read_u16() 38 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8() 46 void hfs_bnode_read_key(struct hfs_bnode *node, void *key, int off) in hfs_bnode_read_key() 61 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write() 73 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16() 80 void hfs_bnode_write_u8(struct hfs_bnode *node, int off, u8 data) in hfs_bnode_write_u8() 86 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear() 117 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move() 134 void hfs_bnode_dump(struct hfs_bnode *node) in hfs_bnode_dump() [all …]
|
/Linux-v4.19/scripts/dtc/ |
D | checks.c | 76 struct node *node, in check_msg() 100 #define FAIL(c, dti, node, ...) \ argument 107 #define FAIL_PROP(c, dti, node, prop, ...) \ argument 115 static void check_nodes_props(struct check *c, struct dt_info *dti, struct node *node) in check_nodes_props() 173 struct node *node) in check_always_fail() 180 struct node *node) in check_is_string() 198 struct node *node) in check_is_string_list() 227 struct node *node) in check_is_cell() 249 struct node *node) in check_duplicate_node_names() 263 struct node *node) in check_duplicate_property_names() [all …]
|
D | livetree.c | 128 struct node *name_node(struct node *node, char *name) in name_node() 137 struct node *omit_node_if_unused(struct node *node) in omit_node_if_unused() 144 struct node *reference_node(struct node *node) in reference_node() 236 struct node *node; in add_orphan_node() local 270 void add_property(struct node *node, struct property *prop) in add_property() 283 void delete_property_by_name(struct node *node, char *name) in delete_property_by_name() 318 struct node *node = parent->children; in delete_node_by_name() local 329 void delete_node(struct node *node) in delete_node() 342 void append_to_property(struct node *node, in append_to_property() 417 const char *get_unitname(struct node *node) in get_unitname() [all …]
|
D | dtc.h | 154 struct node { struct 158 struct node *children; argument 160 struct node *parent; argument 161 struct node *next_sibling; argument 163 char *fullpath; 164 int basenamelen; 166 cell_t phandle; 167 int addr_cells, size_cells; 169 struct label *labels; 170 const struct bus_type *bus; [all …]
|
/Linux-v4.19/fs/hfsplus/ |
D | bnode.c | 22 void hfs_bnode_read(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_read() 43 u16 hfs_bnode_read_u16(struct hfs_bnode *node, int off) in hfs_bnode_read_u16() 51 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8() 59 void hfs_bnode_read_key(struct hfs_bnode *node, void *key, int off) in hfs_bnode_read_key() 75 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write() 98 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16() 105 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear() 185 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move() 298 void hfs_bnode_dump(struct hfs_bnode *node) in hfs_bnode_dump() 335 void hfs_bnode_unlink(struct hfs_bnode *node) in hfs_bnode_unlink() [all …]
|
/Linux-v4.19/drivers/clk/sunxi/ |
D | clk-sunxi.c | 564 static struct clk * __init sunxi_factors_clk_setup(struct device_node *node, in sunxi_factors_clk_setup() 579 static void __init sun4i_pll1_clk_setup(struct device_node *node) in sun4i_pll1_clk_setup() 586 static void __init sun6i_pll1_clk_setup(struct device_node *node) in sun6i_pll1_clk_setup() 593 static void __init sun8i_pll1_clk_setup(struct device_node *node) in sun8i_pll1_clk_setup() 600 static void __init sun7i_pll4_clk_setup(struct device_node *node) in sun7i_pll4_clk_setup() 607 static void __init sun5i_ahb_clk_setup(struct device_node *node) in sun5i_ahb_clk_setup() 614 static void __init sun6i_ahb1_clk_setup(struct device_node *node) in sun6i_ahb1_clk_setup() 621 static void __init sun4i_apb1_clk_setup(struct device_node *node) in sun4i_apb1_clk_setup() 628 static void __init sun7i_out_clk_setup(struct device_node *node) in sun7i_out_clk_setup() 658 static struct clk * __init sunxi_mux_clk_setup(struct device_node *node, in sunxi_mux_clk_setup() [all …]
|
/Linux-v4.19/arch/powerpc/platforms/powermac/ |
D | feature.c | 141 static inline int simple_feature_tweak(struct device_node *node, int type, in simple_feature_tweak() 163 static long ohare_htw_scc_enable(struct device_node *node, long param, in ohare_htw_scc_enable() 256 static long ohare_floppy_enable(struct device_node *node, long param, in ohare_floppy_enable() 263 static long ohare_mesh_enable(struct device_node *node, long param, long value) in ohare_mesh_enable() 269 static long ohare_ide_enable(struct device_node *node, long param, long value) in ohare_ide_enable() 289 static long ohare_ide_reset(struct device_node *node, long param, long value) in ohare_ide_reset() 303 static long ohare_sleep_state(struct device_node *node, long param, long value) in ohare_sleep_state() 318 static long heathrow_modem_enable(struct device_node *node, long param, in heathrow_modem_enable() 362 static long heathrow_floppy_enable(struct device_node *node, long param, in heathrow_floppy_enable() 371 static long heathrow_mesh_enable(struct device_node *node, long param, in heathrow_mesh_enable() [all …]
|
/Linux-v4.19/lib/ |
D | radix-tree.c | 106 bool is_sibling_entry(const struct radix_tree_node *parent, void *node) in is_sibling_entry() 114 bool is_sibling_entry(const struct radix_tree_node *parent, void *node) in is_sibling_entry() 152 static inline void tag_set(struct radix_tree_node *node, unsigned int tag, in tag_set() 158 static inline void tag_clear(struct radix_tree_node *node, unsigned int tag, in tag_clear() 164 static inline int tag_get(const struct radix_tree_node *node, unsigned int tag, in tag_get() 204 static inline int any_tag_set(const struct radix_tree_node *node, in any_tag_set() 215 static inline void all_tag_set(struct radix_tree_node *node, unsigned int tag) in all_tag_set() 232 radix_tree_find_next_bit(struct radix_tree_node *node, unsigned int tag, in radix_tree_find_next_bit() 268 static inline unsigned long node_maxindex(const struct radix_tree_node *node) in node_maxindex() 274 const struct radix_tree_node *node, in next_index() [all …]
|
D | rbtree.c | 97 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert() 246 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local 440 static inline void dummy_propagate(struct rb_node *node, struct rb_node *stop) {} in dummy_propagate() 450 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color() 456 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase() 466 void rb_insert_color_cached(struct rb_node *node, in rb_insert_color_cached() 474 void rb_erase_cached(struct rb_node *node, struct rb_root_cached *root) in rb_erase_cached() 491 void __rb_insert_augmented(struct rb_node *node, struct rb_root *root, in __rb_insert_augmented() 528 struct rb_node *rb_next(const struct rb_node *node) in rb_next() 560 struct rb_node *rb_prev(const struct rb_node *node) in rb_prev() [all …]
|
/Linux-v4.19/kernel/gcov/ |
D | fs.c | 146 static struct gcov_info *get_node_info(struct gcov_node *node) in get_node_info() 158 static struct gcov_info *get_accumulated_info(struct gcov_node *node) in get_accumulated_info() 181 struct gcov_node *node = inode->i_private; in gcov_seq_open() local 241 struct gcov_node *node; in get_node_by_name() local 256 static void reset_node(struct gcov_node *node) in reset_node() 278 struct gcov_node *node; in gcov_seq_write() local 367 static void add_links(struct gcov_node *node, struct dentry *parent) in add_links() 413 static void init_node(struct gcov_node *node, struct gcov_info *info, in init_node() 435 struct gcov_node *node; in new_node() local 472 static void remove_links(struct gcov_node *node) in remove_links() [all …]
|
/Linux-v4.19/arch/ia64/mm/ |
D | discontig.c | 56 #define NODEDATA_ALIGN(addr, node) \ argument 73 int node) in build_node_maps() 99 static int __meminit early_nr_cpus_node(int node) in early_nr_cpus_node() 114 static unsigned long __meminit compute_pernodesize(int node) in compute_pernodesize() 137 static void *per_cpu_node_setup(void *cpu_data, int node) in per_cpu_node_setup() 190 int node, prev_node, unit, nr_units, rc; in setup_per_cpu_areas() local 263 static void __init fill_pernode(int node, unsigned long pernode, in fill_pernode() 318 int node) in find_pernode_space() 361 int node; in reserve_pernode_space() local 377 int node; in scatter_node_data() local [all …]
|
/Linux-v4.19/kernel/bpf/ |
D | bpf_lru_list.c | 45 static bool bpf_lru_node_is_ref(const struct bpf_lru_node *node) in bpf_lru_node_is_ref() 65 struct bpf_lru_node *node, in __bpf_lru_node_move_to_free() 86 struct bpf_lru_node *node, in __bpf_lru_node_move_in() 104 struct bpf_lru_node *node, in __bpf_lru_node_move() 146 struct bpf_lru_node *node, *tmp_node, *first_node; in __bpf_lru_list_rotate_active() local 174 struct bpf_lru_node *node; in __bpf_lru_list_rotate_inactive() local 216 struct bpf_lru_node *node, *tmp_node; in __bpf_lru_list_shrink_inactive() local 265 struct bpf_lru_node *node, *tmp_node; in __bpf_lru_list_shrink() local 296 struct bpf_lru_node *node, *tmp_node; in __local_list_flush() local 309 struct bpf_lru_node *node) in bpf_lru_list_push_free() [all …]
|
/Linux-v4.19/include/asm-generic/ |
D | topology.h | 38 #define set_numa_node(node) argument 41 #define set_cpu_numa_node(cpu, node) argument 49 #define cpumask_of_node(node) ((node) == 0 ? cpu_online_mask : cpu_none_mask) argument 51 #define cpumask_of_node(node) ((void)node, cpu_online_mask) argument 69 #define set_numa_mem(node) argument 72 #define set_cpu_numa_mem(cpu, node) argument
|
/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | sun4i_drv.c | 168 static bool sun4i_drv_node_is_connector(struct device_node *node) in sun4i_drv_node_is_connector() 173 static bool sun4i_drv_node_is_frontend(struct device_node *node) in sun4i_drv_node_is_frontend() 183 static bool sun4i_drv_node_is_deu(struct device_node *node) in sun4i_drv_node_is_deu() 188 static bool sun4i_drv_node_is_supported_frontend(struct device_node *node) in sun4i_drv_node_is_supported_frontend() 196 static bool sun4i_drv_node_is_tcon(struct device_node *node) in sun4i_drv_node_is_tcon() 201 static bool sun4i_drv_node_is_tcon_with_ch0(struct device_node *node) in sun4i_drv_node_is_tcon_with_ch0() 217 static bool sun4i_drv_node_is_tcon_top(struct device_node *node) in sun4i_drv_node_is_tcon_top() 258 struct device_node *node, in sun4i_drv_traverse_endpoints() 318 struct device_node *node) in sun4i_drv_add_endpoints()
|
/Linux-v4.19/mm/ |
D | sparse-vmemmap.c | 40 static void * __ref __earlyonly_bootmem_alloc(int node, in __earlyonly_bootmem_alloc() 49 void * __meminit vmemmap_alloc_block(unsigned long size, int node) in vmemmap_alloc_block() 74 void * __meminit vmemmap_alloc_block_buf(unsigned long size, int node) in vmemmap_alloc_block_buf() 132 void __meminit vmemmap_verify(pte_t *pte, int node, in vmemmap_verify() 143 pte_t * __meminit vmemmap_pte_populate(pmd_t *pmd, unsigned long addr, int node) in vmemmap_pte_populate() 157 static void * __meminit vmemmap_alloc_block_zero(unsigned long size, int node) in vmemmap_alloc_block_zero() 168 pmd_t * __meminit vmemmap_pmd_populate(pud_t *pud, unsigned long addr, int node) in vmemmap_pmd_populate() 180 pud_t * __meminit vmemmap_pud_populate(p4d_t *p4d, unsigned long addr, int node) in vmemmap_pud_populate() 192 p4d_t * __meminit vmemmap_p4d_populate(pgd_t *pgd, unsigned long addr, int node) in vmemmap_p4d_populate() 204 pgd_t * __meminit vmemmap_pgd_populate(unsigned long addr, int node) in vmemmap_pgd_populate() [all …]
|
/Linux-v4.19/include/linux/ |
D | of_graph.h | 59 static inline int of_graph_parse_endpoint(const struct device_node *node, in of_graph_parse_endpoint() 71 struct device_node *node, u32 id) in of_graph_get_port_by_id() 90 const struct device_node *node) in of_graph_get_remote_endpoint() 96 struct device_node *node) in of_graph_get_port_parent() 102 const struct device_node *node) in of_graph_get_remote_port_parent() 108 const struct device_node *node) in of_graph_get_remote_port() 113 const struct device_node *node, in of_graph_get_remote_node()
|
D | topology.h | 38 #define nr_cpus_node(node) cpumask_weight(cpumask_of_node(node)) argument 41 #define for_each_node_with_cpus(node) \ argument 85 static inline void set_numa_node(int node) in set_numa_node() 92 static inline void set_cpu_numa_node(int cpu, int node) in set_cpu_numa_node() 121 static inline void set_numa_mem(int node) in set_numa_mem() 129 static inline int node_to_mem_node(int node) in node_to_mem_node() 151 static inline void set_cpu_numa_mem(int cpu, int node) in set_cpu_numa_mem() 169 static inline int node_to_mem_node(int node) in node_to_mem_node()
|
D | rbtree_latch.h | 41 struct rb_node node[2]; member 70 __lt_from_rb(struct rb_node *node, int idx) in __lt_from_rb() 81 struct rb_node *node = <n->node[idx]; in __lt_insert() local 107 int (*comp)(void *key, struct latch_tree_node *node)) in __lt_find() 109 struct rb_node *node = rcu_dereference_raw(ltr->tree[idx].rb_node); in __lt_find() local 144 latch_tree_insert(struct latch_tree_node *node, in latch_tree_insert() 171 latch_tree_erase(struct latch_tree_node *node, in latch_tree_erase() 203 struct latch_tree_node *node; in latch_tree_find() local
|
/Linux-v4.19/tools/lib/ |
D | rbtree.c | 72 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert() 204 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local 376 static inline void dummy_propagate(struct rb_node *node, struct rb_node *stop) {} in dummy_propagate() 384 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color() 389 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase() 404 void __rb_insert_augmented(struct rb_node *node, struct rb_root *root, in __rb_insert_augmented() 437 struct rb_node *rb_next(const struct rb_node *node) in rb_next() 468 struct rb_node *rb_prev(const struct rb_node *node) in rb_prev() 512 static struct rb_node *rb_left_deepest_node(const struct rb_node *node) in rb_left_deepest_node() 524 struct rb_node *rb_next_postorder(const struct rb_node *node) in rb_next_postorder()
|