Home
last modified time | relevance | path

Searched refs:period_work (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/firewire/
H A Damdtp-stream.c97 INIT_WORK(&s->period_work, pcm_period_work); in amdtp_stream_init()
336 cancel_work_sync(&s->period_work); in amdtp_stream_pcm_prepare()
440 queue_work(system_highpri_wq, &s->period_work); in update_pcm_pointers()
447 period_work); in pcm_period_work()
1196 // period_work or process context. in amdtp_domain_stream_pcm_pointer()
1207 // IRQ context of the period_work. Then, no need to flush the in amdtp_domain_stream_pcm_pointer()
1209 if (current_work() != &s->period_work) { in amdtp_domain_stream_pcm_pointer()
1275 cancel_work_sync(&s->period_work); in amdtp_stream_stop()
H A Damdtp-stream.h166 struct work_struct period_work; member

Completed in 4 milliseconds