Lines Matching defs:work
73 queue_work(system_highpri_wq, &siu_stream->work);
96 queue_work(system_highpri_wq, &siu_stream->work);
201 static void siu_io_work(struct work_struct *work)
203 struct siu_stream *siu_stream = container_of(work, struct siu_stream,
204 work);
257 queue_work(system_highpri_wq, &siu_stream->work);
524 INIT_WORK(&(*port_info)->playback.work, siu_io_work);
525 INIT_WORK(&(*port_info)->capture.work, siu_io_work);
538 cancel_work_sync(&port_info->capture.work);
539 cancel_work_sync(&port_info->playback.work);