Home
last modified time | relevance | path

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

/linux-6.12.1/sound/firewire/
Damdtp-stream.c110 INIT_WORK(&s->period_work, pcm_period_work); in amdtp_stream_init()
356 cancel_work_sync(&s->period_work); in amdtp_stream_pcm_prepare()
638 queue_work(system_highpri_wq, &s->period_work); in update_pcm_pointers()
645 period_work); in pcm_period_work()
1085 if (work && work != &s->period_work) in cancel_stream()
1888 if (current_work() != &s->period_work) in amdtp_domain_stream_pcm_pointer()
1944 cancel_work_sync(&s->period_work); in amdtp_stream_stop()
Damdtp-stream.h194 struct work_struct period_work; member