Home
last modified time | relevance | path

Searched refs:property (Results 1 – 11 of 11) sorted by relevance

/components/legacy/fdt/libfdt/
A Dlibfdt.h163 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st() argument
165 uint8_t *bp = (uint8_t *)property; in fdt32_st()
173 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st() argument
175 uint8_t *bp = (uint8_t *)property; in fdt64_st()
545 #define fdt_for_each_property_offset(property, fdt, node) \ argument
546 for (property = fdt_first_property_offset(fdt, node); \
547 property >= 0; \
548 property = fdt_next_property_offset(fdt, property))
1024 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property);
1045 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property,
[all …]
A Dfdt_ro.c565 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count() argument
570 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_count()
590 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search() argument
596 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_search()
621 const char *property, int idx, in fdt_stringlist_get() argument
627 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_get()
/components/drivers/ofw/libfdt/
A Dlibfdt.h151 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st() argument
153 uint8_t *bp = (uint8_t *)property; in fdt32_st()
175 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st() argument
177 uint8_t *bp = (uint8_t *)property; in fdt64_st()
628 #define fdt_for_each_property_offset(property, fdt, node) \ argument
629 for (property = fdt_first_property_offset(fdt, node); \
630 property >= 0; \
631 property = fdt_next_property_offset(fdt, property))
1125 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property);
1146 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property,
[all …]
A Dfdt_overlay.c414 int property) in overlay_fixup_phandle() argument
420 value = fdt_getprop_by_offset(fdto, property, in overlay_fixup_phandle()
498 int property; in overlay_fixup_phandles() local
512 fdt_for_each_property_offset(property, fdto, fixups_off) { in overlay_fixup_phandles()
515 ret = overlay_fixup_phandle(fdt, fdto, symbols_off, property); in overlay_fixup_phandles()
545 int property; in overlay_apply_node() local
548 fdt_for_each_property_offset(property, fdto, node) { in overlay_apply_node()
554 prop = fdt_getprop_by_offset(fdto, property, &name, in overlay_apply_node()
A Dfdt_ro.c723 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count() argument
728 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_count()
748 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search() argument
754 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_search()
779 const char *property, int idx, in fdt_stringlist_get() argument
785 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_get()
/components/legacy/fdt/src/
A Ddtb_base.c269 int dtb_node_stringlist_search(const struct dtb_node *node, const char *property, in dtb_node_stringlist_search() argument
272 return dtb_node_property_match_string(node, property, string); in dtb_node_stringlist_search()
275 int dtb_node_read_string_index(const struct dtb_node *node, const char *property, int index, in dtb_node_read_string_index() argument
278 return dtb_node_property_read_string_index(node, property, index, outp); in dtb_node_read_string_index()
281 int dtb_node_read_string_count(const struct dtb_node *node, const char *property) in dtb_node_read_string_count() argument
283 return dtb_node_property_count_strings(node, property); in dtb_node_read_string_count()
323 size_t dtb_node_get_addr_size(const struct dtb_node *node, const char *property, in dtb_node_get_addr_size() argument
328 const uint32_t *prop = dtb_node_get_dtb_node_property_value(node, property, &psize); in dtb_node_get_addr_size()
/components/legacy/fdt/inc/
A Ddtb_node.h346 int dtb_node_stringlist_search(const struct dtb_node *node, const char *property,
348 int dtb_node_read_string_index(const struct dtb_node *node, const char *property, int index,
350 int dtb_node_read_string_count(const struct dtb_node *node, const char *property);
356 size_t dtb_node_get_addr_size(const struct dtb_node *node, const char *property,
/components/drivers/usb/cherryusb/
A D.clang-format122 # 在ObjC的@property后添加一个空格
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile339 # getter and setter methods for a property. Setting this option to YES will make
340 # doxygen to replace the get and set methods by a property in the documentation.
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile348 # getter and setter methods for a property. Setting this option to YES will make
349 # doxygen to replace the get and set methods by a property in the documentation.
A Dlwip.Doxyfile.cmake.in348 # getter and setter methods for a property. Setting this option to YES will make
349 # doxygen to replace the get and set methods by a property in the documentation.

Completed in 26 milliseconds