Searched refs:resume_work (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/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 | 84 struct delayed_work resume_work; member
|
/linux-6.3-rc2/drivers/hid/intel-ish-hid/ipc/ |
A D | pci-ish.c | 358 static __maybe_unused DECLARE_WORK(resume_work, ish_resume_handler); 382 schedule_work(&resume_work); in ish_resume()
|
/linux-6.3-rc2/drivers/hid/intel-ish-hid/ |
A D | ishtp-hid.h | 138 struct work_struct resume_work; member
|
A D | ishtp-hid-client.c | 792 struct ishtp_cl_data *client_data = container_of(work, struct ishtp_cl_data, resume_work); in hid_ishtp_cl_resume_handler() 839 INIT_WORK(&client_data->resume_work, hid_ishtp_cl_resume_handler); in hid_ishtp_cl_probe() 940 schedule_work(&client_data->resume_work); in hid_ishtp_cl_resume()
|
/linux-6.3-rc2/drivers/net/wireless/marvell/libertas/ |
A D | if_spi.c | 60 struct work_struct resume_work; member 1077 card = container_of(work, struct if_spi_card, resume_work); in if_spi_resume_worker() 1160 INIT_WORK(&card->resume_work, if_spi_resume_worker); in if_spi_probe() 1205 cancel_work_sync(&card->resume_work); in libertas_spi_remove() 1241 schedule_work(&card->resume_work); in if_spi_resume()
|
/linux-6.3-rc2/include/drm/ |
A D | drm_fb_helper.h | 145 struct work_struct resume_work; member
|
/linux-6.3-rc2/drivers/usb/typec/ucsi/ |
A D | ucsi.c | 1415 struct ucsi *ucsi = container_of(work, struct ucsi, resume_work); in ucsi_resume_work() 1438 queue_work(system_long_wq, &ucsi->resume_work); in ucsi_resume() 1498 INIT_WORK(&ucsi->resume_work, ucsi_resume_work); in ucsi_create() 1553 cancel_work_sync(&ucsi->resume_work); in ucsi_unregister()
|
A D | ucsi.h | 290 struct work_struct resume_work; member
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_fb_helper.c | 365 resume_work); in drm_fb_helper_resume_worker() 445 INIT_WORK(&helper->resume_work, drm_fb_helper_resume_worker); in drm_fb_helper_prepare() 574 cancel_work_sync(&fb_helper->resume_work); in drm_fb_helper_fini() 1108 flush_work(&fb_helper->resume_work); in drm_fb_helper_set_suspend_unlocked() 1121 schedule_work(&fb_helper->resume_work); in drm_fb_helper_set_suspend_unlocked()
|
/linux-6.3-rc2/include/ufs/ |
A D | ufshcd.h | 434 struct work_struct resume_work; member
|
/linux-6.3-rc2/drivers/ufs/core/ |
A D | ufshcd.c | 1387 clk_scaling.resume_work); in ufshcd_clk_scaling_resume_work() 1581 cancel_work_sync(&hba->clk_scaling.resume_work); in ufshcd_suspend_clkscaling() 1689 INIT_WORK(&hba->clk_scaling.resume_work, in ufshcd_init_clk_scaling() 2096 &hba->clk_scaling.resume_work); in ufshcd_clk_scaling_start_busy()
|
Completed in 42 milliseconds