Lines Matching defs:work
195 struct work_struct work;
453 static void delayed_work_cb(struct work_struct *work)
455 struct hidpp_device *hidpp = container_of(work, struct hidpp_device,
456 work);
2423 struct work_struct work;
2481 struct hidpp_ff_work_data *wd = container_of(w, struct hidpp_ff_work_data, work);
2555 INIT_WORK(&wd->work, hidpp_ff_work_handler);
2564 queue_work(data->wq, &wd->work);
3898 if (schedule_work(&hidpp->work) == 0)
3908 "Error the keyboard's wireless encryption key has been lost, your keyboard will not work unless you re-configure encryption.\n");
4453 INIT_WORK(&hidpp->work, delayed_work_cb);
4512 schedule_work(&hidpp->work);
4513 flush_work(&hidpp->work);
4546 cancel_work_sync(&hidpp->work);
4561 cancel_work_sync(&hidpp->work);