Searched refs:stats_len (Results 1 – 2 of 2) sorted by relevance
29 size_t *stats_len) in plat_scmi_perf_statistics_buf() argument31 *stats_len = 0; in plat_scmi_perf_statistics_buf()120 size_t stats_len = 0; in protocol_attributes() local129 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()
426 void *plat_scmi_perf_statistics_buf(unsigned int channel_id, size_t *stats_len);