Searched refs:disable_work (Results 1 – 5 of 5) sorted by relevance
99 struct work_struct disable_work; member
660 container_of(data, struct kbase_device, csf.coresight.disable_work); in coresight_config_disable_all()731 queue_work(kbdev->csf.coresight.workq, &kbdev->csf.coresight.disable_work); in kbase_debug_coresight_csf_state_request()812 INIT_WORK(&kbdev->csf.coresight.disable_work, coresight_config_disable_all); in kbase_debug_coresight_csf_init()832 cancel_work_sync(&kbdev->csf.coresight.disable_work); in kbase_debug_coresight_csf_term()
468 struct delayed_work disable_work; member
2909 disable_work.work); in regulator_disable_work()2923 cancel_delayed_work(&rdev->disable_work); in regulator_disable_work()2970 mod_delayed_work(system_power_efficient_wq, &rdev->disable_work, in regulator_disable_deferred()5636 INIT_DELAYED_WORK(&rdev->disable_work, regulator_disable_work); in regulator_register()5782 flush_work(&rdev->disable_work.work); in regulator_unregister()
130 bool disable_work; member