Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_runtime_pm.c1025 struct hif_rtpm_ctx *rtpm_ctx = gp_hif_rtpm_ctx; in hif_rtpm_display_last_busy_hist() local
1035 rtpm_ctx->stats.last_busy_ts, in hif_rtpm_display_last_busy_hist()
1036 hif_rtpm_id_to_string(rtpm_ctx->stats.last_busy_id), in hif_rtpm_display_last_busy_hist()
1037 rtpm_ctx->stats.last_busy_marker); in hif_rtpm_display_last_busy_hist()
1041 if (!rtpm_ctx->clients[i] || in hif_rtpm_display_last_busy_hist()
1046 rtpm_ctx->clients[i]->last_busy_ts, in hif_rtpm_display_last_busy_hist()
1047 rtpm_ctx->clients[i]->get_ts, in hif_rtpm_display_last_busy_hist()
1048 rtpm_ctx->clients[i]->put_ts, in hif_rtpm_display_last_busy_hist()
1049 qdf_atomic_read(&rtpm_ctx->clients[i]->get_count), in hif_rtpm_display_last_busy_hist()
1050 qdf_atomic_read(&rtpm_ctx->clients[i]->put_count)); in hif_rtpm_display_last_busy_hist()