• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/

Lines Matching refs:ct_atc

82 	int (*create)(struct ct_atc *atc,
128 atc_pcm_release_resources(struct ct_atc *atc, struct ct_atc_pcm *apcm);
135 static int ct_map_audio_buffer(struct ct_atc *atc, struct ct_atc_pcm *apcm)
154 static void ct_unmap_audio_buffer(struct ct_atc *atc, struct ct_atc_pcm *apcm)
168 static unsigned long atc_get_ptp_phys(struct ct_atc *atc, int index)
241 static int atc_pcm_playback_prepare(struct ct_atc *atc, struct ct_atc_pcm *apcm)
318 atc_pcm_release_resources(struct ct_atc *atc, struct ct_atc_pcm *apcm)
375 static int atc_pcm_playback_start(struct ct_atc *atc, struct ct_atc_pcm *apcm)
400 static int atc_pcm_stop(struct ct_atc *atc, struct ct_atc_pcm *apcm)
427 atc_pcm_playback_position(struct ct_atc *atc, struct ct_atc_pcm *apcm)
452 static void setup_src_node_conf(struct ct_atc *atc, struct ct_atc_pcm *apcm,
493 atc_pcm_capture_get_resources(struct ct_atc *atc, struct ct_atc_pcm *apcm)
637 static int atc_pcm_capture_prepare(struct ct_atc *atc, struct ct_atc_pcm *apcm)
715 static int atc_pcm_capture_start(struct ct_atc *atc, struct ct_atc_pcm *apcm)
765 atc_pcm_capture_position(struct ct_atc *atc, struct ct_atc_pcm *apcm)
774 static int spdif_passthru_playback_get_resources(struct ct_atc *atc,
837 static int atc_pll_init(struct ct_atc *atc, int rate)
847 spdif_passthru_playback_setup(struct ct_atc *atc, struct ct_atc_pcm *apcm)
885 spdif_passthru_playback_prepare(struct ct_atc *atc, struct ct_atc_pcm *apcm)
929 static int atc_select_line_in(struct ct_atc *atc)
951 static int atc_select_mic_in(struct ct_atc *atc)
973 static int atc_have_digit_io_switch(struct ct_atc *atc)
980 static int atc_select_digit_io(struct ct_atc *atc)
992 static int atc_daio_unmute(struct ct_atc *atc, unsigned char state, int type)
1007 atc_dao_get_status(struct ct_atc *atc, unsigned int *status, int type)
1014 atc_dao_set_status(struct ct_atc *atc, unsigned int status, int type)
1023 static int atc_line_front_unmute(struct ct_atc *atc, unsigned char state)
1028 static int atc_line_surround_unmute(struct ct_atc *atc, unsigned char state)
1033 static int atc_line_clfe_unmute(struct ct_atc *atc, unsigned char state)
1038 static int atc_line_rear_unmute(struct ct_atc *atc, unsigned char state)
1043 static int atc_line_in_unmute(struct ct_atc *atc, unsigned char state)
1048 static int atc_spdif_out_unmute(struct ct_atc *atc, unsigned char state)
1053 static int atc_spdif_in_unmute(struct ct_atc *atc, unsigned char state)
1058 static int atc_spdif_out_get_status(struct ct_atc *atc, unsigned int *status)
1063 static int atc_spdif_out_set_status(struct ct_atc *atc, unsigned int status)
1068 static int atc_spdif_out_passthru(struct ct_atc *atc, unsigned char state)
1100 static int atc_release_resources(struct ct_atc *atc)
1174 static int ct_atc_destroy(struct ct_atc *atc)
1214 struct ct_atc *atc = dev->device_data;
1218 static int __devinit atc_identify_card(struct ct_atc *atc, unsigned int ssid)
1265 int __devinit ct_atc_create_alsa_devs(struct ct_atc *atc)
1288 static int __devinit atc_create_hw_devs(struct ct_atc *atc)
1324 static int atc_get_resources(struct ct_atc *atc)
1463 static void atc_connect_resources(struct ct_atc *atc)
1510 static int atc_suspend(struct ct_atc *atc, pm_message_t state)
1531 static int atc_hw_resume(struct ct_atc *atc)
1543 static int atc_resources_resume(struct ct_atc *atc)
1564 static int atc_resume(struct ct_atc *atc)
1587 static struct ct_atc atc_preset __devinitdata = {
1629 * Creates kmallocated ct_atc structure. Initializes hardware.
1636 struct ct_atc **ratc)
1638 struct ct_atc *atc;