Searched refs:resume_work (Results 1 – 2 of 2) sorted by relevance
37 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()
36 struct work_struct resume_work; member