Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_runtime_pm.c140 gp_hif_rtpm_ctx->stats.last_busy_ts); in hif_rtpm_log_debug_stats()
156 gp_hif_rtpm_ctx->clients[HIF_RTPM_ID_DP]->last_busy_ts); in hif_rtpm_log_debug_stats()
161 gp_hif_rtpm_ctx->clients[HIF_RTPM_ID_CE]->last_busy_ts); in hif_rtpm_log_debug_stats()
778 gp_hif_rtpm_ctx->stats.last_busy_ts = client->put_ts; in hif_rtpm_put()
980 gp_hif_rtpm_ctx->stats.last_busy_ts = in hif_rtpm_sync_resume()
1035 rtpm_ctx->stats.last_busy_ts, in hif_rtpm_display_last_busy_hist()
1046 rtpm_ctx->clients[i]->last_busy_ts, in hif_rtpm_display_last_busy_hist()
1061 hist->last_busy_ts[cur_idx & HIF_RTPM_BUSY_HIST_MASK], in hif_rtpm_display_last_busy_hist()
1062 hist->last_busy_ts[(cur_idx + 4) & HIF_RTPM_BUSY_HIST_MASK], in hif_rtpm_display_last_busy_hist()
1063 hist->last_busy_ts[(cur_idx + 8) & HIF_RTPM_BUSY_HIST_MASK], in hif_rtpm_display_last_busy_hist()
[all …]
Dhif_runtime_pm.h78 uint64_t last_busy_ts; member
100 uint64_t last_busy_ts[HIF_RTPM_BUSY_HIST_MAX]; member
122 uint64_t last_busy_ts; member