Searched defs:atc (Results  1 – 11 of 11) sorted by relevance
| /linux-4.1.27/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()
 243 static int atc_pcm_playback_prepare(struct ct_atc *atc, struct ct_atc_pcm *apcm)  in atc_pcm_playback_prepare()
 321 atc_pcm_release_resources(struct ct_atc *atc, struct ct_atc_pcm *apcm)  in atc_pcm_release_resources()
 378 static int atc_pcm_playback_start(struct ct_atc *atc, struct ct_atc_pcm *apcm)  in atc_pcm_playback_start()
 403 static int atc_pcm_stop(struct ct_atc *atc, struct ct_atc_pcm *apcm)  in atc_pcm_stop()
 430 atc_pcm_playback_position(struct ct_atc *atc, struct ct_atc_pcm *apcm)  in atc_pcm_playback_position()
 462 static void setup_src_node_conf(struct ct_atc *atc, struct ct_atc_pcm *apcm,  in setup_src_node_conf()
 503 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()  local121 	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
 231 	struct ct_atc *atc = snd_pcm_substream_chip(substream);  in ct_pcm_playback_trigger()  local
 257 	struct ct_atc *atc = snd_pcm_substream_chip(substream);  in ct_pcm_playback_pointer()  local
 272 	struct ct_atc *atc = snd_pcm_substream_chip(substream);  in ct_pcm_capture_open()  local
 322 	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()  local370 	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()  local133 	struct ct_atc *atc = card->private_data;  in ct_card_suspend()  local
 141 	struct ct_atc *atc = card->private_data;  in ct_card_resume()  local
 
 | 
| D | ctvmem.c | 33 get_vm_block(struct ct_vm *vm, unsigned int size, struct ct_atc *atc)  in get_vm_block()133 	struct ct_atc *atc = snd_pcm_substream_chip(substream);  in ct_vm_map()  local
 
 | 
| D | ctmixer.h | 46 	struct ct_atc *atc;  member
 | 
| D | cttimer.c | 51 	struct ct_atc *atc;  member409 struct ct_timer *ct_timer_new(struct ct_atc *atc)  in ct_timer_new()
 
 | 
| /linux-4.1.27/include/linux/ | 
| D | attribute_container.h | 29 attribute_container_no_classdevs(struct attribute_container *atc)  in attribute_container_no_classdevs()35 attribute_container_set_no_classdevs(struct attribute_container *atc)  in attribute_container_set_no_classdevs()
 
 | 
| /linux-4.1.27/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-4.1.27/drivers/video/fbdev/ | 
| D | i740fb.c | 56 	u8 atc[VGA_ATT_C];  member
 | 
| D | vga16fb.c | 523 	u8 atc[VGA_ATT_C];  in vga16fb_set_par()  local
 |