Lines Matching defs:work
50 struct delayed_work work;
73 static void gpd_pocket_fan_worker(struct work_struct *work)
76 container_of(work, struct gpd_pocket_fan_data, work.work);
114 queue_delayed_work(system_wq, &fan->work,
121 mod_delayed_work(system_wq, &fan->work, 0);
155 INIT_DELAYED_WORK(&fan->work, gpd_pocket_fan_worker);
184 cancel_delayed_work_sync(&fan->work);
193 cancel_delayed_work_sync(&fan->work);