Searched refs:disable_work (Results 1 – 4 of 4) sorted by relevance
636 struct delayed_work disable_work; member
611 extern bool disable_work(struct work_struct *work);
3133 disable_work.work); in regulator_disable_work()3147 cancel_delayed_work(&rdev->disable_work); in regulator_disable_work()3196 mod_delayed_work(system_power_efficient_wq, &rdev->disable_work, in regulator_disable_deferred()5725 INIT_DELAYED_WORK(&rdev->disable_work, regulator_disable_work); in regulator_register()5881 flush_work(&rdev->disable_work.work); in regulator_unregister()
4427 bool disable_work(struct work_struct *work) in disable_work() function4431 EXPORT_SYMBOL_GPL(disable_work);