Lines Matching defs:work
31 struct delayed_work work;
162 * will work, as we need to add a hack for each
216 static void au0828_rc_work(struct work_struct *work)
218 struct au0828_rc *ir = container_of(work, struct au0828_rc, work.work);
225 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling));
232 INIT_DELAYED_WORK(&ir->work, au0828_rc_work);
237 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling));
246 cancel_delayed_work_sync(&ir->work);
375 cancel_delayed_work_sync(&ir->work);
395 schedule_delayed_work(&ir->work, msecs_to_jiffies(ir->polling));