Lines Matching defs:work
20 struct delayed_work work;
44 * Hence the deassertion of the pin is simulated through work queue.
47 schedule_delayed_work(&onkey->work, msecs_to_jiffies(10));
51 static void da9055_onkey_work(struct work_struct *work)
53 struct da9055_onkey *onkey = container_of(work, struct da9055_onkey,
54 work.work);
103 INIT_DELAYED_WORK(&onkey->work, da9055_onkey_work);
128 cancel_delayed_work_sync(&onkey->work);
142 cancel_delayed_work_sync(&onkey->work);