Lines Matching refs:wavnc_info
95 struct wavnc_info { struct
132 unsigned int (*select_input)(struct wavnc_info *, unsigned int, argument
134 int (*decode_mixer)(struct wavnc_info *, int,
136 int (*get_mixer)(struct wavnc_info *, int);
147 static struct wavnc_info adev_info[MAX_AUDIO_DEV];
154 static void vnc_configure_mixer(struct wavnc_info *devc,
173 waveartist_iack(struct wavnc_info *devc) in waveartist_iack()
192 waveartist_reset(struct wavnc_info *devc) in waveartist_reset()
227 waveartist_cmd(struct wavnc_info *devc, in waveartist_cmd()
303 waveartist_cmd1(struct wavnc_info *devc, unsigned int cmd) in waveartist_cmd1()
312 waveartist_cmd1_r(struct wavnc_info *devc, unsigned int cmd) in waveartist_cmd1_r()
326 waveartist_cmd2(struct wavnc_info *devc, unsigned int cmd, unsigned int arg) in waveartist_cmd2()
340 waveartist_cmd3(struct wavnc_info *devc, unsigned int cmd, in waveartist_cmd3()
353 waveartist_getrev(struct wavnc_info *devc, char *rev) in waveartist_getrev()
375 struct wavnc_info *devc; in waveartist_open()
382 devc = (struct wavnc_info *) audio_devs[dev]->devc; in waveartist_open()
408 struct wavnc_info *devc = (struct wavnc_info *) in waveartist_close()
430 struct wavnc_info *devc = (struct wavnc_info *) in waveartist_output_block()
477 struct wavnc_info *devc = (struct wavnc_info *) in waveartist_start_input()
570 struct wavnc_info *devc = (struct wavnc_info *) in waveartist_prepare_for_input()
627 struct wavnc_info *devc = (struct wavnc_info *) in waveartist_prepare_for_output()
676 struct wavnc_info *devc; in waveartist_halt()
684 devc = (struct wavnc_info *) audio_devs[dev]->devc; in waveartist_halt()
691 struct wavnc_info *devc = (struct wavnc_info *) in waveartist_halt_input()
719 struct wavnc_info *devc = (struct wavnc_info *) in waveartist_halt_output()
744 struct wavnc_info *devc = (struct wavnc_info *) in waveartist_trigger()
851 struct wavnc_info *devc = dev_id; in waveartist_intr()
934 waveartist_mixer_update(struct wavnc_info *devc, int whichDev) in waveartist_mixer_update()
995 waveartist_set_adc_mux(struct wavnc_info *devc, char left_dev, in waveartist_set_adc_mux()
1019 waveartist_select_input(struct wavnc_info *devc, unsigned int recmask, in waveartist_select_input()
1047 waveartist_decode_mixer(struct wavnc_info *devc, int dev, in waveartist_decode_mixer()
1074 static int waveartist_get_mixer(struct wavnc_info *devc, int dev) in waveartist_get_mixer()
1092 waveartist_set_recmask(struct wavnc_info *devc, unsigned int recmask) in waveartist_set_recmask()
1116 waveartist_set_mixer(struct wavnc_info *devc, int dev, unsigned int level) in waveartist_set_mixer()
1144 struct wavnc_info *devc = (struct wavnc_info *)audio_devs[dev]->devc; in waveartist_mixer_ioctl()
1228 waveartist_mixer_reset(struct wavnc_info *devc) in waveartist_mixer_reset()
1265 static int __init waveartist_init(struct wavnc_info *devc) in waveartist_init()
1354 struct wavnc_info *devc = &adev_info[nr_waveartist_devs]; in probe_waveartist()
1391 struct wavnc_info *devc = &adev_info[nr_waveartist_devs]; in attach_waveartist()
1434 struct wavnc_info *devc = NULL; in unload_waveartist()
1502 vnc_mute_spkr(struct wavnc_info *devc) in vnc_mute_spkr()
1512 vnc_mute_lout(struct wavnc_info *devc) in vnc_mute_lout()
1531 vnc_volume_slider(struct wavnc_info *devc) in vnc_volume_slider()
1591 netwinder_select_input(struct wavnc_info *devc, unsigned int recmask, in netwinder_select_input()
1628 netwinder_decode_mixer(struct wavnc_info *devc, int dev, unsigned char lev_l, in netwinder_decode_mixer()
1667 static int netwinder_get_mixer(struct wavnc_info *devc, int dev) in netwinder_get_mixer()
1727 vnc_configure_mixer(struct wavnc_info *devc, unsigned int recmask) in vnc_configure_mixer()
1753 vnc_slider(struct wavnc_info *devc) in vnc_slider()
1819 struct wavnc_info *devc = (struct wavnc_info *)audio_devs[dev]->devc; in vnc_private_ioctl()