Lines Matching defs:channel
42 struct channel { struct
46 struct most_channel_config *cfg; argument
47 struct snd_card *card;
48 struct list_head list;
49 int id;
50 unsigned int period_pos;
51 unsigned int buffer_pos;
52 bool is_stream_running;
53 struct task_struct *playback_task;
54 wait_queue_head_t playback_waitq;
55 void (*copy_fn)(void *alsa, void *most, unsigned int bytes);
163 struct channel *channel; in get_channel() local
179 static bool copy_data(struct channel *channel, struct mbo *mbo) in copy_data()
227 struct channel *const channel = data; in playback_thread() local
265 struct channel *channel = substream->private_data; in pcm_open() local
305 struct channel *channel = substream->private_data; in pcm_close() local
324 struct channel *channel = substream->private_data; in pcm_prepare() local
370 struct channel *channel = substream->private_data; in pcm_trigger() local
398 struct channel *channel = substream->private_data; in pcm_pointer() local
487 struct channel *channel, *tmp; in release_adapter() local
515 struct channel *channel; in audio_probe_channel() local
641 struct channel *channel; in audio_disconnect_channel() local
667 struct channel *channel = get_channel(mbo->ifp, mbo->hdm_channel_id); in audio_rx_completion() local
693 struct channel *channel = get_channel(iface, channel_id); in audio_tx_completion() local