Searched refs:snd_vx222 (Results 1 – 3 of 3) sorted by relevance
105 struct snd_vx222 **rchip) in snd_vx222_create()108 struct snd_vx222 *vx; in snd_vx222_create()120 sizeof(struct snd_vx222) - sizeof(struct vx_core)); in snd_vx222_create()152 struct snd_vx222 *vx; in snd_vx222_probe()211 struct snd_vx222 *vx = card->private_data; in snd_vx222_suspend()219 struct snd_vx222 *vx = card->private_data; in snd_vx222_resume()
76 struct snd_vx222 *chip = to_vx222(_chip); in vx2_reg_addr()149 struct snd_vx222 *chip = to_vx222(_chip); in vx2_reset_dsp()164 struct snd_vx222 *chip = to_vx222(_chip); in vx2_test_xilinx()471 struct snd_vx222 *chip = to_vx222(_chip); in vx2_validate_irq()722 struct snd_vx222 *chip = to_vx222(_chip); in vx2_reset_codec()764 struct snd_vx222 *chip = to_vx222(_chip); in vx2_change_audio_source()783 struct snd_vx222 *chip = to_vx222(_chip); in vx2_set_clock_source()797 struct snd_vx222 *chip = to_vx222(_chip); in vx2_reset_board()870 struct snd_vx222 *chip = to_vx222(_chip); in vx_input_level_get()881 struct snd_vx222 *chip = to_vx222(_chip); in vx_input_level_put()[all …]
13 struct snd_vx222 { struct29 #define to_vx222(x) container_of(x, struct snd_vx222, core) argument