Lines Matching refs:clients
155 gp_hif_rtpm_ctx->clients[HIF_RTPM_ID_DP]->last_busy_cnt, 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()
160 gp_hif_rtpm_ctx->clients[HIF_RTPM_ID_CE]->last_busy_cnt, 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()
181 client = gp_hif_rtpm_ctx->clients[i]; in hif_rtpm_log_debug_stats()
381 client = gp_hif_rtpm_ctx->clients[i]; in hif_rtpm_sanitize_exit()
395 gp_hif_rtpm_ctx->clients[i] = NULL; in hif_rtpm_sanitize_exit()
494 if (id >= HIF_RTPM_ID_MAX || gp_hif_rtpm_ctx->clients[id]) { in hif_rtpm_register()
508 gp_hif_rtpm_ctx->clients[id] = client; in hif_rtpm_register()
524 if (id >= HIF_RTPM_ID_MAX || !gp_hif_rtpm_ctx->clients[id]) { in hif_rtpm_deregister()
529 client = gp_hif_rtpm_ctx->clients[id]; in hif_rtpm_deregister()
543 gp_hif_rtpm_ctx->clients[id] = NULL; in hif_rtpm_deregister()
649 if (id >= HIF_RTPM_ID_MAX || !gp_hif_rtpm_ctx->clients[id]) { in hif_rtpm_get()
654 client = gp_hif_rtpm_ctx->clients[id]; in hif_rtpm_get()
741 if (id >= HIF_RTPM_ID_MAX || !gp_hif_rtpm_ctx->clients[id]) { in hif_rtpm_put()
746 client = gp_hif_rtpm_ctx->clients[id]; in hif_rtpm_put()
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()
1090 if (gp_hif_rtpm_ctx->clients[id]) { in hif_rtpm_mark_last_busy()
1091 gp_hif_rtpm_ctx->clients[id]->last_busy_cnt++; in hif_rtpm_mark_last_busy()
1092 gp_hif_rtpm_ctx->clients[id]->last_busy_ts = in hif_rtpm_mark_last_busy()
1101 if (!gp_hif_rtpm_ctx->clients[client_id]) in hif_rtpm_set_client_job()
1107 gp_hif_rtpm_ctx->clients[client_id]->hif_rtpm_cbk) in hif_rtpm_set_client_job()
1108 gp_hif_rtpm_ctx->clients[client_id]->hif_rtpm_cbk(); in hif_rtpm_set_client_job()
1126 if (gp_hif_rtpm_ctx->clients[i]->hif_rtpm_cbk) in hif_rtpm_pending_job()
1127 gp_hif_rtpm_ctx->clients[i]->hif_rtpm_cbk(); in hif_rtpm_pending_job()
1163 client = gp_hif_rtpm_ctx->clients[i]; in hif_rtpm_print_prevent_list()