Home
last modified time | relevance | path

Searched refs:resume_work (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_vinstr.c81 * @resume_work: worker to execute on leaving suspended state
107 struct work_struct resume_work; member
1656 vinstr_ctx = container_of(data, struct kbase_vinstr_context, resume_work); in kbasep_vinstr_resume_worker()
1696 INIT_WORK(&vinstr_ctx->resume_work, kbasep_vinstr_resume_worker); in kbase_vinstr_init()
1716 flush_work(&vinstr_ctx->resume_work); in kbase_vinstr_term()
1948 schedule_work(&vinstr_ctx->resume_work); in kbase_vinstr_resume()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_vinstr.c93 * @resume_work: worker to execute on leaving suspended state
119 struct work_struct resume_work; member
1764 resume_work); in kbasep_vinstr_resume_worker()
1804 INIT_WORK(&vinstr_ctx->resume_work, kbasep_vinstr_resume_worker); in kbase_vinstr_init()
1823 flush_work(&vinstr_ctx->resume_work); in kbase_vinstr_term()
2066 schedule_work(&vinstr_ctx->resume_work); in kbase_vinstr_resume()
/device/soc/rockchip/common/vendor/drivers/power/
H A Drk817_battery.c577 struct work_struct resume_work; member
3061 INIT_WORK(&battery->resume_work, rk817_bat_resume_work); in rk817_battery_probe()
3337 struct rk817_battery_device *battery = container_of(work, struct rk817_battery_device, resume_work); in rk817_bat_resume_work()
3388 queue_work(battery->bat_monitor_wq, &battery->resume_work); in rk817_bat_pm_resume()
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/
H A Drk817_battery.c499 struct work_struct resume_work; member
3050 INIT_WORK(&battery->resume_work, rk817_bat_resume_work); in rk817_battery_probe()
3332 struct rk817_battery_device *battery = container_of(work, struct rk817_battery_device, resume_work); in rk817_bat_resume_work()
3385 queue_work(battery->bat_monitor_wq, &battery->resume_work); in rk817_bat_pm_resume()

Completed in 16 milliseconds