Lines Matching defs:work
277 struct delayed_work work;
579 mod_delayed_work(lp->wqueue, &lp->work, msecs_to_jiffies(400));
584 static void adf7242_rx_cal_work(struct work_struct *work)
587 container_of(work, struct adf7242_local, work.work);
714 cancel_delayed_work_sync(&lp->work);
838 cancel_delayed_work_sync(&lp->work);
979 mod_delayed_work(lp->wqueue, &lp->work, msecs_to_jiffies(400));
1263 INIT_DELAYED_WORK(&lp->work, adf7242_rx_cal_work);
1316 cancel_delayed_work_sync(&lp->work);