Home
last modified time | relevance | path

Searched refs:disable_work (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/regulator/
A Ddriver.h636 struct delayed_work disable_work; member
/linux/include/linux/
A Dworkqueue.h611 extern bool disable_work(struct work_struct *work);
/linux/drivers/regulator/
A Dcore.c3133 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()
/linux/kernel/
A Dworkqueue.c4427 bool disable_work(struct work_struct *work) in disable_work() function
4431 EXPORT_SYMBOL_GPL(disable_work);

Completed in 34 milliseconds