Searched refs:resume_work (Results 1 – 14 of 14) sorted by relevance
| /drivers/iio/accel/ |
| A D | bmc150-accel-i2c.c | 109 container_of(work, struct bmc150_accel_data, resume_work.work); in bmc150_acpi_resume_work() 122 schedule_delayed_work(&data->resume_work, msecs_to_jiffies(1000)); in bmc150_acpi_resume_handler() 155 INIT_DELAYED_WORK(&data->resume_work, bmc150_acpi_resume_work); in bmc150_acpi_dual_accel_probe() 165 cancel_delayed_work_sync(&data->resume_work); in bmc150_acpi_dual_accel_remove()
|
| A D | bmc150-accel.h | 85 struct delayed_work resume_work; member
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_userq.c | 145 flush_delayed_work(&uq_mgr->resume_work); in amdgpu_userq_ensure_ev_fence() 157 schedule_delayed_work(&uq_mgr->resume_work, 0); in amdgpu_userq_ensure_ev_fence() 305 cancel_delayed_work_sync(&uq_mgr->resume_work); in amdgpu_userq_destroy() 720 struct amdgpu_userq_mgr *uq_mgr = work_to_uq_mgr(work, resume_work.work); in amdgpu_userq_restore_worker() 810 cancel_delayed_work_sync(&uq_mgr->resume_work); in amdgpu_userq_evict() 815 schedule_delayed_work(&uq_mgr->resume_work, 0); in amdgpu_userq_evict() 830 INIT_DELAYED_WORK(&userq_mgr->resume_work, amdgpu_userq_restore_worker); in amdgpu_userq_mgr_init() 841 cancel_delayed_work_sync(&userq_mgr->resume_work); in amdgpu_userq_mgr_fini() 876 cancel_delayed_work_sync(&uqm->resume_work); in amdgpu_userq_suspend() 932 cancel_delayed_work_sync(&uqm->resume_work); in amdgpu_userq_stop_sched_for_enforce_isolation()
|
| A D | amdgpu_userq.h | 88 struct delayed_work resume_work; member
|
| /drivers/gpu/drm/xe/ |
| A D | xe_hw_engine_group.c | 19 struct xe_hw_engine_group *group = container_of(w, struct xe_hw_engine_group, resume_work); in hw_engine_group_resume_lr_jobs_func() 60 INIT_WORK(&group->resume_work, hw_engine_group_resume_lr_jobs_func); in hw_engine_group_alloc() 185 queue_work(group->resume_wq, &group->resume_work); in xe_hw_engine_group_resume_faulting_lr_jobs()
|
| A D | xe_hw_engine_group_types.h | 38 struct work_struct resume_work; member
|
| /drivers/net/wireless/marvell/libertas/ |
| A D | if_spi.c | 60 struct work_struct resume_work; member 1079 card = container_of(work, struct if_spi_card, resume_work); in if_spi_resume_worker() 1162 INIT_WORK(&card->resume_work, if_spi_resume_worker); in if_spi_probe() 1207 cancel_work_sync(&card->resume_work); in libertas_spi_remove() 1243 schedule_work(&card->resume_work); in if_spi_resume()
|
| /drivers/hid/intel-ish-hid/ipc/ |
| A D | pci-ish.c | 373 static __maybe_unused DECLARE_WORK(resume_work, ish_resume_handler); 390 schedule_work(&resume_work); in ish_resume()
|
| /drivers/hid/intel-ish-hid/ |
| A D | ishtp-hid.h | 141 struct work_struct resume_work; member
|
| A D | ishtp-hid-client.c | 756 struct ishtp_cl_data *client_data = container_of(work, struct ishtp_cl_data, resume_work); in hid_ishtp_cl_resume_handler() 803 INIT_WORK(&client_data->resume_work, hid_ishtp_cl_resume_handler); in hid_ishtp_cl_probe() 902 schedule_work(&client_data->resume_work); in hid_ishtp_cl_resume()
|
| /drivers/gpu/drm/ |
| A D | drm_fb_helper.c | 356 resume_work); in drm_fb_helper_resume_worker() 436 INIT_WORK(&helper->resume_work, drm_fb_helper_resume_worker); in drm_fb_helper_prepare() 594 cancel_work_sync(&fb_helper->resume_work); in drm_fb_helper_fini() 794 flush_work(&fb_helper->resume_work); in drm_fb_helper_set_suspend_unlocked() 807 schedule_work(&fb_helper->resume_work); in drm_fb_helper_set_suspend_unlocked()
|
| /drivers/usb/typec/ucsi/ |
| A D | ucsi.c | 1856 struct ucsi *ucsi = container_of(work, struct ucsi, resume_work); in ucsi_resume_work() 1879 queue_work(system_long_wq, &ucsi->resume_work); in ucsi_resume() 1977 INIT_WORK(&ucsi->resume_work, ucsi_resume_work); in ucsi_create() 2043 cancel_work_sync(&ucsi->resume_work); in ucsi_unregister()
|
| A D | ucsi.h | 456 struct work_struct resume_work; member
|
| /drivers/ufs/core/ |
| A D | ufshcd.c | 1537 clk_scaling.resume_work); in ufshcd_clk_scaling_resume_work() 1745 cancel_work_sync(&hba->clk_scaling.resume_work); in ufshcd_suspend_clkscaling() 1870 INIT_WORK(&hba->clk_scaling.resume_work, in ufshcd_init_clk_scaling() 2248 &hba->clk_scaling.resume_work); in ufshcd_clk_scaling_start_busy()
|
Completed in 47 milliseconds