Home
last modified time | relevance | path

Searched refs:bcm2835_alsa_stream (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835.h56 struct bcm2835_alsa_stream *alsa_stream[MAX_SUBSTREAMS];
69 struct bcm2835_alsa_stream { struct
97 int bcm2835_audio_open(struct bcm2835_alsa_stream *alsa_stream); argument
98 int bcm2835_audio_close(struct bcm2835_alsa_stream *alsa_stream);
99 int bcm2835_audio_set_params(struct bcm2835_alsa_stream *alsa_stream,
102 int bcm2835_audio_start(struct bcm2835_alsa_stream *alsa_stream);
103 int bcm2835_audio_stop(struct bcm2835_alsa_stream *alsa_stream);
104 int bcm2835_audio_drain(struct bcm2835_alsa_stream *alsa_stream);
105 int bcm2835_audio_set_ctls(struct bcm2835_alsa_stream *alsa_stream);
106 int bcm2835_audio_write(struct bcm2835_alsa_stream *alsa_stream,
[all …]
Dbcm2835-vchiq.c15 struct bcm2835_alsa_stream *alsa_stream;
203 int bcm2835_audio_open(struct bcm2835_alsa_stream *alsa_stream) in bcm2835_audio_open()
247 int bcm2835_audio_set_ctls(struct bcm2835_alsa_stream *alsa_stream) in bcm2835_audio_set_ctls()
262 int bcm2835_audio_set_params(struct bcm2835_alsa_stream *alsa_stream, in bcm2835_audio_set_params()
282 int bcm2835_audio_start(struct bcm2835_alsa_stream *alsa_stream) in bcm2835_audio_start()
288 int bcm2835_audio_stop(struct bcm2835_alsa_stream *alsa_stream) in bcm2835_audio_stop()
295 int bcm2835_audio_drain(struct bcm2835_alsa_stream *alsa_stream) in bcm2835_audio_drain()
305 int bcm2835_audio_close(struct bcm2835_alsa_stream *alsa_stream) in bcm2835_audio_close()
321 int bcm2835_audio_write(struct bcm2835_alsa_stream *alsa_stream, in bcm2835_audio_write()
Dbcm2835-pcm.c52 void bcm2835_playback_fifo(struct bcm2835_alsa_stream *alsa_stream, in bcm2835_playback_fifo()
89 struct bcm2835_alsa_stream *alsa_stream; in snd_bcm2835_playback_open_generic()
169 struct bcm2835_alsa_stream *alsa_stream; in snd_bcm2835_playback_close()
199 struct bcm2835_alsa_stream *alsa_stream = runtime->private_data; in snd_bcm2835_pcm_prepare()
238 struct bcm2835_alsa_stream *alsa_stream = runtime->private_data; in snd_bcm2835_pcm_transfer()
247 struct bcm2835_alsa_stream *alsa_stream = runtime->private_data; in snd_bcm2835_pcm_ack()
258 struct bcm2835_alsa_stream *alsa_stream = runtime->private_data; in snd_bcm2835_pcm_trigger()
278 struct bcm2835_alsa_stream *alsa_stream = runtime->private_data; in snd_bcm2835_pcm_pointer()