Symbol: vx_core
include/sound/vx_core.h
195
struct vx_core *snd_vx_create(struct snd_card *card,
include/sound/vx_core.h
198
int snd_vx_setup_firmware(struct vx_core *chip);
include/sound/vx_core.h
199
int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *dsp);
include/sound/vx_core.h
200
int snd_vx_dsp_boot(struct vx_core *chip, const struct firmware *dsp);
include/sound/vx_core.h
201
int snd_vx_dsp_load(struct vx_core *chip, const struct firmware *dsp);
include/sound/vx_core.h
203
void snd_vx_free_firmware(struct vx_core *chip);
include/sound/vx_core.h
214
static inline int vx_test_and_ack(struct vx_core *chip)
include/sound/vx_core.h
219
static inline void vx_validate_irq(struct vx_core *chip, int enable)
include/sound/vx_core.h
224
static inline unsigned char snd_vx_inb(struct vx_core *chip, int reg)
include/sound/vx_core.h
229
static inline unsigned int snd_vx_inl(struct vx_core *chip, int reg)
include/sound/vx_core.h
234
static inline void snd_vx_outb(struct vx_core *chip, int reg, unsigned char val)
include/sound/vx_core.h
239
static inline void snd_vx_outl(struct vx_core *chip, int reg, unsigned int val)
include/sound/vx_core.h
249
static inline void vx_reset_dsp(struct vx_core *chip)
include/sound/vx_core.h
254
int vx_send_msg(struct vx_core *chip, struct vx_rmh *rmh);
include/sound/vx_core.h
255
int vx_send_msg_nolock(struct vx_core *chip, struct vx_rmh *rmh);
include/sound/vx_core.h
256
int vx_send_rih(struct vx_core *chip, int cmd);
include/sound/vx_core.h
257
int vx_send_rih_nolock(struct vx_core *chip, int cmd);
include/sound/vx_core.h
259
void vx_reset_codec(struct vx_core *chip, int cold_reset);
include/sound/vx_core.h
266
int snd_vx_check_reg_bit(struct vx_core *chip, int reg, int mask, int bit, int time);
include/sound/vx_core.h
275
static inline void vx_pseudo_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime,
include/sound/vx_core.h
281
static inline void vx_pseudo_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime,
include/sound/vx_core.h
299
int snd_vx_pcm_new(struct vx_core *chip);
include/sound/vx_core.h
300
void vx_pcm_update_intr(struct vx_core *chip, unsigned int events);
include/sound/vx_core.h
305
int snd_vx_mixer_new(struct vx_core *chip);
include/sound/vx_core.h
306
void vx_toggle_dac_mute(struct vx_core *chip, int mute);
include/sound/vx_core.h
307
int vx_sync_audio_source(struct vx_core *chip);
include/sound/vx_core.h
308
int vx_set_monitor_level(struct vx_core *chip, int audio, int level, int active);
include/sound/vx_core.h
313
void vx_set_iec958_status(struct vx_core *chip, unsigned int bits);
include/sound/vx_core.h
314
int vx_set_clock(struct vx_core *chip, unsigned int freq);
include/sound/vx_core.h
315
void vx_set_internal_clock(struct vx_core *chip, unsigned int freq);
include/sound/vx_core.h
316
int vx_change_frequency(struct vx_core *chip);
include/sound/vx_core.h
322
int snd_vx_suspend(struct vx_core *card);
include/sound/vx_core.h
323
int snd_vx_resume(struct vx_core *card);
include/sound/vx_core.h
72
struct vx_core;
include/sound/vx_core.h
76
unsigned char (*in8)(struct vx_core *chip, int reg);
include/sound/vx_core.h
77
unsigned int (*in32)(struct vx_core *chip, int reg);
include/sound/vx_core.h
78
void (*out8)(struct vx_core *chip, int reg, unsigned char val);
include/sound/vx_core.h
79
void (*out32)(struct vx_core *chip, int reg, unsigned int val);
include/sound/vx_core.h
81
int (*test_and_ack)(struct vx_core *chip);
include/sound/vx_core.h
82
void (*validate_irq)(struct vx_core *chip, int enable);
include/sound/vx_core.h
84
void (*write_codec)(struct vx_core *chip, int codec, unsigned int data);
include/sound/vx_core.h
85
void (*akm_write)(struct vx_core *chip, int reg, unsigned int data);
include/sound/vx_core.h
86
void (*reset_codec)(struct vx_core *chip);
include/sound/vx_core.h
87
void (*change_audio_source)(struct vx_core *chip, int src);
include/sound/vx_core.h
88
void (*set_clock_source)(struct vx_core *chp, int src);
include/sound/vx_core.h
90
int (*load_dsp)(struct vx_core *chip, int idx, const struct firmware *fw);
include/sound/vx_core.h
91
void (*reset_dsp)(struct vx_core *chip);
include/sound/vx_core.h
92
void (*reset_board)(struct vx_core *chip, int cold_reset);
include/sound/vx_core.h
93
int (*add_controls)(struct vx_core *chip);
include/sound/vx_core.h
95
void (*dma_write)(struct vx_core *chip, struct snd_pcm_runtime *runtime,
include/sound/vx_core.h
97
void (*dma_read)(struct vx_core *chip, struct snd_pcm_runtime *runtime,
sound/drivers/vx/vx_core.c
111
static int vx_transfer_end(struct vx_core *chip, int cmd)
sound/drivers/vx/vx_core.c
155
static int vx_read_status(struct vx_core *chip, struct vx_rmh *rmh)
sound/drivers/vx/vx_core.c
236
int vx_send_msg_nolock(struct vx_core *chip, struct vx_rmh *rmh)
sound/drivers/vx/vx_core.c
345
int vx_send_msg(struct vx_core *chip, struct vx_rmh *rmh)
sound/drivers/vx/vx_core.c
363
int vx_send_rih_nolock(struct vx_core *chip, int cmd)
sound/drivers/vx/vx_core.c
39
int snd_vx_check_reg_bit(struct vx_core *chip, int reg, int mask, int bit, int time)
sound/drivers/vx/vx_core.c
401
int vx_send_rih(struct vx_core *chip, int cmd)
sound/drivers/vx/vx_core.c
414
int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot)
sound/drivers/vx/vx_core.c
471
static int vx_test_irq_src(struct vx_core *chip, unsigned int *ret)
sound/drivers/vx/vx_core.c
491
struct vx_core *chip = dev;
sound/drivers/vx/vx_core.c
533
struct vx_core *chip = dev;
sound/drivers/vx/vx_core.c
547
static void vx_reset_board(struct vx_core *chip, int cold_reset)
sound/drivers/vx/vx_core.c
589
struct vx_core *chip = entry->private_data;
sound/drivers/vx/vx_core.c
630
static void vx_proc_init(struct vx_core *chip)
sound/drivers/vx/vx_core.c
641
int snd_vx_dsp_boot(struct vx_core *chip, const struct firmware *boot)
sound/drivers/vx/vx_core.c
664
int snd_vx_dsp_load(struct vx_core *chip, const struct firmware *dsp)
sound/drivers/vx/vx_core.c
71
static int vx_send_irq_dsp(struct vx_core *chip, int num)
sound/drivers/vx/vx_core.c
718
int snd_vx_suspend(struct vx_core *chip)
sound/drivers/vx/vx_core.c
731
int snd_vx_resume(struct vx_core *chip)
sound/drivers/vx/vx_core.c
777
struct vx_core *snd_vx_create(struct snd_card *card,
sound/drivers/vx/vx_core.c
782
struct vx_core *chip;
sound/drivers/vx/vx_core.c
92
static int vx_reset_chk(struct vx_core *chip)
sound/drivers/vx/vx_hwdep.c
102
void snd_vx_free_firmware(struct vx_core *chip)
sound/drivers/vx/vx_hwdep.c
33
int snd_vx_setup_firmware(struct vx_core *chip)
sound/drivers/vx/vx_mixer.c
114
void vx_toggle_dac_mute(struct vx_core *chip, int mute)
sound/drivers/vx/vx_mixer.c
129
void vx_reset_codec(struct vx_core *chip, int cold_reset)
sound/drivers/vx/vx_mixer.c
163
static void vx_change_audio_source(struct vx_core *chip, int src)
sound/drivers/vx/vx_mixer.c
177
int vx_sync_audio_source(struct vx_core *chip)
sound/drivers/vx/vx_mixer.c
20
static void vx_write_codec_reg(struct vx_core *chip, int codec, unsigned int data)
sound/drivers/vx/vx_mixer.c
202
static int vx_adjust_audio_level(struct vx_core *chip, int audio, int capture,
sound/drivers/vx/vx_mixer.c
241
static int vx_read_audio_level(struct vx_core *chip, int audio, int capture,
sound/drivers/vx/vx_mixer.c
268
int vx_set_monitor_level(struct vx_core *chip, int audio, int level, int active)
sound/drivers/vx/vx_mixer.c
286
static int vx_set_audio_switch(struct vx_core *chip, int audio, int active)
sound/drivers/vx/vx_mixer.c
300
static int vx_set_audio_gain(struct vx_core *chip, int audio, int capture, int level)
sound/drivers/vx/vx_mixer.c
314
static void vx_reset_audio_levels(struct vx_core *chip)
sound/drivers/vx/vx_mixer.c
360
static int vx_get_audio_vu_meter(struct vx_core *chip, int audio, int capture, struct vx_vu_meter *info)
sound/drivers/vx/vx_mixer.c
400
struct vx_core *chip = snd_kcontrol_chip(kcontrol);
sound/drivers/vx/vx_mixer.c
410
struct vx_core *chip = snd_kcontrol_chip(kcontrol);
sound/drivers/vx/vx_mixer.c
421
struct vx_core *chip = snd_kcontrol_chip(kcontrol);
sound/drivers/vx/vx_mixer.c
463
struct vx_core *chip = snd_kcontrol_chip(kcontrol);
sound/drivers/vx/vx_mixer.c
473
struct vx_core *chip = snd_kcontrol_chip(kcontrol);
sound/drivers/vx/vx_mixer.c
480
struct vx_core *chip = snd_kcontrol_chip(kcontrol);
sound/drivers/vx/vx_mixer.c
520
struct vx_core *chip = snd_kcontrol_chip(kcontrol);
sound/drivers/vx/vx_mixer.c
527
struct vx_core *chip = snd_kcontrol_chip(kcontrol);
sound/drivers/vx/vx_mixer.c
562
struct vx_core *chip = snd_kcontrol_chip(kcontrol);
sound/drivers/vx/vx_mixer.c
574
struct vx_core *chip = snd_kcontrol_chip(kcontrol);
sound/drivers/vx/vx_mixer.c
595
struct vx_core *chip = snd_kcontrol_chip(kcontrol);
sound/drivers/vx/vx_mixer.c
606
struct vx_core *chip = snd_kcontrol_chip(kcontrol);
sound/drivers/vx/vx_mixer.c
631
struct vx_core *chip = snd_kcontrol_chip(kcontrol);
sound/drivers/vx/vx_mixer.c
642
struct vx_core *chip = snd_kcontrol_chip(kcontrol);
sound/drivers/vx/vx_mixer.c
659
struct vx_core *chip = snd_kcontrol_chip(kcontrol);
sound/drivers/vx/vx_mixer.c
670
struct vx_core *chip = snd_kcontrol_chip(kcontrol);
sound/drivers/vx/vx_mixer.c
73
static void vx_set_codec_reg(struct vx_core *chip, int codec, int reg, int val)
sound/drivers/vx/vx_mixer.c
735
struct vx_core *chip = snd_kcontrol_chip(kcontrol);
sound/drivers/vx/vx_mixer.c
756
struct vx_core *chip = snd_kcontrol_chip(kcontrol);
sound/drivers/vx/vx_mixer.c
807
struct vx_core *chip = snd_kcontrol_chip(kcontrol);
sound/drivers/vx/vx_mixer.c
820
struct vx_core *chip = snd_kcontrol_chip(kcontrol);
sound/drivers/vx/vx_mixer.c
835
struct vx_core *chip = snd_kcontrol_chip(kcontrol);
sound/drivers/vx/vx_mixer.c
875
int snd_vx_mixer_new(struct vx_core *chip)
sound/drivers/vx/vx_mixer.c
90
static void vx_set_analog_output_level(struct vx_core *chip, int codec, int left, int right)
sound/drivers/vx/vx_pcm.c
1082
void vx_pcm_update_intr(struct vx_core *chip, unsigned int events)
sound/drivers/vx/vx_pcm.c
1140
static int vx_init_audio_io(struct vx_core *chip)
sound/drivers/vx/vx_pcm.c
1186
struct vx_core *chip = pcm->private_data;
sound/drivers/vx/vx_pcm.c
1197
int snd_vx_pcm_new(struct vx_core *chip)
sound/drivers/vx/vx_pcm.c
123
static int vx_set_stream_format(struct vx_core *chip, struct vx_pipe *pipe,
sound/drivers/vx/vx_pcm.c
150
static int vx_set_format(struct vx_core *chip, struct vx_pipe *pipe,
sound/drivers/vx/vx_pcm.c
179
static int vx_set_ibl(struct vx_core *chip, struct vx_ibl_info *info)
sound/drivers/vx/vx_pcm.c
211
static int vx_get_pipe_state(struct vx_core *chip, struct vx_pipe *pipe, int *state)
sound/drivers/vx/vx_pcm.c
236
static int vx_query_hbuffer_size(struct vx_core *chip, struct vx_pipe *pipe)
sound/drivers/vx/vx_pcm.c
260
static int vx_pipe_can_start(struct vx_core *chip, struct vx_pipe *pipe)
sound/drivers/vx/vx_pcm.c
281
static int vx_conf_pipe(struct vx_core *chip, struct vx_pipe *pipe)
sound/drivers/vx/vx_pcm.c
295
static int vx_send_irqa(struct vx_core *chip)
sound/drivers/vx/vx_pcm.c
320
static int vx_toggle_pipe(struct vx_core *chip, struct vx_pipe *pipe, int state)
sound/drivers/vx/vx_pcm.c
375
static int vx_stop_pipe(struct vx_core *chip, struct vx_pipe *pipe)
sound/drivers/vx/vx_pcm.c
393
static int vx_alloc_pipe(struct vx_core *chip, int capture,
sound/drivers/vx/vx_pcm.c
443
static int vx_free_pipe(struct vx_core *chip, struct vx_pipe *pipe)
sound/drivers/vx/vx_pcm.c
45
static void vx_pcm_read_per_bytes(struct vx_core *chip, struct snd_pcm_runtime *runtime,
sound/drivers/vx/vx_pcm.c
461
static int vx_start_stream(struct vx_core *chip, struct vx_pipe *pipe)
sound/drivers/vx/vx_pcm.c
477
static int vx_stop_stream(struct vx_core *chip, struct vx_pipe *pipe)
sound/drivers/vx/vx_pcm.c
517
struct vx_core *chip = snd_pcm_substream_chip(subs);
sound/drivers/vx/vx_pcm.c
559
struct vx_core *chip = snd_pcm_substream_chip(subs);
sound/drivers/vx/vx_pcm.c
583
static int vx_notify_end_of_buffer(struct vx_core *chip, struct vx_pipe *pipe)
sound/drivers/vx/vx_pcm.c
611
static int vx_pcm_playback_transfer_chunk(struct vx_core *chip,
sound/drivers/vx/vx_pcm.c
648
static int vx_update_pipe_position(struct vx_core *chip,
sound/drivers/vx/vx_pcm.c
676
static void vx_pcm_playback_transfer(struct vx_core *chip,
sound/drivers/vx/vx_pcm.c
697
static void vx_pcm_playback_update(struct vx_core *chip,
sound/drivers/vx/vx_pcm.c
72
static void vx_set_pcx_time(struct vx_core *chip, pcx_time_t *pc_time,
sound/drivers/vx/vx_pcm.c
720
struct vx_core *chip = snd_pcm_substream_chip(subs);
sound/drivers/vx/vx_pcm.c
785
struct vx_core *chip = snd_pcm_substream_chip(subs);
sound/drivers/vx/vx_pcm.c
89
static int vx_set_differed_time(struct vx_core *chip, struct vx_rmh *rmh,
sound/drivers/vx/vx_pcm.c
892
struct vx_core *chip = snd_pcm_substream_chip(subs);
sound/drivers/vx/vx_pcm.c
950
struct vx_core *chip = snd_pcm_substream_chip(subs);
sound/drivers/vx/vx_pcm.c
984
static void vx_pcm_capture_update(struct vx_core *chip, struct snd_pcm_substream *subs,
sound/drivers/vx/vx_uer.c
146
static int vx_calc_clock_from_freq(struct vx_core *chip, int freq)
sound/drivers/vx/vx_uer.c
175
static void vx_change_clock_source(struct vx_core *chip, int source)
sound/drivers/vx/vx_uer.c
191
void vx_set_internal_clock(struct vx_core *chip, unsigned int freq)
sound/drivers/vx/vx_uer.c
20
static int vx_modify_board_clock(struct vx_core *chip, int sync)
sound/drivers/vx/vx_uer.c
214
void vx_set_iec958_status(struct vx_core *chip, unsigned int bits)
sound/drivers/vx/vx_uer.c
229
int vx_set_clock(struct vx_core *chip, unsigned int freq)
sound/drivers/vx/vx_uer.c
271
int vx_change_frequency(struct vx_core *chip)
sound/drivers/vx/vx_uer.c
34
static int vx_modify_board_inputs(struct vx_core *chip)
sound/drivers/vx/vx_uer.c
48
static int vx_read_one_cbit(struct vx_core *chip, int index)
sound/drivers/vx/vx_uer.c
70
static void vx_write_one_cbit(struct vx_core *chip, int index, int val)
sound/drivers/vx/vx_uer.c
90
static int vx_read_uer_status(struct vx_core *chip, unsigned int *mode)
sound/pci/vx222/vx222.c
107
struct vx_core *chip;
sound/pci/vx222/vx222.c
120
sizeof(struct snd_vx222) - sizeof(struct vx_core));
sound/pci/vx222/vx222.h
15
struct vx_core core;
sound/pci/vx222/vx222_ops.c
109
static unsigned int vx2_inl(struct vx_core *chip, int offset)
sound/pci/vx222/vx222_ops.c
120
static void vx2_outl(struct vx_core *chip, int offset, unsigned int val)
sound/pci/vx222/vx222_ops.c
132
#define vx_inb(chip,reg) vx2_inb((struct vx_core*)(chip), VX_##reg)
sound/pci/vx222/vx222_ops.c
134
#define vx_outb(chip,reg,val) vx2_outb((struct vx_core*)(chip), VX_##reg, val)
sound/pci/vx222/vx222_ops.c
136
#define vx_inl(chip,reg) vx2_inl((struct vx_core*)(chip), VX_##reg)
sound/pci/vx222/vx222_ops.c
138
#define vx_outl(chip,reg,val) vx2_outl((struct vx_core*)(chip), VX_##reg, val)
sound/pci/vx222/vx222_ops.c
147
static void vx2_reset_dsp(struct vx_core *_chip)
sound/pci/vx222/vx222_ops.c
162
static int vx2_test_xilinx(struct vx_core *_chip)
sound/pci/vx222/vx222_ops.c
220
static void vx2_setup_pseudo_dma(struct vx_core *chip, int do_write)
sound/pci/vx222/vx222_ops.c
236
static inline void vx2_release_pseudo_dma(struct vx_core *chip)
sound/pci/vx222/vx222_ops.c
245
static void vx2_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime,
sound/pci/vx222/vx222_ops.c
284
static void vx2_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime,
sound/pci/vx222/vx222_ops.c
324
static int put_xilinx_data(struct vx_core *chip, unsigned int port, unsigned int counts, unsigned char data)
sound/pci/vx222/vx222_ops.c
356
static int vx2_load_xilinx_binary(struct vx_core *chip, const struct firmware *xilinx)
sound/pci/vx222/vx222_ops.c
404
static int vx2_load_dsp(struct vx_core *vx, int index, const struct firmware *dsp)
sound/pci/vx222/vx222_ops.c
438
static int vx2_test_and_ack(struct vx_core *chip)
sound/pci/vx222/vx222_ops.c
469
static void vx2_validate_irq(struct vx_core *_chip, int enable)
sound/pci/vx222/vx222_ops.c
490
static void vx2_write_codec_reg(struct vx_core *chip, unsigned int data)
sound/pci/vx222/vx222_ops.c
666
static void vx2_write_akm(struct vx_core *chip, int reg, unsigned int data)
sound/pci/vx222/vx222_ops.c
702
static void vx2_old_write_codec_bit(struct vx_core *chip, int codec, unsigned int data)
sound/pci/vx222/vx222_ops.c
720
static void vx2_reset_codec(struct vx_core *_chip)
sound/pci/vx222/vx222_ops.c
74
static inline unsigned long vx2_reg_addr(struct vx_core *_chip, int reg)
sound/pci/vx222/vx222_ops.c
762
static void vx2_change_audio_source(struct vx_core *_chip, int src)
sound/pci/vx222/vx222_ops.c
781
static void vx2_set_clock_source(struct vx_core *_chip, int source)
sound/pci/vx222/vx222_ops.c
795
static void vx2_reset_board(struct vx_core *_chip, int cold_reset)
sound/pci/vx222/vx222_ops.c
85
static unsigned char vx2_inb(struct vx_core *chip, int offset)
sound/pci/vx222/vx222_ops.c
869
struct vx_core *_chip = snd_kcontrol_chip(kcontrol);
sound/pci/vx222/vx222_ops.c
880
struct vx_core *_chip = snd_kcontrol_chip(kcontrol);
sound/pci/vx222/vx222_ops.c
911
struct vx_core *_chip = snd_kcontrol_chip(kcontrol);
sound/pci/vx222/vx222_ops.c
919
struct vx_core *_chip = snd_kcontrol_chip(kcontrol);
sound/pci/vx222/vx222_ops.c
959
static int vx2_add_mic_controls(struct vx_core *_chip)
sound/pci/vx222/vx222_ops.c
96
static void vx2_outb(struct vx_core *chip, int offset, unsigned char val)
sound/pcmcia/vx/vxp_mixer.c
105
int vxp_add_mic_controls(struct vx_core *_chip)
sound/pcmcia/vx/vxp_mixer.c
32
struct vx_core *_chip = snd_kcontrol_chip(kcontrol);
sound/pcmcia/vx/vxp_mixer.c
40
struct vx_core *_chip = snd_kcontrol_chip(kcontrol);
sound/pcmcia/vx/vxp_mixer.c
75
struct vx_core *_chip = snd_kcontrol_chip(kcontrol);
sound/pcmcia/vx/vxp_mixer.c
83
struct vx_core *_chip = snd_kcontrol_chip(kcontrol);
sound/pcmcia/vx/vxp_ops.c
116
static void vxp_reset_codec(struct vx_core *_chip)
sound/pcmcia/vx/vxp_ops.c
135
static int vxp_load_xilinx_binary(struct vx_core *_chip, const struct firmware *fw)
sound/pcmcia/vx/vxp_ops.c
235
static int vxp_load_dsp(struct vx_core *vx, int index, const struct firmware *fw)
sound/pcmcia/vx/vxp_ops.c
272
static int vxp_test_and_ack(struct vx_core *_chip)
sound/pcmcia/vx/vxp_ops.c
299
static void vxp_validate_irq(struct vx_core *_chip, int enable)
sound/pcmcia/vx/vxp_ops.c
315
static void vx_setup_pseudo_dma(struct vx_core *_chip, int do_write)
sound/pcmcia/vx/vxp_ops.c
335
static void vx_release_pseudo_dma(struct vx_core *_chip)
sound/pcmcia/vx/vxp_ops.c
355
static void vxp_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime,
sound/pcmcia/vx/vxp_ops.c
38
static inline unsigned long vxp_reg_addr(struct vx_core *_chip, int reg)
sound/pcmcia/vx/vxp_ops.c
394
static void vxp_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime,
sound/pcmcia/vx/vxp_ops.c
436
static void vxp_write_codec_reg(struct vx_core *chip, int codec, unsigned int data)
sound/pcmcia/vx/vxp_ops.c
459
void vx_set_mic_boost(struct vx_core *chip, int boost)
sound/pcmcia/vx/vxp_ops.c
48
static unsigned char vxp_inb(struct vx_core *chip, int offset)
sound/pcmcia/vx/vxp_ops.c
500
void vx_set_mic_level(struct vx_core *chip, int level)
sound/pcmcia/vx/vxp_ops.c
518
static void vxp_change_audio_source(struct vx_core *_chip, int src)
sound/pcmcia/vx/vxp_ops.c
558
static void vxp_set_clock_source(struct vx_core *_chip, int source)
sound/pcmcia/vx/vxp_ops.c
573
static void vxp_reset_board(struct vx_core *_chip, int cold_reset)
sound/pcmcia/vx/vxp_ops.c
58
static void vxp_outb(struct vx_core *chip, int offset, unsigned char val)
sound/pcmcia/vx/vxp_ops.c
67
#define vx_inb(chip,reg) vxp_inb((struct vx_core *)(chip), VX_##reg)
sound/pcmcia/vx/vxp_ops.c
69
#define vx_outb(chip,reg,val) vxp_outb((struct vx_core *)(chip), VX_##reg,val)
sound/pcmcia/vx/vxp_ops.c
77
static int vx_check_magic(struct vx_core *chip)
sound/pcmcia/vx/vxp_ops.c
98
static void vxp_reset_dsp(struct vx_core *_chip)
sound/pcmcia/vx/vxpocket.c
110
struct vx_core *chip;
sound/pcmcia/vx/vxpocket.c
114
sizeof(struct snd_vxpocket) - sizeof(struct vx_core));
sound/pcmcia/vx/vxpocket.c
148
static int snd_vxpocket_assign_resources(struct vx_core *chip, int port, int irq)
sound/pcmcia/vx/vxpocket.c
179
struct vx_core *chip = link->priv;
sound/pcmcia/vx/vxpocket.c
224
struct vx_core *chip = link->priv;
sound/pcmcia/vx/vxpocket.c
234
struct vx_core *chip = link->priv;
sound/pcmcia/vx/vxpocket.c
299
struct vx_core *chip;
sound/pcmcia/vx/vxpocket.c
305
chip = (struct vx_core *)vxp;
sound/pcmcia/vx/vxpocket.h
18
struct vx_core core;
sound/pcmcia/vx/vxpocket.h
37
void vx_set_mic_boost(struct vx_core *chip, int boost);
sound/pcmcia/vx/vxpocket.h
38
void vx_set_mic_level(struct vx_core *chip, int level);
sound/pcmcia/vx/vxpocket.h
40
int vxp_add_mic_controls(struct vx_core *chip);