Home
last modified time | relevance | path

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

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