Searched refs:disable_work (Results 1 – 4 of 4) sorted by relevance
611 extern bool disable_work(struct work_struct *work);
3095 disable_work.work); in regulator_disable_work()3109 cancel_delayed_work(&rdev->disable_work); in regulator_disable_work()3158 mod_delayed_work(system_power_efficient_wq, &rdev->disable_work, in regulator_disable_deferred()5698 INIT_DELAYED_WORK(&rdev->disable_work, regulator_disable_work); in regulator_register()5853 flush_work(&rdev->disable_work.work); in regulator_unregister()
4441 bool disable_work(struct work_struct *work) in disable_work() function4445 EXPORT_SYMBOL_GPL(disable_work);
5482 disable_work(&tp->wk.work); in rtl_init_one()