Searched defs:atc (Results 1 – 9 of 9) sorted by relevance
/linux-3.3/sound/pci/ctxfi/ |
D | ctatc.c | 136 static int ct_map_audio_buffer(struct ct_atc *atc, struct ct_atc_pcm *apcm) in ct_map_audio_buffer() 155 static void ct_unmap_audio_buffer(struct ct_atc *atc, struct ct_atc_pcm *apcm) in ct_unmap_audio_buffer() 169 static unsigned long atc_get_ptp_phys(struct ct_atc *atc, int index) in atc_get_ptp_phys() 242 static int atc_pcm_playback_prepare(struct ct_atc *atc, struct ct_atc_pcm *apcm) in atc_pcm_playback_prepare() 319 atc_pcm_release_resources(struct ct_atc *atc, struct ct_atc_pcm *apcm) in atc_pcm_release_resources() 376 static int atc_pcm_playback_start(struct ct_atc *atc, struct ct_atc_pcm *apcm) in atc_pcm_playback_start() 401 static int atc_pcm_stop(struct ct_atc *atc, struct ct_atc_pcm *apcm) in atc_pcm_stop() 428 atc_pcm_playback_position(struct ct_atc *atc, struct ct_atc_pcm *apcm) in atc_pcm_playback_position() 453 static void setup_src_node_conf(struct ct_atc *atc, struct ct_atc_pcm *apcm, in setup_src_node_conf() 494 atc_pcm_capture_get_resources(struct ct_atc *atc, struct ct_atc_pcm *apcm) in atc_pcm_capture_get_resources() [all …]
|
D | ctpcm.c | 110 struct ct_atc *atc = snd_pcm_substream_chip(apcm->substream); in ct_atc_pcm_free_substream() local 121 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_open() local 168 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_close() local 182 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_hw_params() local 197 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_hw_free() local 210 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_prepare() local 230 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_trigger() local 256 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_pointer() local 271 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_capture_open() local 321 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_capture_prepare() local [all …]
|
D | ctmixer.c | 348 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in ct_alsa_mix_volume_get() local 370 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in ct_alsa_mix_volume_put() local 427 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in output_switch_get() local 435 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in output_switch_put() local 462 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in mic_source_switch_get() local 470 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in mic_source_switch_put() local 486 do_line_mic_switch(struct ct_atc *atc, enum CTALSA_MIXER_CTL type) in do_line_mic_switch() 503 do_digit_io_switch(struct ct_atc *atc, int state) in do_digit_io_switch() 527 static void do_switch(struct ct_atc *atc, enum CTALSA_MIXER_CTL type, int state) in do_switch() 596 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in ct_alsa_mix_switch_put() local [all …]
|
D | xfi.c | 64 struct ct_atc *atc; in ct_card_probe() local 132 struct ct_atc *atc = card->private_data; in ct_card_suspend() local 140 struct ct_atc *atc = card->private_data; in ct_card_resume() local
|
D | ctmixer.h | 46 struct ct_atc *atc; member
|
D | cttimer.c | 51 struct ct_atc *atc; member 409 struct ct_timer *ct_timer_new(struct ct_atc *atc) in ct_timer_new()
|
/linux-3.3/include/linux/ |
D | attribute_container.h | 28 attribute_container_no_classdevs(struct attribute_container *atc) in attribute_container_no_classdevs() 34 attribute_container_set_no_classdevs(struct attribute_container *atc) in attribute_container_set_no_classdevs()
|
/linux-3.3/drivers/base/ |
D | transport_class.c | 88 int anon_transport_class_register(struct anon_transport_class *atc) in anon_transport_class_register() 110 void anon_transport_class_unregister(struct anon_transport_class *atc) in anon_transport_class_unregister()
|
/linux-3.3/drivers/video/ |
D | vga16fb.c | 523 u8 atc[VGA_ATT_C]; in vga16fb_set_par() local
|