Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_unit_test_suspend.c53 INIT_WORK(&scn->ut_suspend_ctx.resume_work, hif_ut_fw_resume_work); in hif_ut_suspend_init()
62 return test_bit(UT_SUSPENDED_BIT, &scn->ut_suspend_ctx.state); in hif_is_ut_suspended()
78 if (test_and_set_bit(UT_SUSPENDED_BIT, &scn->ut_suspend_ctx.state)) in hif_ut_apps_suspend()
81 scn->ut_suspend_ctx.resume_callback = callback; in hif_ut_apps_suspend()
94 if (!test_and_clear_bit(UT_SUSPENDED_BIT, &scn->ut_suspend_ctx.state)) in hif_ut_apps_resume()
97 scn->ut_suspend_ctx.resume_callback = NULL; in hif_ut_apps_resume()
108 if (!test_and_clear_bit(UT_SUSPENDED_BIT, &scn->ut_suspend_ctx.state)) in hif_ut_fw_resume()
111 schedule_work(&scn->ut_suspend_ctx.resume_work); in hif_ut_fw_resume()
H A Dhif_main.h423 struct hif_ut_suspend_context ut_suspend_ctx; member