Searched refs:resource (Results 1 – 6 of 6) sorted by relevance
503 const struct channel_resources *resource = find_resource(channel_id); in find_clock() local506 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() local519 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() local620 if (resource) { in find_rd()621 for (n = 0; n < resource->rd_count; n++) in find_rd()[all …]
129 static TEE_Result sc_pm_set_resource_power_mode(enum sc_resource resource, in sc_pm_set_resource_power_mode() argument141 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() argument183 IMX_MU_DATA_U16(&msg, 0) = (uint16_t)resource; in sc_rm_assign_resource()
275 static bool cid1_has_access(unsigned int resource) in cid1_has_access() argument277 uint32_t cidcfgr = io_read32(get_base() + RTC_CIDCFGR(resource)); in cid1_has_access()
1086 const struct channel_resources *resource = find_resource(channel_id); in find_rd() local1088 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() local1124 if (!resource) in plat_scmi_rd_count()1127 return resource->rd_count; in plat_scmi_rd_count()
9 * Device dt-test-consumer consumes resource, it is expected
597 entropy resource in gen_key example. Fixes #8809.1613 * Fix resource leaks in mbedtls_pk_parse_public_key() in low2224 * Fix a resource leak in a test suite with an alternative AES2389 * Fix a resource leak in CTR_DRBG and HMAC_DRBG when MBEDTLS_THREADING_C2397 * 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.