Searched refs:monitor_work (Results 1 – 3 of 3) sorted by relevance
/drivers/power/ |
D | ds2760_battery.c | 59 struct delayed_work monitor_work; member 340 struct ds2760_device_info, monitor_work.work); in ds2760_battery_work() 346 queue_delayed_work(di->monitor_wqueue, &di->monitor_work, interval); in ds2760_battery_work() 358 mod_delayed_work(di->monitor_wqueue, &di->monitor_work, HZ/10); in ds2760_battery_external_power_changed() 564 INIT_DELAYED_WORK(&di->monitor_work, ds2760_battery_work); in ds2760_battery_probe() 572 queue_delayed_work(di->monitor_wqueue, &di->monitor_work, HZ * 1); in ds2760_battery_probe() 588 cancel_delayed_work_sync(&di->monitor_work); in ds2760_battery_remove() 615 mod_delayed_work(di->monitor_wqueue, &di->monitor_work, HZ); in ds2760_battery_resume()
|
/drivers/net/ethernet/sfc/ |
D | efx.c | 1629 queue_delayed_work(efx->workqueue, &efx->monitor_work, in efx_start_all() 1651 cancel_delayed_work_sync(&efx->monitor_work); in efx_flush_all() 1784 monitor_work.work); in efx_monitor() 1800 queue_delayed_work(efx->workqueue, &efx->monitor_work, in efx_monitor() 2535 INIT_DELAYED_WORK(&efx->monitor_work, efx_monitor); in efx_init_struct()
|
D | net_driver.h | 904 struct delayed_work monitor_work ____cacheline_aligned_in_smp;
|