Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_runtime_pm.c370 int i, active_count; in hif_rtpm_sanitize_exit() local
383 if (qdf_atomic_read(&client->active_count)) { in hif_rtpm_sanitize_exit()
384 active_count = in hif_rtpm_sanitize_exit()
385 qdf_atomic_read(&client->active_count); in hif_rtpm_sanitize_exit()
389 while (active_count--) in hif_rtpm_sanitize_exit()
504 qdf_atomic_init(&client->active_count); in hif_rtpm_register()
517 int active_count; in hif_rtpm_deregister() local
530 if (qdf_atomic_read(&client->active_count)) { in hif_rtpm_deregister()
531 active_count = qdf_atomic_read(&client->active_count); in hif_rtpm_deregister()
538 while (active_count--) in hif_rtpm_deregister()
[all …]
H A Dhif_runtime_pm.h116 qdf_atomic_t active_count; member