Lines Matching refs:snd_bt87x

175 struct snd_bt87x {  struct
201 static inline u32 snd_bt87x_readl(struct snd_bt87x *chip, u32 reg) in snd_bt87x_readl() argument
206 static inline void snd_bt87x_writel(struct snd_bt87x *chip, u32 reg, u32 value) in snd_bt87x_writel()
211 static int snd_bt87x_create_risc(struct snd_bt87x *chip, struct snd_pcm_substream *substream, in snd_bt87x_create_risc()
262 static void snd_bt87x_free_risc(struct snd_bt87x *chip) in snd_bt87x_free_risc()
270 static void snd_bt87x_pci_error(struct snd_bt87x *chip, unsigned int status) in snd_bt87x_pci_error()
300 struct snd_bt87x *chip = dev_id; in snd_bt87x_interrupt()
372 static int snd_bt87x_set_digital_hw(struct snd_bt87x *chip, struct snd_pcm_runtime *runtime) in snd_bt87x_set_digital_hw()
382 static int snd_bt87x_set_analog_hw(struct snd_bt87x *chip, struct snd_pcm_runtime *runtime) in snd_bt87x_set_analog_hw()
403 struct snd_bt87x *chip = snd_pcm_substream_chip(substream); in snd_bt87x_pcm_open()
432 struct snd_bt87x *chip = snd_pcm_substream_chip(substream); in snd_bt87x_close()
448 struct snd_bt87x *chip = snd_pcm_substream_chip(substream); in snd_bt87x_hw_params()
457 struct snd_bt87x *chip = snd_pcm_substream_chip(substream); in snd_bt87x_hw_free()
465 struct snd_bt87x *chip = snd_pcm_substream_chip(substream); in snd_bt87x_prepare()
480 static int snd_bt87x_start(struct snd_bt87x *chip) in snd_bt87x_start()
494 static int snd_bt87x_stop(struct snd_bt87x *chip) in snd_bt87x_stop()
507 struct snd_bt87x *chip = snd_pcm_substream_chip(substream); in snd_bt87x_trigger()
521 struct snd_bt87x *chip = snd_pcm_substream_chip(substream); in snd_bt87x_pointer()
550 struct snd_bt87x *chip = snd_kcontrol_chip(kcontrol); in snd_bt87x_capture_volume_get()
559 struct snd_bt87x *chip = snd_kcontrol_chip(kcontrol); in snd_bt87x_capture_volume_put()
586 struct snd_bt87x *chip = snd_kcontrol_chip(kcontrol); in snd_bt87x_capture_boost_get()
595 struct snd_bt87x *chip = snd_kcontrol_chip(kcontrol); in snd_bt87x_capture_boost_put()
628 struct snd_bt87x *chip = snd_kcontrol_chip(kcontrol); in snd_bt87x_capture_source_get()
637 struct snd_bt87x *chip = snd_kcontrol_chip(kcontrol); in snd_bt87x_capture_source_put()
661 struct snd_bt87x *chip = card->private_data; in snd_bt87x_free()
666 static int snd_bt87x_pcm(struct snd_bt87x *chip, int device, char *name) in snd_bt87x_pcm()
687 struct snd_bt87x *chip = card->private_data; in snd_bt87x_create()
813 struct snd_bt87x *chip; in __snd_bt87x_probe()