Lines Matching defs:work
244 queue_delayed_work(system_power_efficient_wq, &gpio->work,
250 /* gpio work */
251 static void gpio_work(struct work_struct *work)
255 gpio = container_of(work, struct snd_soc_jack_gpio, work.work);
271 * concurrently with work triggered by the interrupt handler.
273 queue_delayed_work(system_power_efficient_wq, &gpio->work, 0);
289 cancel_delayed_work_sync(&gpios[i].work);
366 INIT_DELAYED_WORK(&gpios[i].work, gpio_work);
397 schedule_delayed_work(&gpios[i].work,