Home
last modified time | relevance | path

Searched refs:get_opp_count (Results 1 – 4 of 4) sorted by relevance

/SCP-firmware-master/module/dvfs/include/
A Dmod_dvfs.h140 int (*get_opp_count)(fwk_id_t domain_id, size_t *opp_count); member
/SCP-firmware-master/module/scmi_perf/src/
A Dmod_scmi_perf.c799 status = scmi_perf_ctx.dvfs_api->get_opp_count(domain_id, &opp_count); in scmi_perf_describe_levels_handler()
2029 status = scmi_perf_ctx.dvfs_api->get_opp_count(domain_id,
2075 status = scmi_perf_ctx.dvfs_api->get_opp_count(domain_id, &opp_count);
/SCP-firmware-master/module/dvfs/src/
A Dmod_dvfs.c577 .get_opp_count = dvfs_get_opp_count,
/SCP-firmware-master/module/scmi_perf/test/
A Dmod_scmi_perf_unit_test.c57 .get_opp_count = mod_dvfs_domain_api_get_opp_count,

Completed in 11 milliseconds