Home
last modified time | relevance | path

Searched refs:stats_len (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/scmi-msg/
H A Dperf_domain.c29 size_t *stats_len) in plat_scmi_perf_statistics_buf() argument
31 *stats_len = 0; in plat_scmi_perf_statistics_buf()
120 size_t stats_len = 0; in protocol_attributes() local
129 stats_buf = plat_scmi_perf_statistics_buf(channel_id, &stats_len); in protocol_attributes()
130 if (stats_len) { in protocol_attributes()
133 if (stats_pa && tee_vbuf_is_non_sec(stats_buf, stats_len)) { in protocol_attributes()
134 return_values.statistics_len = stats_len; in protocol_attributes()
141 stats_buf, stats_pa, stats_len); in protocol_attributes()
/optee_os/core/include/drivers/
H A Dscmi-msg.h426 void *plat_scmi_perf_statistics_buf(unsigned int channel_id, size_t *stats_len);