Searched refs:disable_work (Results 1 – 5 of 5) sorted by relevance
643 struct delayed_work disable_work; member
611 extern bool disable_work(struct work_struct *work);
3159 disable_work.work); in regulator_disable_work()3173 cancel_delayed_work(&rdev->disable_work); in regulator_disable_work()3222 mod_delayed_work(system_power_efficient_wq, &rdev->disable_work, in regulator_disable_deferred()5842 INIT_DELAYED_WORK(&rdev->disable_work, regulator_disable_work); in regulator_register()5997 flush_work(&rdev->disable_work.work); in regulator_unregister()
4454 bool disable_work(struct work_struct *work) in disable_work() function4458 EXPORT_SYMBOL_GPL(disable_work);
5529 disable_work(&tp->wk.work); in rtl_init_one()