Lines Matching defs:stream

84 	int stream;
130 spinlock_t tx_lock; /* spinlock for bt tx stream control */
131 spinlock_t rx_lock; /* spinlock for bt rx stream control */
209 dev_dbg(bt->dev, "%s(), stream %d, state %d, tx->state %d, rx->state %d, irq_disabled %d\n",
211 bt_stream->stream, state,
241 bt->tx->stream = SNDRV_PCM_STREAM_PLAYBACK;
254 bt->rx->stream = SNDRV_PCM_STREAM_CAPTURE;
650 if (bt_stream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
664 dev_warn(bt->dev, "%s(), stream %d, timeout %llu, limit %llu, ret %d, flag %d\n",
665 __func__, bt_stream->stream,
675 dev_warn(bt->dev, "%s(), stream %d, error, trial left %d\n",
677 bt_stream->stream, max_timeout_trial);
684 dev_warn(bt->dev, "%s(), stream %d, error, timeout, condition is false, trial left %d\n",
686 bt_stream->stream, max_timeout_trial);
860 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
884 dev_dbg(bt->dev, "%s(), stream %d, substream %p\n",
885 __func__, substream->stream, substream);
889 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
906 dev_dbg(bt->dev, "%s(), stream %d\n", __func__, substream->stream);
919 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK &&
936 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
948 dev_dbg(bt->dev, "%s(), stream %d\n", __func__, substream->stream);
959 int stream = substream->stream;
962 dev_dbg(bt->dev, "%s(), stream %d, cmd %d\n",
963 __func__, substream->stream, cmd);
968 hw_packet_ptr = stream == SNDRV_PCM_STREAM_PLAYBACK ?
994 spinlock_t *lock; /* spinlock for bt stream control */
997 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
1006 hw_packet_ptr = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ?
1040 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)