Home
last modified time | relevance | path

Searched refs:resource (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/arch/arm/plat-stm32mp1/
H A Dscmi_server.c503 const struct channel_resources *resource = find_resource(channel_id); in find_clock() local
506 if (resource) { in find_clock()
507 for (n = 0; n < resource->clock_count; n++) in find_clock()
509 return &resource->clock[n]; in find_clock()
517 const struct channel_resources *resource = find_resource(channel_id); in plat_scmi_clock_count() local
519 if (!resource) in plat_scmi_clock_count()
522 return resource->clock_count; in plat_scmi_clock_count()
617 const struct channel_resources *resource = find_resource(channel_id); in find_rd() local
620 if (resource) { in find_rd()
621 for (n = 0; n < resource->rd_count; n++) in find_rd()
[all …]
/optee_os/core/drivers/
H A Dimx_sc_api.c129 static TEE_Result sc_pm_set_resource_power_mode(enum sc_resource resource, in sc_pm_set_resource_power_mode() argument
141 IMX_MU_DATA_U16(&msg, 0) = (uint16_t)resource; in sc_pm_set_resource_power_mode()
165 static TEE_Result sc_rm_assign_resource(enum sc_resource resource) in sc_rm_assign_resource() argument
183 IMX_MU_DATA_U16(&msg, 0) = (uint16_t)resource; in sc_rm_assign_resource()
H A Dstm32_rtc.c275 static bool cid1_has_access(unsigned int resource) in cid1_has_access() argument
277 uint32_t cidcfgr = io_read32(get_base() + RTC_CIDCFGR(resource)); in cid1_has_access()
/optee_os/core/arch/arm/plat-sam/
H A Dscmi_server.c1086 const struct channel_resources *resource = find_resource(channel_id); in find_rd() local
1088 if (resource && scmi_id < resource->rd_count) in find_rd()
1089 return &resource->rd[scmi_id]; in find_rd()
1122 const struct channel_resources *resource = find_resource(channel_id); in plat_scmi_rd_count() local
1124 if (!resource) in plat_scmi_rd_count()
1127 return resource->rd_count; in plat_scmi_rd_count()
/optee_os/core/arch/arm/dts/
H A Ddt_driver_test.dtsi9 * Device dt-test-consumer consumes resource, it is expected
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog597 entropy resource in gen_key example. Fixes #8809.
1613 * Fix resource leaks in mbedtls_pk_parse_public_key() in low
2224 * Fix a resource leak in a test suite with an alternative AES
2389 * Fix a resource leak in CTR_DRBG and HMAC_DRBG when MBEDTLS_THREADING_C
2397 * Fix a resource leak in a bad-arguments case of mbedtls_rsa_gen_key()
2882 denial of service (application crash or extra resource consumption).
4225 * Fix a resource leak on Windows platforms in mbedtls_x509_crt_parse_path(),
4408 * Fix a resource leak in ssl_cookie, when using MBEDTLS_THREADING_C.