Lines Matching defs:work
11 * Based on a previous work by Copyright (C) 2008 Texas Instruments, Inc.
1087 mod_delayed_work(system_wq, &di->work, 0);
1887 mod_delayed_work(system_wq, &di->work, poll_interval * HZ);
1898 static void bq27xxx_battery_poll(struct work_struct *work)
1901 container_of(work, struct bq27xxx_device_info,
1902 work.work);
2101 mod_delayed_work(system_wq, &di->work, HZ / 2);
2112 INIT_DELAYED_WORK(&di->work, bq27xxx_battery_poll);
2153 /* Set removed to avoid bq27xxx_battery_update() re-queuing the work */
2158 cancel_delayed_work_sync(&di->work);