Lines Matching defs:work
53 struct delayed_work work;
144 static void cr0014114_recount_work(struct work_struct *work)
147 struct cr0014114 *priv = container_of(work,
149 work.work);
159 schedule_delayed_work(&priv->work, CR_RECOUNT_DELAY);
236 INIT_DELAYED_WORK(&priv->work, cr0014114_recount_work);
261 /* setup recount work to workaround buggy firmware */
262 schedule_delayed_work(&priv->work, CR_RECOUNT_DELAY);
273 cancel_delayed_work_sync(&priv->work);