Home
last modified time | relevance | path

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

/Linux-v5.10/sound/firewire/
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()
798 if (current_work() == &s->period_work) in cancel_stream()
1201 if (current_work() != &s->period_work) { in amdtp_domain_stream_pcm_pointer()
1267 cancel_work_sync(&s->period_work); in amdtp_stream_stop()
Damdtp-stream.h166 struct work_struct period_work; member