Home
last modified time | relevance | path

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

/linux/drivers/iio/accel/
H A Dbmc150-accel-i2c.c109 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()
H A Dbmc150-accel.h86 struct delayed_work resume_work; member
/linux/drivers/gpu/drm/xe/
H A Dxe_hw_engine_group_types.h38 struct work_struct resume_work; member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_userq.c481 flush_delayed_work(&uq_mgr->resume_work); in amdgpu_userq_ensure_ev_fence()
492 schedule_delayed_work(&uq_mgr->resume_work, 0); in amdgpu_userq_ensure_ev_fence()
637 cancel_delayed_work_sync(&uq_mgr->resume_work); in amdgpu_userq_destroy()
1237 struct amdgpu_userq_mgr *uq_mgr = work_to_uq_mgr(work, resume_work.work); in amdgpu_userq_restore_worker()
1328 INIT_DELAYED_WORK(&userq_mgr->resume_work, amdgpu_userq_restore_worker); in amdgpu_userq_mgr_init()
1334 cancel_delayed_work_sync(&userq_mgr->resume_work); in amdgpu_userq_mgr_cancel_resume()
1373 cancel_delayed_work_sync(&uqm->resume_work); in amdgpu_userq_suspend()
1429 cancel_delayed_work_sync(&uqm->resume_work); in amdgpu_userq_stop_sched_for_enforce_isolation()
1512 cancel_delayed_work_sync(&uqm->resume_work); in amdgpu_userq_pre_reset()
H A Damdgpu_userq.h106 struct delayed_work resume_work; member
/linux/drivers/net/wireless/marvell/libertas/
H A Dif_spi.c60 struct work_struct resume_work; member
1079 card = container_of(work, struct if_spi_card, resume_work); in if_spi_resume_worker()
1163 INIT_WORK(&card->resume_work, if_spi_resume_worker); in if_spi_probe()
1208 cancel_work_sync(&card->resume_work); in libertas_spi_remove()
1244 schedule_work(&card->resume_work); in if_spi_resume()
/linux/drivers/hid/intel-ish-hid/ipc/
H A Dpci-ish.c386 static __maybe_unused DECLARE_WORK(resume_work, ish_resume_handler);
407 queue_work(dev->unbound_wq, &resume_work); in ish_resume()
/linux/include/drm/
H A Ddrm_fb_helper.h155 struct work_struct resume_work; member
/linux/drivers/hid/intel-ish-hid/
H A Dishtp-hid-client.c757 struct ishtp_cl_data *client_data = container_of(work, struct ishtp_cl_data, resume_work); in hid_ishtp_cl_resume_handler()
814 INIT_WORK(&client_data->resume_work, hid_ishtp_cl_resume_handler); in hid_ishtp_cl_probe()
913 queue_work(ishtp_get_workqueue(cl_device), &client_data->resume_work); in hid_ishtp_cl_resume()
/linux/drivers/gpu/drm/
H A Ddrm_fb_helper.c221 resume_work); in drm_fb_helper_resume_worker()
307 INIT_WORK(&helper->resume_work, drm_fb_helper_resume_worker); in drm_fb_helper_prepare()
425 cancel_work_sync(&fb_helper->resume_work); in drm_fb_helper_fini()
614 flush_work(&fb_helper->resume_work); in drm_fb_helper_set_suspend_unlocked()
634 schedule_work(&fb_helper->resume_work); in drm_fb_helper_set_suspend_unlocked()
/linux/drivers/usb/typec/ucsi/
H A Ducsi.c1945 struct ucsi *ucsi = container_of(work, struct ucsi, resume_work); in ucsi_resume_work()
1968 queue_work(system_long_wq, &ucsi->resume_work); in ucsi_resume()
2066 INIT_WORK(&ucsi->resume_work, ucsi_resume_work); in ucsi_create()
2132 cancel_work_sync(&ucsi->resume_work); in ucsi_unregister()