Lines Matching defs:dtb
26 int fdt_read_uint32_array(const void *dtb, int node, const char *prop_name, in fdt_read_uint32_array()
57 int fdt_read_uint32(const void *dtb, int node, const char *prop_name, in fdt_read_uint32()
63 uint32_t fdt_read_uint32_default(const void *dtb, int node, in fdt_read_uint32_default()
76 int fdt_read_uint64(const void *dtb, int node, const char *prop_name, in fdt_read_uint64()
96 int fdtw_read_bytes(const void *dtb, int node, const char *prop, in fdtw_read_bytes()
131 int fdtw_read_string(const void *dtb, int node, const char *prop, in fdtw_read_string()
162 int fdtw_read_uuid(const void *dtb, int node, const char *prop, in fdtw_read_uuid()
195 int fdtw_write_inplace_cells(void *dtb, int node, const char *prop, in fdtw_write_inplace_cells()
230 int fdtw_write_inplace_bytes(void *dtb, int node, const char *prop, in fdtw_write_inplace_bytes()
278 int fdt_get_reg_props_by_index(const void *dtb, int node, int index, in fdt_get_reg_props_by_index()
322 int fdt_get_reg_props_by_name(const void *dtb, int node, const char *name, in fdt_get_reg_props_by_name()
340 int fdt_get_stdout_node_offset(const void *dtb) in fdt_get_stdout_node_offset()
425 static uint64_t fdtw_search_all_xlat_entries(const void *dtb, in fdtw_search_all_xlat_entries()
528 uint64_t fdtw_translate_address(const void *dtb, int node, in fdtw_translate_address()
586 int fdtw_for_each_cpu(const void *dtb, in fdtw_for_each_cpu()
587 int (*callback)(const void *dtb, int node, uintptr_t mpidr)) in fdtw_for_each_cpu()