Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835.h57 struct bcm2835_alsa_stream *alsa_stream[MAX_SUBSTREAMS];
70 struct bcm2835_alsa_stream { struct
98 int bcm2835_audio_open(struct bcm2835_alsa_stream *alsa_stream); argument
99 int bcm2835_audio_close(struct bcm2835_alsa_stream *alsa_stream);
100 int bcm2835_audio_set_params(struct bcm2835_alsa_stream *alsa_stream,
103 int bcm2835_audio_start(struct bcm2835_alsa_stream *alsa_stream);
104 int bcm2835_audio_stop(struct bcm2835_alsa_stream *alsa_stream);
105 int bcm2835_audio_drain(struct bcm2835_alsa_stream *alsa_stream);
106 int bcm2835_audio_set_ctls(struct bcm2835_alsa_stream *alsa_stream);
107 int bcm2835_audio_write(struct bcm2835_alsa_stream *alsa_stream,
[all …]
Dbcm2835-vchiq.c15 struct bcm2835_alsa_stream *alsa_stream;
210 int bcm2835_audio_open(struct bcm2835_alsa_stream *alsa_stream) in bcm2835_audio_open()
254 int bcm2835_audio_set_ctls(struct bcm2835_alsa_stream *alsa_stream) in bcm2835_audio_set_ctls()
269 int bcm2835_audio_set_params(struct bcm2835_alsa_stream *alsa_stream, in bcm2835_audio_set_params()
289 int bcm2835_audio_start(struct bcm2835_alsa_stream *alsa_stream) in bcm2835_audio_start()
295 int bcm2835_audio_stop(struct bcm2835_alsa_stream *alsa_stream) in bcm2835_audio_stop()
302 int bcm2835_audio_drain(struct bcm2835_alsa_stream *alsa_stream) in bcm2835_audio_drain()
312 int bcm2835_audio_close(struct bcm2835_alsa_stream *alsa_stream) in bcm2835_audio_close()
328 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()