Searched refs:cm_monitor_work (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | charger-manager.c | 89 static struct delayed_work cm_monitor_work; /* init at driver add */ variable 680 * occur before the currently scheduled one. If @cm_monitor_work in _setup_polling() 687 mod_delayed_work(cm_wq, &cm_monitor_work, polling_jiffy); in _setup_polling() 690 if (queue_delayed_work(cm_wq, &cm_monitor_work, polling_jiffy)) in _setup_polling() 933 cancel_delayed_work(&cm_monitor_work); in charger_extcon_work() 934 queue_delayed_work(cm_wq, &cm_monitor_work, 0); in charger_extcon_work() 1646 cancel_delayed_work_sync(&cm_monitor_work); in charger_manager_remove() 1705 cancel_delayed_work_sync(&cm_monitor_work); in cm_suspend_prepare() 1756 INIT_DELAYED_WORK(&cm_monitor_work, cm_monitor_poller); in charger_manager_init()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | charger-manager.c | 89 static struct delayed_work cm_monitor_work; /* init at driver add */ variable 680 * occur before the currently scheduled one. If @cm_monitor_work in _setup_polling() 687 mod_delayed_work(cm_wq, &cm_monitor_work, polling_jiffy); in _setup_polling() 690 if (queue_delayed_work(cm_wq, &cm_monitor_work, polling_jiffy)) in _setup_polling() 933 cancel_delayed_work(&cm_monitor_work); in charger_extcon_work() 934 queue_delayed_work(cm_wq, &cm_monitor_work, 0); in charger_extcon_work() 1643 cancel_delayed_work_sync(&cm_monitor_work); in charger_manager_remove() 1702 cancel_delayed_work_sync(&cm_monitor_work); in cm_suspend_prepare() 1753 INIT_DELAYED_WORK(&cm_monitor_work, cm_monitor_poller); in charger_manager_init()
|
Completed in 5 milliseconds