Home
last modified time | relevance | path

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

12

/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dcot-binding.rst.txt59 This property is required for all non-root certificates.
61 This property is not required for root-certificates
70 This property is used to refer public key node present in
71 parent certificate node and it is required property for all
75 This property is not required for root-certificates
84 This property is used by all certificates which are
86 counter and it is an optional property.
88 This property is used to refer one of the non-volatile
108 This property provides the Object ID of public key
210 hash method. This property is used to refer hash
[all …]
A Dsdei.rst.txt184 the ``SDEI_MAPF_BOUND`` property), enumerate their properties for the GIC
A Dsecure-partition-manager.rst.txt315 The SP package identified by its UUID (matching FF-A uuid property) is
1223 the SPMC. They are differentiated primarily by the 'exception-level' property
1224 and the 'execution-ctx-count' property in the SP manifest. They are host apps
/trusted-firmware-a/docs/components/
A Dcot-binding.rst59 This property is required for all non-root certificates.
61 This property is not required for root-certificates
70 This property is used to refer public key node present in
71 parent certificate node and it is required property for all
75 This property is not required for root-certificates
84 This property is used by all certificates which are
86 counter and it is an optional property.
88 This property is used to refer one of the non-volatile
108 This property provides the Object ID of public key
210 hash method. This property is used to refer hash
[all …]
A Dsdei.rst184 the ``SDEI_MAPF_BOUND`` property), enumerate their properties for the GIC
A Dsecure-partition-manager.rst315 The SP package identified by its UUID (matching FF-A uuid property) is
1223 the SPMC. They are differentiated primarily by the 'exception-level' property
1224 and the 'execution-ctx-count' property in the SP manifest. They are host apps
/trusted-firmware-a/include/lib/libfdt/
A Dlibfdt.h141 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st() argument
143 uint8_t *bp = (uint8_t *)property; in fdt32_st()
165 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st() argument
167 uint8_t *bp = (uint8_t *)property; in fdt64_st()
610 #define fdt_for_each_property_offset(property, fdt, node) \ argument
611 for (property = fdt_first_property_offset(fdt, node); \
612 property >= 0; \
613 property = fdt_next_property_offset(fdt, property))
1092 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property);
1113 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property,
[all …]
/trusted-firmware-a/lib/libfdt/
A Dfdt_overlay.c429 int property) in overlay_fixup_phandle() argument
435 value = fdt_getprop_by_offset(fdto, property, in overlay_fixup_phandle()
513 int property; in overlay_fixup_phandles() local
527 fdt_for_each_property_offset(property, fdto, fixups_off) { in overlay_fixup_phandles()
530 ret = overlay_fixup_phandle(fdt, fdto, symbols_off, property); in overlay_fixup_phandles()
560 int property; in overlay_apply_node() local
563 fdt_for_each_property_offset(property, fdto, node) { in overlay_apply_node()
569 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()
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/fconf/
A Dindex.rst.txt10 platform specific data, allowing a "property" to be queried and a value
25 sub-namespaces: a.b.property.
33 Properties can be accessed with the ``FCONF_GET_PROPERTY(a,b,property)`` macro.
41 captures the property and stores them into a corresponding |FCONF| based C
78 #define FCONF_GET_PROPERTY(a,b,property) a##__##b##_getter(property)
90 Loading the property device tree
A Damu-bindings.rst.txt44 | | | | the ``reg`` property array of |
50 | | | | property in children of this node. |
65 | ``enable-at-el3`` | O | ``<empty>`` | The presence of this property |
/trusted-firmware-a/docs/components/fconf/
A Dindex.rst10 platform specific data, allowing a "property" to be queried and a value
25 sub-namespaces: a.b.property.
33 Properties can be accessed with the ``FCONF_GET_PROPERTY(a,b,property)`` macro.
41 captures the property and stores them into a corresponding |FCONF| based C
78 #define FCONF_GET_PROPERTY(a,b,property) a##__##b##_getter(property)
90 Loading the property device tree
A Damu-bindings.rst44 | | | | the ``reg`` property array of |
50 | | | | property in children of this node. |
65 | ``enable-at-el3`` | O | ``<empty>`` | The presence of this property |
/trusted-firmware-a/fdts/
A Dstm32mp15-bl32.dtsi8 /delete-property/ mmc0;
9 /delete-property/ mmc1;
A Dstm32mp157c-lxa-mc1.dts67 /delete-property/ bias-disable;
71 /delete-property/ bias-disable;
A Dstm32mp15-bl2.dtsi9 /delete-property/ mmc0;
A Dfvp-base-gicv3-psci-common.dtsi83 * terminology. Each interrupt property descriptor has 3 fields:
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/measured_boot/
A Devent_log.rst.txt19 can be used by Measured Boot driver. Each property is named according
27 and this property should be removed when this feature is supported.
/trusted-firmware-a/docs/components/measured_boot/
A Devent_log.rst19 can be used by Measured Boot driver. Each property is named according
27 and this property should be removed when this feature is supported.
/trusted-firmware-a/docs/_static/css/
A Dcustom.css8 * Set the white-space property of tables to normal.
/trusted-firmware-a/docs/build/TF-A_2.5/_static/css/
A Dcustom.css8 * Set the white-space property of tables to normal.
/trusted-firmware-a/services/std_svc/rmmd/trp/
A Dlinker.lds10 * different property at the same granularity. */
/trusted-firmware-a/common/
A Dfdt_wrappers.c546 const struct fdt_property *property = fdt_get_property(dtb, in fdtw_translate_address() local
549 if (property == NULL) { in fdtw_translate_address()
567 global_address = fdtw_search_all_xlat_entries(dtb, property, in fdtw_translate_address()
/trusted-firmware-a/docs/build/TF-A_2.5/_static/
A Dunderscore-1.13.1.js705 function property(path) { function
741 return property(value);
1457 return map(obj, property(key));
1933 property: property,
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/arm/fvp/
A Dindex.rst.txt395 is specified via the ``hw_config_addr`` property in `TB_FW_CONFIG for FVP`_.

Completed in 28 milliseconds

12