Home
last modified time | relevance | path

Searched refs:CALLBACK_TIMEOUT (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/sound/firewire/dice/
Ddice-stream.c12 #define CALLBACK_TIMEOUT 200 macro
263 if (!amdtp_stream_wait_callback(master, CALLBACK_TIMEOUT) || in snd_dice_stream_start_duplex()
264 !amdtp_stream_wait_callback(slave, CALLBACK_TIMEOUT)) { in snd_dice_stream_start_duplex()
/linux-4.1.27/sound/firewire/fireworks/
Dfireworks_stream.c10 #define CALLBACK_TIMEOUT 100 macro
95 if (!amdtp_stream_wait_callback(stream, CALLBACK_TIMEOUT)) { in start_stream()
/linux-4.1.27/sound/firewire/bebob/
Dbebob_stream.c11 #define CALLBACK_TIMEOUT 1000 macro
628 if (!amdtp_stream_wait_callback(master, CALLBACK_TIMEOUT)) { in snd_bebob_stream_start_duplex()
648 if (!amdtp_stream_wait_callback(slave, CALLBACK_TIMEOUT)) { in snd_bebob_stream_start_duplex()
/linux-4.1.27/sound/firewire/oxfw/
Doxfw-stream.c13 #define CALLBACK_TIMEOUT 200 macro
174 if (!amdtp_stream_wait_callback(stream, CALLBACK_TIMEOUT)) { in start_stream()