Home
last modified time | relevance | path

Searched defs:atc (Results 1 – 13 of 13) sorted by relevance

/linux/sound/pci/ctxfi/
H A Dctatc.c132 static int ct_map_audio_buffer(struct ct_atc *atc, struct ct_atc_pcm *apcm) in ct_map_audio_buffer() argument
151 static void ct_unmap_audio_buffer(struct ct_atc *atc, struct ct_atc_pcm *apcm) in ct_unmap_audio_buffer() argument
165 static unsigned long atc_get_ptp_phys(struct ct_atc *atc, int index) in atc_get_ptp_phys() argument
239 static int atc_pcm_playback_prepare(struct ct_atc *atc, struc argument
317 atc_pcm_release_resources(struct ct_atc * atc,struct ct_atc_pcm * apcm) atc_pcm_release_resources() argument
374 atc_pcm_playback_start(struct ct_atc * atc,struct ct_atc_pcm * apcm) atc_pcm_playback_start() argument
399 atc_pcm_stop(struct ct_atc * atc,struct ct_atc_pcm * apcm) atc_pcm_stop() argument
426 atc_pcm_playback_position(struct ct_atc * atc,struct ct_atc_pcm * apcm) atc_pcm_playback_position() argument
458 setup_src_node_conf(struct ct_atc * atc,struct ct_atc_pcm * apcm,struct src_node_conf_t * conf,int * n_srcc) setup_src_node_conf() argument
499 atc_pcm_capture_get_resources(struct ct_atc * atc,struct ct_atc_pcm * apcm) atc_pcm_capture_get_resources() argument
643 atc_pcm_capture_prepare(struct ct_atc * atc,struct ct_atc_pcm * apcm) atc_pcm_capture_prepare() argument
721 atc_pcm_capture_start(struct ct_atc * atc,struct ct_atc_pcm * apcm) atc_pcm_capture_start() argument
772 atc_pcm_capture_position(struct ct_atc * atc,struct ct_atc_pcm * apcm) atc_pcm_capture_position() argument
781 spdif_passthru_playback_get_resources(struct ct_atc * atc,struct ct_atc_pcm * apcm) spdif_passthru_playback_get_resources() argument
845 atc_pll_init(struct ct_atc * atc,int rate) atc_pll_init() argument
855 spdif_passthru_playback_setup(struct ct_atc * atc,struct ct_atc_pcm * apcm) spdif_passthru_playback_setup() argument
893 spdif_passthru_playback_prepare(struct ct_atc * atc,struct ct_atc_pcm * apcm) spdif_passthru_playback_prepare() argument
937 atc_select_line_in(struct ct_atc * atc) atc_select_line_in() argument
959 atc_select_mic_in(struct ct_atc * atc) atc_select_mic_in() argument
981 atc_capabilities(struct ct_atc * atc) atc_capabilities() argument
988 atc_output_switch_get(struct ct_atc * atc) atc_output_switch_get() argument
995 atc_output_switch_put(struct ct_atc * atc,int position) atc_output_switch_put() argument
1002 atc_mic_source_switch_get(struct ct_atc * atc) atc_mic_source_switch_get() argument
1009 atc_mic_source_switch_put(struct ct_atc * atc,int position) atc_mic_source_switch_put() argument
1016 atc_select_digit_io(struct ct_atc * atc) atc_select_digit_io() argument
1028 atc_daio_unmute(struct ct_atc * atc,unsigned char state,int type) atc_daio_unmute() argument
1043 atc_dao_get_status(struct ct_atc * atc,unsigned int * status,int type) atc_dao_get_status() argument
1050 atc_dao_set_status(struct ct_atc * atc,unsigned int status,int type) atc_dao_set_status() argument
1059 atc_line_front_unmute(struct ct_atc * atc,unsigned char state) atc_line_front_unmute() argument
1064 atc_line_surround_unmute(struct ct_atc * atc,unsigned char state) atc_line_surround_unmute() argument
1069 atc_line_clfe_unmute(struct ct_atc * atc,unsigned char state) atc_line_clfe_unmute() argument
1074 atc_line_rear_unmute(struct ct_atc * atc,unsigned char state) atc_line_rear_unmute() argument
1079 atc_line_in_unmute(struct ct_atc * atc,unsigned char state) atc_line_in_unmute() argument
1084 atc_mic_unmute(struct ct_atc * atc,unsigned char state) atc_mic_unmute() argument
1089 atc_spdif_out_unmute(struct ct_atc * atc,unsigned char state) atc_spdif_out_unmute() argument
1094 atc_spdif_in_unmute(struct ct_atc * atc,unsigned char state) atc_spdif_in_unmute() argument
1099 atc_spdif_out_get_status(struct ct_atc * atc,unsigned int * status) atc_spdif_out_get_status() argument
1104 atc_spdif_out_set_status(struct ct_atc * atc,unsigned int status) atc_spdif_out_set_status() argument
1109 atc_spdif_out_passthru(struct ct_atc * atc,unsigned char state) atc_spdif_out_passthru() argument
1141 atc_release_resources(struct ct_atc * atc) atc_release_resources() argument
1211 ct_atc_destroy(struct ct_atc * atc) ct_atc_destroy() argument
1251 struct ct_atc *atc = dev->device_data; atc_dev_free() local
1255 atc_identify_card(struct ct_atc * atc,unsigned int ssid) atc_identify_card() argument
1302 ct_atc_create_alsa_devs(struct ct_atc * atc) ct_atc_create_alsa_devs() argument
1325 atc_create_hw_devs(struct ct_atc * atc) atc_create_hw_devs() argument
1362 atc_get_resources(struct ct_atc * atc) atc_get_resources() argument
1486 atc_connect_resources(struct ct_atc * atc) atc_connect_resources() argument
1545 atc_suspend(struct ct_atc * atc) atc_suspend() argument
1558 atc_hw_resume(struct ct_atc * atc) atc_hw_resume() argument
1570 atc_resources_resume(struct ct_atc * atc) atc_resources_resume() argument
1591 atc_resume(struct ct_atc * atc) atc_resume() argument
1674 struct ct_atc *atc; ct_atc_create() local
[all...]
H A Dctpcm.c106 struct ct_atc *atc = snd_pcm_substream_chip(apcm->substream); in ct_atc_pcm_free_substream() local
117 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_open() local
165 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_close() local
179 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_hw_params() local
189 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_hw_free() local
201 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_prepare() local
222 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_trigger() local
248 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_pointer() local
263 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_capture_open() local
314 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_capture_prepare() local
[all …]
H A Dctmixer.c344 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in ct_alsa_mix_volume_get() local
366 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in ct_alsa_mix_volume_put() local
423 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in output_switch_get() local
431 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in output_switch_put() local
458 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in mic_source_switch_get() local
466 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in mic_source_switch_put() local
482 do_line_mic_switch(struct ct_atc *atc, enum CTALSA_MIXER_CTL type) in do_line_mic_switch()
499 do_digit_io_switch(struct ct_atc *atc, int state) in do_digit_io_switch()
523 static void do_switch(struct ct_atc *atc, enum CTALSA_MIXER_CTL type, int state) in do_switch()
592 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in ct_alsa_mix_switch_put() local
[all …]
H A Dxfi.c60 struct ct_atc *atc; in ct_card_probe() local
129 struct ct_atc *atc = card->private_data; in ct_card_suspend() local
137 struct ct_atc *atc = card->private_data; in ct_card_resume() local
H A Dctvmem.c30 get_vm_block(struct ct_vm *vm, unsigned int size, struct ct_atc *atc) in get_vm_block() argument
130 dev_err(atc->card->dev, in ct_vm_map() local
H A Dctmixer.h42 struct ct_atc *atc; member
H A Dcttimer.c48 struct ct_atc *atc; member
405 ct_timer_new(struct ct_atc * atc) ct_timer_new() argument
[all...]
/linux/include/linux/
H A Dattribute_container.h28 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/drivers/base/
H A Dtransport_class.c91 int anon_transport_class_register(struct anon_transport_class *atc) in anon_transport_class_register()
113 void anon_transport_class_unregister(struct anon_transport_class *atc) in anon_transport_class_unregister()
/linux/drivers/gpu/drm/radeon/
H A Dcik_reg.h232 uint32_t atc:1; member
/linux/drivers/video/fbdev/
H A Di740fb.c49 u8 atc[VGA_ATT_C]; member
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_pm4_headers_vi.h463 unsigned int atc:1; member
/linux/drivers/net/dsa/b53/
H A Db53_common.c2560 u32 atc; in b53_set_ageing_time() local