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()
/linux/drivers/gpu/drm/xe/
H A Dxe_hw_engine_group.c28 struct xe_hw_engine_group *group = container_of(w, struct xe_hw_engine_group, resume_work); in hw_engine_group_resume_lr_jobs_func()
65 INIT_WORK(&group->resume_work, hw_engine_group_resume_lr_jobs_func); in hw_engine_group_alloc()
209 queue_work(group->resume_wq, &group->resume_work); in xe_hw_engine_group_resume_faulting_lr_jobs()
H A Dxe_hw_engine_group_types.h38 struct work_struct resume_work; member
/linux/drivers/hid/intel-ish-hid/ipc/
H A Dpci-ish.c367 static __maybe_unused DECLARE_WORK(resume_work, ish_resume_handler);
384 schedule_work(&resume_work); in ish_resume()
/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()
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()
/linux/drivers/hid/intel-ish-hid/
H A Dishtp-hid-client.c756 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()
/linux/include/drm/
H A Ddrm_fb_helper.h145 struct work_struct resume_work; member
/linux/drivers/usb/typec/ucsi/
H A Ducsi.c1853 struct ucsi *ucsi = container_of(work, struct ucsi, resume_work); in ucsi_resume_work()
1876 queue_work(system_long_wq, &ucsi->resume_work); in ucsi_resume()
1940 INIT_WORK(&ucsi->resume_work, ucsi_resume_work); in ucsi_create()
2006 cancel_work_sync(&ucsi->resume_work); in ucsi_unregister()
H A Ducsi.h447 struct work_struct resume_work; member
/linux/include/ufs/
H A Dufshcd.h462 struct work_struct resume_work; member
/linux/drivers/ufs/core/
H A Dufshcd.c1472 clk_scaling.resume_work); in ufshcd_clk_scaling_resume_work()
1680 cancel_work_sync(&hba->clk_scaling.resume_work); in ufshcd_suspend_clkscaling()
1788 INIT_WORK(&hba->clk_scaling.resume_work, in ufshcd_init_clk_scaling()
2166 &hba->clk_scaling.resume_work); in ufshcd_clk_scaling_start_busy()