Home
last modified time | relevance | path

Searched refs:bcm2835_chip (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835.h51 struct bcm2835_chip { struct
70 struct bcm2835_chip *chip; argument
86 int snd_bcm2835_new_ctl(struct bcm2835_chip *chip);
87 int snd_bcm2835_new_pcm(struct bcm2835_chip *chip, const char *name,
91 int snd_bcm2835_new_hdmi_ctl(struct bcm2835_chip *chip);
92 int snd_bcm2835_new_headphones_ctl(struct bcm2835_chip *chip);
Dbcm2835-ctl.c15 static int bcm2835_audio_set_chip_ctls(struct bcm2835_chip *chip) in bcm2835_audio_set_chip_ctls()
55 struct bcm2835_chip *chip = snd_kcontrol_chip(kcontrol); in snd_bcm2835_ctl_get()
73 struct bcm2835_chip *chip = snd_kcontrol_chip(kcontrol); in snd_bcm2835_ctl_put()
142 struct bcm2835_chip *chip = snd_kcontrol_chip(kcontrol); in snd_bcm2835_spdif_default_get()
158 struct bcm2835_chip *chip = snd_kcontrol_chip(kcontrol); in snd_bcm2835_spdif_default_put()
210 static int create_ctls(struct bcm2835_chip *chip, size_t size, in create_ctls()
223 int snd_bcm2835_new_ctl(struct bcm2835_chip *chip) in snd_bcm2835_new_ctl()
262 int snd_bcm2835_new_headphones_ctl(struct bcm2835_chip *chip) in snd_bcm2835_new_headphones_ctl()
296 int snd_bcm2835_new_hdmi_ctl(struct bcm2835_chip *chip) in snd_bcm2835_new_hdmi_ctl()
Dbcm2835.c55 typedef int (*bcm2835_audio_newpcm_func)(struct bcm2835_chip *chip,
60 typedef int (*bcm2835_audio_newctl_func)(struct bcm2835_chip *chip);
72 static int bcm2835_audio_alsa_newpcm(struct bcm2835_chip *chip, in bcm2835_audio_alsa_newpcm()
91 static int bcm2835_audio_simple_newpcm(struct bcm2835_chip *chip, in bcm2835_audio_simple_newpcm()
166 struct bcm2835_chip *chip; in snd_add_child_device()
Dbcm2835-pcm.c88 struct bcm2835_chip *chip = snd_pcm_substream_chip(substream); in snd_bcm2835_playback_open_generic()
172 struct bcm2835_chip *chip; in snd_bcm2835_playback_close()
198 struct bcm2835_chip *chip = snd_pcm_substream_chip(substream); in snd_bcm2835_pcm_prepare()
324 int snd_bcm2835_new_pcm(struct bcm2835_chip *chip, const char *name, in snd_bcm2835_new_pcm()
Dbcm2835-vchiq.c249 struct bcm2835_chip *chip = alsa_stream->chip; in bcm2835_audio_set_ctls()