vx_core            72 include/sound/vx_core.h struct vx_core;
vx_core            76 include/sound/vx_core.h 	unsigned char (*in8)(struct vx_core *chip, int reg);
vx_core            77 include/sound/vx_core.h 	unsigned int (*in32)(struct vx_core *chip, int reg);
vx_core            78 include/sound/vx_core.h 	void (*out8)(struct vx_core *chip, int reg, unsigned char val);
vx_core            79 include/sound/vx_core.h 	void (*out32)(struct vx_core *chip, int reg, unsigned int val);
vx_core            81 include/sound/vx_core.h 	int (*test_and_ack)(struct vx_core *chip);
vx_core            82 include/sound/vx_core.h 	void (*validate_irq)(struct vx_core *chip, int enable);
vx_core            84 include/sound/vx_core.h 	void (*write_codec)(struct vx_core *chip, int codec, unsigned int data);
vx_core            85 include/sound/vx_core.h 	void (*akm_write)(struct vx_core *chip, int reg, unsigned int data);
vx_core            86 include/sound/vx_core.h 	void (*reset_codec)(struct vx_core *chip);
vx_core            87 include/sound/vx_core.h 	void (*change_audio_source)(struct vx_core *chip, int src);
vx_core            88 include/sound/vx_core.h 	void (*set_clock_source)(struct vx_core *chp, int src);
vx_core            90 include/sound/vx_core.h 	int (*load_dsp)(struct vx_core *chip, int idx, const struct firmware *fw);
vx_core            91 include/sound/vx_core.h 	void (*reset_dsp)(struct vx_core *chip);
vx_core            92 include/sound/vx_core.h 	void (*reset_board)(struct vx_core *chip, int cold_reset);
vx_core            93 include/sound/vx_core.h 	int (*add_controls)(struct vx_core *chip);
vx_core            95 include/sound/vx_core.h 	void (*dma_write)(struct vx_core *chip, struct snd_pcm_runtime *runtime,
vx_core            97 include/sound/vx_core.h 	void (*dma_read)(struct vx_core *chip, struct snd_pcm_runtime *runtime,
vx_core           196 include/sound/vx_core.h struct vx_core *snd_vx_create(struct snd_card *card, struct snd_vx_hardware *hw,
vx_core           198 include/sound/vx_core.h int snd_vx_setup_firmware(struct vx_core *chip);
vx_core           199 include/sound/vx_core.h int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *dsp);
vx_core           200 include/sound/vx_core.h int snd_vx_dsp_boot(struct vx_core *chip, const struct firmware *dsp);
vx_core           201 include/sound/vx_core.h int snd_vx_dsp_load(struct vx_core *chip, const struct firmware *dsp);
vx_core           203 include/sound/vx_core.h void snd_vx_free_firmware(struct vx_core *chip);
vx_core           214 include/sound/vx_core.h static inline int vx_test_and_ack(struct vx_core *chip)
vx_core           219 include/sound/vx_core.h static inline void vx_validate_irq(struct vx_core *chip, int enable)
vx_core           224 include/sound/vx_core.h static inline unsigned char snd_vx_inb(struct vx_core *chip, int reg)
vx_core           229 include/sound/vx_core.h static inline unsigned int snd_vx_inl(struct vx_core *chip, int reg)
vx_core           234 include/sound/vx_core.h static inline void snd_vx_outb(struct vx_core *chip, int reg, unsigned char val)
vx_core           239 include/sound/vx_core.h static inline void snd_vx_outl(struct vx_core *chip, int reg, unsigned int val)
vx_core           249 include/sound/vx_core.h static inline void vx_reset_dsp(struct vx_core *chip)
vx_core           254 include/sound/vx_core.h int vx_send_msg(struct vx_core *chip, struct vx_rmh *rmh);
vx_core           255 include/sound/vx_core.h int vx_send_msg_nolock(struct vx_core *chip, struct vx_rmh *rmh);
vx_core           256 include/sound/vx_core.h int vx_send_rih(struct vx_core *chip, int cmd);
vx_core           257 include/sound/vx_core.h int vx_send_rih_nolock(struct vx_core *chip, int cmd);
vx_core           259 include/sound/vx_core.h void vx_reset_codec(struct vx_core *chip, int cold_reset);
vx_core           266 include/sound/vx_core.h int snd_vx_check_reg_bit(struct vx_core *chip, int reg, int mask, int bit, int time);
vx_core           275 include/sound/vx_core.h static inline void vx_pseudo_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime,
vx_core           281 include/sound/vx_core.h static inline void vx_pseudo_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime,
vx_core           299 include/sound/vx_core.h int snd_vx_pcm_new(struct vx_core *chip);
vx_core           300 include/sound/vx_core.h void vx_pcm_update_intr(struct vx_core *chip, unsigned int events);
vx_core           305 include/sound/vx_core.h int snd_vx_mixer_new(struct vx_core *chip);
vx_core           306 include/sound/vx_core.h void vx_toggle_dac_mute(struct vx_core *chip, int mute);
vx_core           307 include/sound/vx_core.h int vx_sync_audio_source(struct vx_core *chip);
vx_core           308 include/sound/vx_core.h int vx_set_monitor_level(struct vx_core *chip, int audio, int level, int active);
vx_core           313 include/sound/vx_core.h void vx_set_iec958_status(struct vx_core *chip, unsigned int bits);
vx_core           314 include/sound/vx_core.h int vx_set_clock(struct vx_core *chip, unsigned int freq);
vx_core           315 include/sound/vx_core.h void vx_set_internal_clock(struct vx_core *chip, unsigned int freq);
vx_core           316 include/sound/vx_core.h int vx_change_frequency(struct vx_core *chip);
vx_core           322 include/sound/vx_core.h int snd_vx_suspend(struct vx_core *card);
vx_core           323 include/sound/vx_core.h int snd_vx_resume(struct vx_core *card);
vx_core            39 sound/drivers/vx/vx_core.c int snd_vx_check_reg_bit(struct vx_core *chip, int reg, int mask, int bit, int time)
vx_core            69 sound/drivers/vx/vx_core.c static int vx_send_irq_dsp(struct vx_core *chip, int num)
vx_core            90 sound/drivers/vx/vx_core.c static int vx_reset_chk(struct vx_core *chip)
vx_core           109 sound/drivers/vx/vx_core.c static int vx_transfer_end(struct vx_core *chip, int cmd)
vx_core           147 sound/drivers/vx/vx_core.c static int vx_read_status(struct vx_core *chip, struct vx_rmh *rmh)
vx_core           228 sound/drivers/vx/vx_core.c int vx_send_msg_nolock(struct vx_core *chip, struct vx_rmh *rmh)
vx_core           333 sound/drivers/vx/vx_core.c int vx_send_msg(struct vx_core *chip, struct vx_rmh *rmh)
vx_core           355 sound/drivers/vx/vx_core.c int vx_send_rih_nolock(struct vx_core *chip, int cmd)
vx_core           392 sound/drivers/vx/vx_core.c int vx_send_rih(struct vx_core *chip, int cmd)
vx_core           409 sound/drivers/vx/vx_core.c int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot)
vx_core           466 sound/drivers/vx/vx_core.c static int vx_test_irq_src(struct vx_core *chip, unsigned int *ret)
vx_core           487 sound/drivers/vx/vx_core.c 	struct vx_core *chip = dev;
vx_core           534 sound/drivers/vx/vx_core.c 	struct vx_core *chip = dev;
vx_core           548 sound/drivers/vx/vx_core.c static void vx_reset_board(struct vx_core *chip, int cold_reset)
vx_core           590 sound/drivers/vx/vx_core.c 	struct vx_core *chip = entry->private_data;
vx_core           631 sound/drivers/vx/vx_core.c static void vx_proc_init(struct vx_core *chip)
vx_core           642 sound/drivers/vx/vx_core.c int snd_vx_dsp_boot(struct vx_core *chip, const struct firmware *boot)
vx_core           664 sound/drivers/vx/vx_core.c int snd_vx_dsp_load(struct vx_core *chip, const struct firmware *dsp)
vx_core           717 sound/drivers/vx/vx_core.c int snd_vx_suspend(struct vx_core *chip)
vx_core           730 sound/drivers/vx/vx_core.c int snd_vx_resume(struct vx_core *chip)
vx_core           768 sound/drivers/vx/vx_core.c struct vx_core *snd_vx_create(struct snd_card *card, struct snd_vx_hardware *hw,
vx_core           772 sound/drivers/vx/vx_core.c 	struct vx_core *chip;
vx_core            33 sound/drivers/vx/vx_hwdep.c int snd_vx_setup_firmware(struct vx_core *chip)
vx_core            98 sound/drivers/vx/vx_hwdep.c void snd_vx_free_firmware(struct vx_core *chip)
vx_core            20 sound/drivers/vx/vx_mixer.c static void vx_write_codec_reg(struct vx_core *chip, int codec, unsigned int data)
vx_core            74 sound/drivers/vx/vx_mixer.c static void vx_set_codec_reg(struct vx_core *chip, int codec, int reg, int val)
vx_core            91 sound/drivers/vx/vx_mixer.c static void vx_set_analog_output_level(struct vx_core *chip, int codec, int left, int right)
vx_core           115 sound/drivers/vx/vx_mixer.c void vx_toggle_dac_mute(struct vx_core *chip, int mute)
vx_core           130 sound/drivers/vx/vx_mixer.c void vx_reset_codec(struct vx_core *chip, int cold_reset)
vx_core           164 sound/drivers/vx/vx_mixer.c static void vx_change_audio_source(struct vx_core *chip, int src)
vx_core           179 sound/drivers/vx/vx_mixer.c int vx_sync_audio_source(struct vx_core *chip)
vx_core           204 sound/drivers/vx/vx_mixer.c static int vx_adjust_audio_level(struct vx_core *chip, int audio, int capture,
vx_core           243 sound/drivers/vx/vx_mixer.c static int vx_read_audio_level(struct vx_core *chip, int audio, int capture,
vx_core           270 sound/drivers/vx/vx_mixer.c int vx_set_monitor_level(struct vx_core *chip, int audio, int level, int active)
vx_core           288 sound/drivers/vx/vx_mixer.c static int vx_set_audio_switch(struct vx_core *chip, int audio, int active)
vx_core           302 sound/drivers/vx/vx_mixer.c static int vx_set_audio_gain(struct vx_core *chip, int audio, int capture, int level)
vx_core           316 sound/drivers/vx/vx_mixer.c static void vx_reset_audio_levels(struct vx_core *chip)
vx_core           362 sound/drivers/vx/vx_mixer.c static int vx_get_audio_vu_meter(struct vx_core *chip, int audio, int capture, struct vx_vu_meter *info)
vx_core           402 sound/drivers/vx/vx_mixer.c 	struct vx_core *chip = snd_kcontrol_chip(kcontrol);
vx_core           412 sound/drivers/vx/vx_mixer.c 	struct vx_core *chip = snd_kcontrol_chip(kcontrol);
vx_core           423 sound/drivers/vx/vx_mixer.c 	struct vx_core *chip = snd_kcontrol_chip(kcontrol);
vx_core           467 sound/drivers/vx/vx_mixer.c 	struct vx_core *chip = snd_kcontrol_chip(kcontrol);
vx_core           477 sound/drivers/vx/vx_mixer.c 	struct vx_core *chip = snd_kcontrol_chip(kcontrol);
vx_core           484 sound/drivers/vx/vx_mixer.c 	struct vx_core *chip = snd_kcontrol_chip(kcontrol);
vx_core           526 sound/drivers/vx/vx_mixer.c 	struct vx_core *chip = snd_kcontrol_chip(kcontrol);
vx_core           533 sound/drivers/vx/vx_mixer.c 	struct vx_core *chip = snd_kcontrol_chip(kcontrol);
vx_core           570 sound/drivers/vx/vx_mixer.c 	struct vx_core *chip = snd_kcontrol_chip(kcontrol);
vx_core           583 sound/drivers/vx/vx_mixer.c 	struct vx_core *chip = snd_kcontrol_chip(kcontrol);
vx_core           606 sound/drivers/vx/vx_mixer.c 	struct vx_core *chip = snd_kcontrol_chip(kcontrol);
vx_core           618 sound/drivers/vx/vx_mixer.c 	struct vx_core *chip = snd_kcontrol_chip(kcontrol);
vx_core           645 sound/drivers/vx/vx_mixer.c 	struct vx_core *chip = snd_kcontrol_chip(kcontrol);
vx_core           657 sound/drivers/vx/vx_mixer.c 	struct vx_core *chip = snd_kcontrol_chip(kcontrol);
vx_core           676 sound/drivers/vx/vx_mixer.c 	struct vx_core *chip = snd_kcontrol_chip(kcontrol);
vx_core           688 sound/drivers/vx/vx_mixer.c 	struct vx_core *chip = snd_kcontrol_chip(kcontrol);
vx_core           755 sound/drivers/vx/vx_mixer.c 	struct vx_core *chip = snd_kcontrol_chip(kcontrol);
vx_core           777 sound/drivers/vx/vx_mixer.c 	struct vx_core *chip = snd_kcontrol_chip(kcontrol);
vx_core           830 sound/drivers/vx/vx_mixer.c 	struct vx_core *chip = snd_kcontrol_chip(kcontrol);
vx_core           843 sound/drivers/vx/vx_mixer.c 	struct vx_core *chip = snd_kcontrol_chip(kcontrol);
vx_core           858 sound/drivers/vx/vx_mixer.c 	struct vx_core *chip = snd_kcontrol_chip(kcontrol);
vx_core           898 sound/drivers/vx/vx_mixer.c int snd_vx_mixer_new(struct vx_core *chip)
vx_core            45 sound/drivers/vx/vx_pcm.c static void vx_pcm_read_per_bytes(struct vx_core *chip, struct snd_pcm_runtime *runtime,
vx_core            73 sound/drivers/vx/vx_pcm.c static void vx_set_pcx_time(struct vx_core *chip, pcx_time_t *pc_time,
vx_core            90 sound/drivers/vx/vx_pcm.c static int vx_set_differed_time(struct vx_core *chip, struct vx_rmh *rmh,
vx_core           124 sound/drivers/vx/vx_pcm.c static int vx_set_stream_format(struct vx_core *chip, struct vx_pipe *pipe,
vx_core           151 sound/drivers/vx/vx_pcm.c static int vx_set_format(struct vx_core *chip, struct vx_pipe *pipe,
vx_core           180 sound/drivers/vx/vx_pcm.c static int vx_set_ibl(struct vx_core *chip, struct vx_ibl_info *info)
vx_core           210 sound/drivers/vx/vx_pcm.c static int vx_get_pipe_state(struct vx_core *chip, struct vx_pipe *pipe, int *state)
vx_core           235 sound/drivers/vx/vx_pcm.c static int vx_query_hbuffer_size(struct vx_core *chip, struct vx_pipe *pipe)
vx_core           259 sound/drivers/vx/vx_pcm.c static int vx_pipe_can_start(struct vx_core *chip, struct vx_pipe *pipe)
vx_core           280 sound/drivers/vx/vx_pcm.c static int vx_conf_pipe(struct vx_core *chip, struct vx_pipe *pipe)
vx_core           294 sound/drivers/vx/vx_pcm.c static int vx_send_irqa(struct vx_core *chip)
vx_core           319 sound/drivers/vx/vx_pcm.c static int vx_toggle_pipe(struct vx_core *chip, struct vx_pipe *pipe, int state)
vx_core           372 sound/drivers/vx/vx_pcm.c static int vx_stop_pipe(struct vx_core *chip, struct vx_pipe *pipe)
vx_core           390 sound/drivers/vx/vx_pcm.c static int vx_alloc_pipe(struct vx_core *chip, int capture,
vx_core           440 sound/drivers/vx/vx_pcm.c static int vx_free_pipe(struct vx_core *chip, struct vx_pipe *pipe)
vx_core           458 sound/drivers/vx/vx_pcm.c static int vx_start_stream(struct vx_core *chip, struct vx_pipe *pipe)
vx_core           474 sound/drivers/vx/vx_pcm.c static int vx_stop_stream(struct vx_core *chip, struct vx_pipe *pipe)
vx_core           514 sound/drivers/vx/vx_pcm.c 	struct vx_core *chip = snd_pcm_substream_chip(subs);
vx_core           557 sound/drivers/vx/vx_pcm.c 	struct vx_core *chip = snd_pcm_substream_chip(subs);
vx_core           581 sound/drivers/vx/vx_pcm.c static int vx_notify_end_of_buffer(struct vx_core *chip, struct vx_pipe *pipe)
vx_core           609 sound/drivers/vx/vx_pcm.c static int vx_pcm_playback_transfer_chunk(struct vx_core *chip,
vx_core           647 sound/drivers/vx/vx_pcm.c static int vx_update_pipe_position(struct vx_core *chip,
vx_core           675 sound/drivers/vx/vx_pcm.c static void vx_pcm_playback_transfer(struct vx_core *chip,
vx_core           695 sound/drivers/vx/vx_pcm.c static void vx_pcm_playback_update(struct vx_core *chip,
vx_core           717 sound/drivers/vx/vx_pcm.c 	struct vx_core *chip = snd_pcm_substream_chip(subs);
vx_core           798 sound/drivers/vx/vx_pcm.c 	struct vx_core *chip = snd_pcm_substream_chip(subs);
vx_core           904 sound/drivers/vx/vx_pcm.c 	struct vx_core *chip = snd_pcm_substream_chip(subs);
vx_core           962 sound/drivers/vx/vx_pcm.c 	struct vx_core *chip = snd_pcm_substream_chip(subs);
vx_core           996 sound/drivers/vx/vx_pcm.c static void vx_pcm_capture_update(struct vx_core *chip, struct snd_pcm_substream *subs,
vx_core          1098 sound/drivers/vx/vx_pcm.c void vx_pcm_update_intr(struct vx_core *chip, unsigned int events)
vx_core          1156 sound/drivers/vx/vx_pcm.c static int vx_init_audio_io(struct vx_core *chip)
vx_core          1202 sound/drivers/vx/vx_pcm.c 	struct vx_core *chip = pcm->private_data;
vx_core          1213 sound/drivers/vx/vx_pcm.c int snd_vx_pcm_new(struct vx_core *chip)
vx_core            20 sound/drivers/vx/vx_uer.c static int vx_modify_board_clock(struct vx_core *chip, int sync)
vx_core            34 sound/drivers/vx/vx_uer.c static int vx_modify_board_inputs(struct vx_core *chip)
vx_core            48 sound/drivers/vx/vx_uer.c static int vx_read_one_cbit(struct vx_core *chip, int index)
vx_core            71 sound/drivers/vx/vx_uer.c static void vx_write_one_cbit(struct vx_core *chip, int index, int val)
vx_core            92 sound/drivers/vx/vx_uer.c static int vx_read_uer_status(struct vx_core *chip, unsigned int *mode)
vx_core           148 sound/drivers/vx/vx_uer.c static int vx_calc_clock_from_freq(struct vx_core *chip, int freq)
vx_core           177 sound/drivers/vx/vx_uer.c static void vx_change_clock_source(struct vx_core *chip, int source)
vx_core           193 sound/drivers/vx/vx_uer.c void vx_set_internal_clock(struct vx_core *chip, unsigned int freq)
vx_core           216 sound/drivers/vx/vx_uer.c void vx_set_iec958_status(struct vx_core *chip, unsigned int bits)
vx_core           231 sound/drivers/vx/vx_uer.c int vx_set_clock(struct vx_core *chip, unsigned int freq)
vx_core           273 sound/drivers/vx/vx_uer.c int vx_change_frequency(struct vx_core *chip)
vx_core           104 sound/pci/vx222/vx222.c static int snd_vx222_free(struct vx_core *chip)
vx_core           119 sound/pci/vx222/vx222.c 	struct vx_core *chip = device->device_data;
vx_core           128 sound/pci/vx222/vx222.c 	struct vx_core *chip;
vx_core           143 sound/pci/vx222/vx222.c 			     sizeof(struct snd_vx222) - sizeof(struct vx_core));
vx_core            15 sound/pci/vx222/vx222.h 	struct vx_core core;
vx_core            74 sound/pci/vx222/vx222_ops.c static inline unsigned long vx2_reg_addr(struct vx_core *_chip, int reg)
vx_core            85 sound/pci/vx222/vx222_ops.c static unsigned char vx2_inb(struct vx_core *chip, int offset)
vx_core            96 sound/pci/vx222/vx222_ops.c static void vx2_outb(struct vx_core *chip, int offset, unsigned char val)
vx_core           109 sound/pci/vx222/vx222_ops.c static unsigned int vx2_inl(struct vx_core *chip, int offset)
vx_core           120 sound/pci/vx222/vx222_ops.c static void vx2_outl(struct vx_core *chip, int offset, unsigned int val)
vx_core           132 sound/pci/vx222/vx222_ops.c #define vx_inb(chip,reg)	vx2_inb((struct vx_core*)(chip), VX_##reg)
vx_core           134 sound/pci/vx222/vx222_ops.c #define vx_outb(chip,reg,val)	vx2_outb((struct vx_core*)(chip), VX_##reg, val)
vx_core           136 sound/pci/vx222/vx222_ops.c #define vx_inl(chip,reg)	vx2_inl((struct vx_core*)(chip), VX_##reg)
vx_core           138 sound/pci/vx222/vx222_ops.c #define vx_outl(chip,reg,val)	vx2_outl((struct vx_core*)(chip), VX_##reg, val)
vx_core           147 sound/pci/vx222/vx222_ops.c static void vx2_reset_dsp(struct vx_core *_chip)
vx_core           162 sound/pci/vx222/vx222_ops.c static int vx2_test_xilinx(struct vx_core *_chip)
vx_core           220 sound/pci/vx222/vx222_ops.c static void vx2_setup_pseudo_dma(struct vx_core *chip, int do_write)
vx_core           236 sound/pci/vx222/vx222_ops.c static inline void vx2_release_pseudo_dma(struct vx_core *chip)
vx_core           245 sound/pci/vx222/vx222_ops.c static void vx2_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime,
vx_core           284 sound/pci/vx222/vx222_ops.c static void vx2_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime,
vx_core           324 sound/pci/vx222/vx222_ops.c static int put_xilinx_data(struct vx_core *chip, unsigned int port, unsigned int counts, unsigned char data)
vx_core           356 sound/pci/vx222/vx222_ops.c static int vx2_load_xilinx_binary(struct vx_core *chip, const struct firmware *xilinx)
vx_core           404 sound/pci/vx222/vx222_ops.c static int vx2_load_dsp(struct vx_core *vx, int index, const struct firmware *dsp)
vx_core           436 sound/pci/vx222/vx222_ops.c static int vx2_test_and_ack(struct vx_core *chip)
vx_core           467 sound/pci/vx222/vx222_ops.c static void vx2_validate_irq(struct vx_core *_chip, int enable)
vx_core           488 sound/pci/vx222/vx222_ops.c static void vx2_write_codec_reg(struct vx_core *chip, unsigned int data)
vx_core           664 sound/pci/vx222/vx222_ops.c static void vx2_write_akm(struct vx_core *chip, int reg, unsigned int data)
vx_core           700 sound/pci/vx222/vx222_ops.c static void vx2_old_write_codec_bit(struct vx_core *chip, int codec, unsigned int data)
vx_core           718 sound/pci/vx222/vx222_ops.c static void vx2_reset_codec(struct vx_core *_chip)
vx_core           760 sound/pci/vx222/vx222_ops.c static void vx2_change_audio_source(struct vx_core *_chip, int src)
vx_core           779 sound/pci/vx222/vx222_ops.c static void vx2_set_clock_source(struct vx_core *_chip, int source)
vx_core           793 sound/pci/vx222/vx222_ops.c static void vx2_reset_board(struct vx_core *_chip, int cold_reset)
vx_core           867 sound/pci/vx222/vx222_ops.c 	struct vx_core *_chip = snd_kcontrol_chip(kcontrol);
vx_core           878 sound/pci/vx222/vx222_ops.c 	struct vx_core *_chip = snd_kcontrol_chip(kcontrol);
vx_core           911 sound/pci/vx222/vx222_ops.c 	struct vx_core *_chip = snd_kcontrol_chip(kcontrol);
vx_core           919 sound/pci/vx222/vx222_ops.c 	struct vx_core *_chip = snd_kcontrol_chip(kcontrol);
vx_core           961 sound/pci/vx222/vx222_ops.c static int vx2_add_mic_controls(struct vx_core *_chip)
vx_core            32 sound/pcmcia/vx/vxp_mixer.c 	struct vx_core *_chip = snd_kcontrol_chip(kcontrol);
vx_core            40 sound/pcmcia/vx/vxp_mixer.c 	struct vx_core *_chip = snd_kcontrol_chip(kcontrol);
vx_core            77 sound/pcmcia/vx/vxp_mixer.c 	struct vx_core *_chip = snd_kcontrol_chip(kcontrol);
vx_core            85 sound/pcmcia/vx/vxp_mixer.c 	struct vx_core *_chip = snd_kcontrol_chip(kcontrol);
vx_core           108 sound/pcmcia/vx/vxp_mixer.c int vxp_add_mic_controls(struct vx_core *_chip)
vx_core            38 sound/pcmcia/vx/vxp_ops.c static inline unsigned long vxp_reg_addr(struct vx_core *_chip, int reg)
vx_core            48 sound/pcmcia/vx/vxp_ops.c static unsigned char vxp_inb(struct vx_core *chip, int offset)
vx_core            58 sound/pcmcia/vx/vxp_ops.c static void vxp_outb(struct vx_core *chip, int offset, unsigned char val)
vx_core            67 sound/pcmcia/vx/vxp_ops.c #define vx_inb(chip,reg)	vxp_inb((struct vx_core *)(chip), VX_##reg)
vx_core            69 sound/pcmcia/vx/vxp_ops.c #define vx_outb(chip,reg,val)	vxp_outb((struct vx_core *)(chip), VX_##reg,val)
vx_core            77 sound/pcmcia/vx/vxp_ops.c static int vx_check_magic(struct vx_core *chip)
vx_core            98 sound/pcmcia/vx/vxp_ops.c static void vxp_reset_dsp(struct vx_core *_chip)
vx_core           116 sound/pcmcia/vx/vxp_ops.c static void vxp_reset_codec(struct vx_core *_chip)
vx_core           135 sound/pcmcia/vx/vxp_ops.c static int vxp_load_xilinx_binary(struct vx_core *_chip, const struct firmware *fw)
vx_core           233 sound/pcmcia/vx/vxp_ops.c static int vxp_load_dsp(struct vx_core *vx, int index, const struct firmware *fw)
vx_core           268 sound/pcmcia/vx/vxp_ops.c static int vxp_test_and_ack(struct vx_core *_chip)
vx_core           295 sound/pcmcia/vx/vxp_ops.c static void vxp_validate_irq(struct vx_core *_chip, int enable)
vx_core           311 sound/pcmcia/vx/vxp_ops.c static void vx_setup_pseudo_dma(struct vx_core *_chip, int do_write)
vx_core           331 sound/pcmcia/vx/vxp_ops.c static void vx_release_pseudo_dma(struct vx_core *_chip)
vx_core           351 sound/pcmcia/vx/vxp_ops.c static void vxp_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime,
vx_core           390 sound/pcmcia/vx/vxp_ops.c static void vxp_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime,
vx_core           432 sound/pcmcia/vx/vxp_ops.c static void vxp_write_codec_reg(struct vx_core *chip, int codec, unsigned int data)
vx_core           455 sound/pcmcia/vx/vxp_ops.c void vx_set_mic_boost(struct vx_core *chip, int boost)
vx_core           497 sound/pcmcia/vx/vxp_ops.c void vx_set_mic_level(struct vx_core *chip, int level)
vx_core           516 sound/pcmcia/vx/vxp_ops.c static void vxp_change_audio_source(struct vx_core *_chip, int src)
vx_core           556 sound/pcmcia/vx/vxp_ops.c static void vxp_set_clock_source(struct vx_core *_chip, int source)
vx_core           571 sound/pcmcia/vx/vxp_ops.c static void vxp_reset_board(struct vx_core *_chip, int cold_reset)
vx_core            62 sound/pcmcia/vx/vxpocket.c 	struct vx_core *chip = device->device_data;
vx_core           127 sound/pcmcia/vx/vxpocket.c 	struct vx_core *chip;
vx_core           135 sound/pcmcia/vx/vxpocket.c 			     sizeof(struct snd_vxpocket) - sizeof(struct vx_core));
vx_core           174 sound/pcmcia/vx/vxpocket.c static int snd_vxpocket_assign_resources(struct vx_core *chip, int port, int irq)
vx_core           202 sound/pcmcia/vx/vxpocket.c 	struct vx_core *chip = link->priv;
vx_core           251 sound/pcmcia/vx/vxpocket.c 	struct vx_core *chip = link->priv;
vx_core           264 sound/pcmcia/vx/vxpocket.c 	struct vx_core *chip = link->priv;
vx_core           328 sound/pcmcia/vx/vxpocket.c 	struct vx_core *chip;
vx_core           334 sound/pcmcia/vx/vxpocket.c 	chip = (struct vx_core *)vxp;
vx_core            18 sound/pcmcia/vx/vxpocket.h 	struct vx_core core;
vx_core            37 sound/pcmcia/vx/vxpocket.h void vx_set_mic_boost(struct vx_core *chip, int boost);
vx_core            38 sound/pcmcia/vx/vxpocket.h void vx_set_mic_level(struct vx_core *chip, int level);
vx_core            40 sound/pcmcia/vx/vxpocket.h int vxp_add_mic_controls(struct vx_core *chip);