Lines Matching defs:work
36 struct delayed_work work;
48 * Kick off reading coordinates. Note that if work happens already
53 schedule_delayed_work(&priv->work, 0);
105 schedule_delayed_work(&priv->work, HZ / 50);
119 static void mc13783_ts_work(struct work_struct *work)
122 container_of(work, struct mc13783_ts_priv, work.work);
166 cancel_delayed_work_sync(&priv->work);
180 INIT_DELAYED_WORK(&priv->work, mc13783_ts_work);