Searched refs:disable_work (Results 1 – 4 of 4) sorted by relevance
611 extern bool disable_work(struct work_struct *work);
3139 disable_work.work); in regulator_disable_work()3153 cancel_delayed_work(&rdev->disable_work); in regulator_disable_work()3202 mod_delayed_work(system_power_efficient_wq, &rdev->disable_work, in regulator_disable_deferred()5822 INIT_DELAYED_WORK(&rdev->disable_work, regulator_disable_work); in regulator_register()5977 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);
5465 disable_work(&tp->wk.work); in rtl_init_one()