Lines Matching defs:channel
44 struct channel { struct
48 struct most_channel_config *cfg; argument
49 struct snd_card *card;
50 struct list_head list;
51 int id;
52 unsigned int period_pos;
53 unsigned int buffer_pos;
54 bool is_stream_running;
55 struct task_struct *playback_task;
56 wait_queue_head_t playback_waitq;
57 void (*copy_fn)(void *alsa, void *most, unsigned int bytes);
165 struct channel *channel; in get_channel() local
181 static bool copy_data(struct channel *channel, struct mbo *mbo) in copy_data()
229 struct channel *const channel = data; in playback_thread() local
267 struct channel *channel = substream->private_data; in pcm_open() local
307 struct channel *channel = substream->private_data; in pcm_close() local
326 struct channel *channel = substream->private_data; in pcm_prepare() local
372 struct channel *channel = substream->private_data; in pcm_trigger() local
400 struct channel *channel = substream->private_data; in pcm_pointer() local
489 struct channel *channel, *tmp; in release_adapter() local
517 struct channel *channel; in audio_probe_channel() local
643 struct channel *channel; in audio_disconnect_channel() local
669 struct channel *channel = get_channel(mbo->ifp, mbo->hdm_channel_id); in audio_rx_completion() local
695 struct channel *channel = get_channel(iface, channel_id); in audio_tx_completion() local