Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dworkqueue.h611 extern bool disable_work(struct work_struct *work);
/linux/drivers/regulator/
H A Dcore.c3095 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()
/linux/kernel/
H A Dworkqueue.c4441 bool disable_work(struct work_struct *work) in disable_work() function
4445 EXPORT_SYMBOL_GPL(disable_work);
/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c5482 disable_work(&tp->wk.work); in rtl_init_one()