Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_runtime_pm.h156 unsigned long pending_job; member
H A Dhif_runtime_pm.c349 gp_hif_rtpm_ctx->pending_job = 0; in hif_rtpm_open()
1110 qdf_set_bit(client_id, &gp_hif_rtpm_ctx->pending_job); in hif_rtpm_set_client_job()
1124 if (qdf_test_and_clear_bit(i, &gp_hif_rtpm_ctx->pending_job)) { in hif_rtpm_pending_job()