Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_runtime_pm.c180 for (i = 0; i < HIF_RTPM_ID_MAX; i++) { in hif_rtpm_log_debug_stats()
380 for (i = 0; i < HIF_RTPM_ID_MAX; i++) { in hif_rtpm_sanitize_exit()
494 if (id >= HIF_RTPM_ID_MAX || gp_hif_rtpm_ctx->clients[id]) { in hif_rtpm_register()
524 if (id >= HIF_RTPM_ID_MAX || !gp_hif_rtpm_ctx->clients[id]) { in hif_rtpm_deregister()
649 if (id >= HIF_RTPM_ID_MAX || !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()
1040 for (i = 0; i < HIF_RTPM_ID_MAX; i++) { in hif_rtpm_display_last_busy_hist()
1162 for (i = 0; i < HIF_RTPM_ID_MAX; i++) { in hif_rtpm_print_prevent_list()
H A Dhif_runtime_pm.h151 struct hif_rtpm_client *clients[HIF_RTPM_ID_MAX];
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_lock.c417 return HIF_RTPM_ID_MAX; in qdf_to_hif_convert_rtpm_id()
/wlan-driver/qca-wifi-host-cmn/hif/inc/
H A Dhif.h1411 HIF_RTPM_ID_MAX enumerator