Home
last modified time | relevance | path

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

/sound/aoa/soundbus/i2sbus/
Di2sbus.h49 struct completion *stop_completion; member
Dpcm.c262 pi->stop_completion = &done; in i2sbus_wait_for_stop()
266 pi->stop_completion = NULL; in i2sbus_wait_for_stop()
686 if (pi->stop_completion) in handle_interrupt()
687 complete(pi->stop_completion); in handle_interrupt()