Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_unit_test_suspend.c37 container_of(work, struct hif_ut_suspend_context, resume_work); in hif_ut_fw_resume_work()
53 INIT_WORK(&scn->ut_suspend_ctx.resume_work, hif_ut_fw_resume_work); in hif_ut_suspend_init()
111 schedule_work(&scn->ut_suspend_ctx.resume_work); in hif_ut_fw_resume()
H A Dhif_unit_test_suspend_i.h36 struct work_struct resume_work; member