Home
last modified time | relevance | path

Searched defs:nodeoffset (Results 1 – 15 of 15) sorted by relevance

/components/legacy/fdt/libfdt/
A Dlibfdt.h684 static inline void *fdt_getprop_namelen_w(void *fdt, int nodeoffset, in fdt_getprop_namelen_w()
723 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w()
1221 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32()
1256 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, in fdt_setprop_inplace_u64()
1268 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell()
1575 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument
1605 #define fdt_setprop_empty(fdt, nodeoffset, name) \ argument
1666 static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, in fdt_appendprop_u32()
1701 static inline int fdt_appendprop_u64(void *fdt, int nodeoffset, in fdt_appendprop_u64()
1713 static inline int fdt_appendprop_cell(void *fdt, int nodeoffset, in fdt_appendprop_cell()
[all …]
A Dfdt_addresses.c12 static int fdt_cells(const void *fdt, int nodeoffset, const char *name) in fdt_cells()
32 int fdt_address_cells(const void *fdt, int nodeoffset) in fdt_address_cells()
44 int fdt_size_cells(const void *fdt, int nodeoffset) in fdt_size_cells()
55 int fdt_appendprop_addrrange(void *fdt, int parent, int nodeoffset, in fdt_appendprop_addrrange()
A Dfdt_wip.c56 int fdt_setprop_inplace_namelen_partial(void *fdt, int nodeoffset, in fdt_setprop_inplace_namelen_partial()
76 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace()
102 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property()
126 int fdt_nop_node(void *fdt, int nodeoffset) in fdt_nop_node()
A Dfdt_ro.c231 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name()
251 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset()
315 int nodeoffset, in fdt_get_property()
322 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen()
347 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop()
353 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle()
439 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset()
475 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth()
486 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset()
620 const char *fdt_stringlist_get(const void *fdt, int nodeoffset, in fdt_stringlist_get()
[all …]
A Dfdt_rw.c203 static int _fdt_resize_property(void *fdt, int nodeoffset, const char *name, in _fdt_resize_property()
221 static int _fdt_add_property(void *fdt, int nodeoffset, const char *name, in _fdt_add_property()
249 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name()
272 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop()
291 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop()
318 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop()
379 int fdt_del_node(void *fdt, int nodeoffset) in fdt_del_node()
/components/drivers/ofw/libfdt/
A Dfdt_addresses.c14 static int fdt_cells(const void *fdt, int nodeoffset, const char *name) in fdt_cells()
34 int fdt_address_cells(const void *fdt, int nodeoffset) in fdt_address_cells()
46 int fdt_size_cells(const void *fdt, int nodeoffset) in fdt_size_cells()
57 int fdt_appendprop_addrrange(void *fdt, int parent, int nodeoffset, in fdt_appendprop_addrrange()
A Dlibfdt.h782 static inline void *fdt_getprop_namelen_w(void *fdt, int nodeoffset, in fdt_getprop_namelen_w()
821 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w()
1324 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32()
1359 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, in fdt_setprop_inplace_u64()
1376 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell()
1778 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument
1808 #define fdt_setprop_empty(fdt, nodeoffset, name) \ argument
1869 static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, in fdt_appendprop_u32()
1904 static inline int fdt_appendprop_u64(void *fdt, int nodeoffset, in fdt_appendprop_u64()
1922 static inline int fdt_appendprop_cell(void *fdt, int nodeoffset, in fdt_appendprop_cell()
[all …]
A Dfdt_wip.c13 int fdt_setprop_inplace_namelen_partial(void *fdt, int nodeoffset, in fdt_setprop_inplace_namelen_partial()
33 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace()
59 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property()
83 int fdt_nop_node(void *fdt, int nodeoffset) in fdt_nop_node()
A Dfdt_ro.c300 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name()
338 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset()
444 int nodeoffset, in fdt_get_property()
451 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen()
502 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop()
508 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle()
594 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset()
632 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth()
644 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset()
778 const char *fdt_stringlist_get(const void *fdt, int nodeoffset, in fdt_stringlist_get()
[all …]
A Dfdt_rw.c184 static int fdt_resize_property_(void *fdt, int nodeoffset, const char *name, in fdt_resize_property_()
202 static int fdt_add_property_(void *fdt, int nodeoffset, const char *name, in fdt_add_property_()
235 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name()
258 int fdt_setprop_placeholder(void *fdt, int nodeoffset, const char *name, in fdt_setprop_placeholder()
276 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop()
291 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop()
318 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop()
382 int fdt_del_node(void *fdt, int nodeoffset) in fdt_del_node()
A Dfdt_overlay.c636 static int get_path_len(const void *fdt, int nodeoffset) in get_path_len()
/components/drivers/include/drivers/
A Dofw_raw.h32 #define fdt_setprop_cstring(fdt, nodeoffset, name, str) \ argument
35 #define fdt_prop_cells_ops(ops, fdt, nodeoffset, prop, ...) \ argument
47 #define fdt_setprop_cells(fdt, nodeoffset, prop, ...) \ argument
50 #define fdt_appendprop_cells(fdt, nodeoffset, prop, ...) \ argument
A Dofw_fdt.h24 long nodeoffset; member
/components/drivers/ofw/
A Draw.c15 int nodeoffset; in fdt_add_subnode_possible() local
39 int fdt_setprop_uxx(void *fdt, int nodeoffset, const char *name, uint64_t val, bool is_u64) in fdt_setprop_uxx()
84 int fdt_io_addr_cells(void *fdt, int nodeoffset) in fdt_io_addr_cells()
107 int fdt_io_size_cells(void *fdt, int nodeoffset) in fdt_io_size_cells()
A Dfdt.c74 rt_uint64_t rt_fdt_translate_address(void *fdt, int nodeoffset, rt_uint64_t address) in rt_fdt_translate_address()
126 rt_bool_t rt_fdt_device_is_available(void *fdt, int nodeoffset) in rt_fdt_device_is_available()
199 static rt_err_t fdt_reserved_mem_check_root(int nodeoffset) in fdt_reserved_mem_check_root()
227 static rt_err_t fdt_reserved_memory_reg(int nodeoffset, const char *uname) in fdt_reserved_memory_reg()
272 int nodeoffset, child; in fdt_scan_reserved_memory() local
308 int nodeoffset, no; in fdt_scan_memory() local

Completed in 44 milliseconds