Searched refs:amdtp_stream_wait_callback (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/sound/firewire/dice/ |
D | dice-stream.c | 267 if (!amdtp_stream_wait_callback(master, CALLBACK_TIMEOUT) || in snd_dice_stream_start_duplex() 268 !amdtp_stream_wait_callback(slave, CALLBACK_TIMEOUT)) { in snd_dice_stream_start_duplex()
|
/linux-4.4.14/sound/firewire/digi00x/ |
D | digi00x-stream.c | 323 if (!amdtp_stream_wait_callback(&dg00x->rx_stream, in snd_dg00x_stream_start_duplex() 341 if (!amdtp_stream_wait_callback(&dg00x->tx_stream, in snd_dg00x_stream_start_duplex()
|
/linux-4.4.14/sound/firewire/ |
D | amdtp-stream.h | 250 static inline bool amdtp_stream_wait_callback(struct amdtp_stream *s, in amdtp_stream_wait_callback() function
|
/linux-4.4.14/sound/firewire/tascam/ |
D | tascam-stream.c | 415 if (!amdtp_stream_wait_callback(&tscm->tx_stream, in snd_tscm_stream_start_duplex() 429 if (!amdtp_stream_wait_callback(&tscm->rx_stream, in snd_tscm_stream_start_duplex()
|
/linux-4.4.14/sound/firewire/fireworks/ |
D | fireworks_stream.c | 97 if (!amdtp_stream_wait_callback(stream, CALLBACK_TIMEOUT)) { in start_stream()
|
/linux-4.4.14/sound/firewire/bebob/ |
D | bebob_stream.c | 716 if (!amdtp_stream_wait_callback(master, CALLBACK_TIMEOUT)) { in snd_bebob_stream_start_duplex() 736 if (!amdtp_stream_wait_callback(slave, CALLBACK_TIMEOUT)) { in snd_bebob_stream_start_duplex()
|
/linux-4.4.14/sound/firewire/oxfw/ |
D | oxfw-stream.c | 177 if (!amdtp_stream_wait_callback(stream, CALLBACK_TIMEOUT)) { in start_stream()
|