Home
last modified time | relevance | path

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

/sound/aoa/soundbus/i2sbus/
Di2sbus.h50 struct completion *stop_completion; member
Dpcm.c264 pi->stop_completion = &done; in i2sbus_wait_for_stop()
268 pi->stop_completion = NULL; in i2sbus_wait_for_stop()
695 if (pi->stop_completion) in handle_interrupt()
696 complete(pi->stop_completion); in handle_interrupt()