Home
last modified time | relevance | path

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

/trueos/sys/contrib/libfdt/
HDlibfdt.h459 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w()
544 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w()
882 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32()
917 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, in fdt_setprop_inplace_u64()
929 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell()
1154 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32()
1189 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64()
1201 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell()
1235 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument
1296 static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, in fdt_appendprop_u32()
[all …]
HDfdt_ro.c201 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name()
221 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset()
285 int nodeoffset, in fdt_get_property()
292 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen()
317 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop()
323 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle()
357 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path()
409 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset()
445 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth()
456 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset()
[all …]
HDfdt_wip.c58 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace()
83 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property()
107 int fdt_nop_node(void *fdt, int nodeoffset) in fdt_nop_node()
HDfdt_rw.c205 static int _fdt_resize_property(void *fdt, int nodeoffset, const char *name, in _fdt_resize_property()
223 static int _fdt_add_property(void *fdt, int nodeoffset, const char *name, in _fdt_add_property()
251 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name()
274 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop()
292 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop()
319 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop()
380 int fdt_del_node(void *fdt, int nodeoffset) in fdt_del_node()
/trueos/contrib/dtc/libfdt/
HDlibfdt.h481 static inline struct fdt_property *fdt_get_property_w(void *fdt, int nodeoffset, in fdt_get_property_w()
566 static inline void *fdt_getprop_w(void *fdt, int nodeoffset, in fdt_getprop_w()
918 static inline int fdt_setprop_inplace_u32(void *fdt, int nodeoffset, in fdt_setprop_inplace_u32()
953 static inline int fdt_setprop_inplace_u64(void *fdt, int nodeoffset, in fdt_setprop_inplace_u64()
965 static inline int fdt_setprop_inplace_cell(void *fdt, int nodeoffset, in fdt_setprop_inplace_cell()
1191 static inline int fdt_setprop_u32(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u32()
1226 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64()
1238 static inline int fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, in fdt_setprop_cell()
1272 #define fdt_setprop_string(fdt, nodeoffset, name, str) \ argument
1333 static inline int fdt_appendprop_u32(void *fdt, int nodeoffset, in fdt_appendprop_u32()
[all …]
HDfdt_ro.c201 const char *fdt_get_name(const void *fdt, int nodeoffset, int *len) in fdt_get_name()
221 int fdt_first_property_offset(const void *fdt, int nodeoffset) in fdt_first_property_offset()
285 int nodeoffset, in fdt_get_property()
292 const void *fdt_getprop_namelen(const void *fdt, int nodeoffset, in fdt_getprop_namelen()
317 const void *fdt_getprop(const void *fdt, int nodeoffset, in fdt_getprop()
323 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset) in fdt_get_phandle()
357 int fdt_get_path(const void *fdt, int nodeoffset, char *buf, int buflen) in fdt_get_path()
409 int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, in fdt_supernode_atdepth_offset()
445 int fdt_node_depth(const void *fdt, int nodeoffset) in fdt_node_depth()
456 int fdt_parent_offset(const void *fdt, int nodeoffset) in fdt_parent_offset()
[all …]
HDfdt_wip.c58 int fdt_setprop_inplace(void *fdt, int nodeoffset, const char *name, in fdt_setprop_inplace()
83 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property()
107 int fdt_nop_node(void *fdt, int nodeoffset) in fdt_nop_node()
HDfdt_rw.c205 static int _fdt_resize_property(void *fdt, int nodeoffset, const char *name, in _fdt_resize_property()
223 static int _fdt_add_property(void *fdt, int nodeoffset, const char *name, in _fdt_add_property()
251 int fdt_set_name(void *fdt, int nodeoffset, const char *name) in fdt_set_name()
274 int fdt_setprop(void *fdt, int nodeoffset, const char *name, in fdt_setprop()
292 int fdt_appendprop(void *fdt, int nodeoffset, const char *name, in fdt_appendprop()
319 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop()
380 int fdt_del_node(void *fdt, int nodeoffset) in fdt_del_node()
/trueos/contrib/dtc/
HDfdtput.c153 static char *realloc_property(char *fdt, int nodeoffset, in realloc_property()
/trueos/sys/contrib/octeon-sdk/
HDcvmx-helper-board.c1531 int nodeoffset; in __cvmx_helper_board_usb_get_clock_type() local
/trueos/cddl/contrib/opensolaris/lib/libuutil/common/
HDuu_avl.c66 uu_avl_pool_create(const char *name, size_t objsize, size_t nodeoffset, in uu_avl_pool_create()
HDuu_list.c64 size_t nodeoffset, uu_compare_fn_t *compare_func, uint32_t flags) in uu_list_pool_create()