Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_unit_test_suspend.c43 QDF_BUG(ctx->resume_callback); in hif_ut_fw_resume_work()
44 if (!ctx->resume_callback) in hif_ut_fw_resume_work()
47 ctx->resume_callback(); in hif_ut_fw_resume_work()
48 ctx->resume_callback = NULL; in hif_ut_fw_resume_work()
81 scn->ut_suspend_ctx.resume_callback = callback; in hif_ut_apps_suspend()
97 scn->ut_suspend_ctx.resume_callback = NULL; in hif_ut_apps_resume()
Dhif_unit_test_suspend_i.h35 hif_ut_resume_callback resume_callback; member