Searched refs:to_vx222 (Results 1 – 3 of 3) sorted by relevance
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()469 struct snd_vx222 *chip = to_vx222(_chip); in vx2_validate_irq()720 struct snd_vx222 *chip = to_vx222(_chip); in vx2_reset_codec()762 struct snd_vx222 *chip = to_vx222(_chip); in vx2_change_audio_source()781 struct snd_vx222 *chip = to_vx222(_chip); in vx2_set_clock_source()795 struct snd_vx222 *chip = to_vx222(_chip); in vx2_reset_board()868 struct snd_vx222 *chip = to_vx222(_chip); in vx_input_level_get()879 struct snd_vx222 *chip = to_vx222(_chip); in vx_input_level_put()[all …]
106 struct snd_vx222 *vx = to_vx222(chip); in snd_vx222_free()148 vx = to_vx222(chip); in snd_vx222_create()
29 #define to_vx222(x) container_of(x, struct snd_vx222, core) macro