Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/vx222/
Dvx222.c119 struct snd_vx222 *vx = to_vx222(chip); in snd_vx222_free()
139 struct snd_vx222 **rchip) in snd_vx222_create()
142 struct snd_vx222 *vx; in snd_vx222_create()
156 sizeof(struct snd_vx222) - sizeof(struct vx_core)); in snd_vx222_create()
196 struct snd_vx222 *vx; in snd_vx222_probe()
263 struct snd_vx222 *vx = card->private_data; in snd_vx222_suspend()
271 struct snd_vx222 *vx = card->private_data; in snd_vx222_resume()
Dvx222_ops.c89 struct snd_vx222 *chip = to_vx222(_chip); in vx2_reg_addr()
162 struct snd_vx222 *chip = to_vx222(_chip); in vx2_reset_dsp()
177 struct snd_vx222 *chip = to_vx222(_chip); in vx2_test_xilinx()
482 struct snd_vx222 *chip = to_vx222(_chip); in vx2_validate_irq()
733 struct snd_vx222 *chip = to_vx222(_chip); in vx2_reset_codec()
775 struct snd_vx222 *chip = to_vx222(_chip); in vx2_change_audio_source()
794 struct snd_vx222 *chip = to_vx222(_chip); in vx2_set_clock_source()
808 struct snd_vx222 *chip = to_vx222(_chip); in vx2_reset_board()
827 static void vx2_set_input_level(struct snd_vx222 *chip) in vx2_set_input_level()
881 struct snd_vx222 *chip = to_vx222(_chip); in vx_input_level_get()
[all …]
Dvx222.h26 struct snd_vx222 { struct
42 #define to_vx222(x) container_of(x, struct snd_vx222, core) argument