Searched refs:atc (Results 1 - 22 of 22) sorted by relevance

/linux-master/sound/pci/ctxfi/
H A Dctpcm.h19 int ct_alsa_pcm_create(struct ct_atc *atc,
H A Dctatc.h86 int (*map_audio_buffer)(struct ct_atc *atc, struct ct_atc_pcm *apcm);
87 void (*unmap_audio_buffer)(struct ct_atc *atc, struct ct_atc_pcm *apcm);
88 unsigned long (*get_ptp_phys)(struct ct_atc *atc, int index);
92 int (*pcm_playback_prepare)(struct ct_atc *atc,
94 int (*pcm_playback_start)(struct ct_atc *atc, struct ct_atc_pcm *apcm);
95 int (*pcm_playback_stop)(struct ct_atc *atc, struct ct_atc_pcm *apcm);
96 int (*pcm_playback_position)(struct ct_atc *atc,
98 int (*spdif_passthru_playback_prepare)(struct ct_atc *atc,
100 int (*pcm_capture_prepare)(struct ct_atc *atc, struct ct_atc_pcm *apcm);
101 int (*pcm_capture_start)(struct ct_atc *atc, struc
[all...]
H A Dctatc.c82 int (*create)(struct ct_atc *atc,
125 atc_pcm_release_resources(struct ct_atc *atc, struct ct_atc_pcm *apcm);
132 static int ct_map_audio_buffer(struct ct_atc *atc, struct ct_atc_pcm *apcm) argument
141 vm = atc->vm;
151 static void ct_unmap_audio_buffer(struct ct_atc *atc, struct ct_atc_pcm *apcm) argument
158 vm = atc->vm;
165 static unsigned long atc_get_ptp_phys(struct ct_atc *atc, int index) argument
167 return atc->vm->get_ptp_phys(atc->vm, index);
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) argument
374 atc_pcm_playback_start(struct ct_atc *atc, struct ct_atc_pcm *apcm) argument
399 atc_pcm_stop(struct ct_atc *atc, struct ct_atc_pcm *apcm) argument
426 atc_pcm_playback_position(struct ct_atc *atc, struct ct_atc_pcm *apcm) argument
458 setup_src_node_conf(struct ct_atc *atc, struct ct_atc_pcm *apcm, struct src_node_conf_t *conf, int *n_srcc) argument
499 atc_pcm_capture_get_resources(struct ct_atc *atc, struct ct_atc_pcm *apcm) argument
643 atc_pcm_capture_prepare(struct ct_atc *atc, struct ct_atc_pcm *apcm) argument
721 atc_pcm_capture_start(struct ct_atc *atc, struct ct_atc_pcm *apcm) argument
772 atc_pcm_capture_position(struct ct_atc *atc, struct ct_atc_pcm *apcm) argument
781 spdif_passthru_playback_get_resources(struct ct_atc *atc, struct ct_atc_pcm *apcm) argument
845 atc_pll_init(struct ct_atc *atc, int rate) argument
855 spdif_passthru_playback_setup(struct ct_atc *atc, struct ct_atc_pcm *apcm) argument
893 spdif_passthru_playback_prepare(struct ct_atc *atc, struct ct_atc_pcm *apcm) argument
937 atc_select_line_in(struct ct_atc *atc) argument
959 atc_select_mic_in(struct ct_atc *atc) argument
981 atc_capabilities(struct ct_atc *atc) argument
988 atc_output_switch_get(struct ct_atc *atc) argument
995 atc_output_switch_put(struct ct_atc *atc, int position) argument
1002 atc_mic_source_switch_get(struct ct_atc *atc) argument
1009 atc_mic_source_switch_put(struct ct_atc *atc, int position) argument
1016 atc_select_digit_io(struct ct_atc *atc) argument
1028 atc_daio_unmute(struct ct_atc *atc, unsigned char state, int type) argument
1043 atc_dao_get_status(struct ct_atc *atc, unsigned int *status, int type) argument
1050 atc_dao_set_status(struct ct_atc *atc, unsigned int status, int type) argument
1059 atc_line_front_unmute(struct ct_atc *atc, unsigned char state) argument
1064 atc_line_surround_unmute(struct ct_atc *atc, unsigned char state) argument
1069 atc_line_clfe_unmute(struct ct_atc *atc, unsigned char state) argument
1074 atc_line_rear_unmute(struct ct_atc *atc, unsigned char state) argument
1079 atc_line_in_unmute(struct ct_atc *atc, unsigned char state) argument
1084 atc_mic_unmute(struct ct_atc *atc, unsigned char state) argument
1089 atc_spdif_out_unmute(struct ct_atc *atc, unsigned char state) argument
1094 atc_spdif_in_unmute(struct ct_atc *atc, unsigned char state) argument
1099 atc_spdif_out_get_status(struct ct_atc *atc, unsigned int *status) argument
1104 atc_spdif_out_set_status(struct ct_atc *atc, unsigned int status) argument
1109 atc_spdif_out_passthru(struct ct_atc *atc, unsigned char state) argument
1141 atc_release_resources(struct ct_atc *atc) argument
1211 ct_atc_destroy(struct ct_atc *atc) argument
1251 struct ct_atc *atc = dev->device_data; local
1255 atc_identify_card(struct ct_atc *atc, unsigned int ssid) argument
1302 ct_atc_create_alsa_devs(struct ct_atc *atc) argument
1325 atc_create_hw_devs(struct ct_atc *atc) argument
1362 atc_get_resources(struct ct_atc *atc) argument
1486 atc_connect_resources(struct ct_atc *atc) argument
1545 atc_suspend(struct ct_atc *atc) argument
1558 atc_hw_resume(struct ct_atc *atc) argument
1570 atc_resources_resume(struct ct_atc *atc) argument
1591 atc_resume(struct ct_atc *atc) argument
1674 struct ct_atc *atc; local
[all...]
H A Dctpcm.c106 struct ct_atc *atc = snd_pcm_substream_chip(apcm->substream); local
108 atc->pcm_release_resources(atc, apcm);
117 struct ct_atc *atc = snd_pcm_substream_chip(substream); local
130 atc->spdif_out_passthru(atc, 1);
148 apcm->timer = ct_timer_instance_new(atc->timer, apcm);
165 struct ct_atc *atc = snd_pcm_substream_chip(substream); local
169 atc->spdif_out_passthru(atc,
179 struct ct_atc *atc = snd_pcm_substream_chip(substream); local
189 struct ct_atc *atc = snd_pcm_substream_chip(substream); local
201 struct ct_atc *atc = snd_pcm_substream_chip(substream); local
222 struct ct_atc *atc = snd_pcm_substream_chip(substream); local
248 struct ct_atc *atc = snd_pcm_substream_chip(substream); local
263 struct ct_atc *atc = snd_pcm_substream_chip(substream); local
314 struct ct_atc *atc = snd_pcm_substream_chip(substream); local
331 struct ct_atc *atc = snd_pcm_substream_chip(substream); local
354 struct ct_atc *atc = snd_pcm_substream_chip(substream); local
413 ct_alsa_pcm_create(struct ct_atc *atc, enum CTALSADEVS device, const char *device_name) argument
[all...]
H A Dctmixer.c344 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); local
350 amixer = ((struct ct_mixer *)atc->mixer)->
366 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); local
367 struct ct_mixer *mixer = atc->mixer;
423 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); local
424 ucontrol->value.enumerated.item[0] = atc->output_switch_get(atc);
431 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); local
434 return atc->output_switch_put(atc, ucontro
458 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); local
466 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); local
482 do_line_mic_switch(struct ct_atc *atc, enum CTALSA_MIXER_CTL type) argument
499 do_digit_io_switch(struct ct_atc *atc, int state) argument
523 do_switch(struct ct_atc *atc, enum CTALSA_MIXER_CTL type, int state) argument
592 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); local
636 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); local
655 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); local
737 struct ct_atc *atc = mixer->atc; local
1171 ct_mixer_create(struct ct_atc *atc, struct ct_mixer **rmixer) argument
1210 ct_alsa_mix_create(struct ct_atc *atc, enum CTALSADEVS device, const char *device_name) argument
[all...]
H A Dxfi.c60 struct ct_atc *atc; local
90 pci_id->driver_data, subsystem[dev], &atc);
94 card->private_data = atc;
97 err = ct_atc_create_alsa_devs(atc);
104 card->shortname, atc->chip_name, atc->model_name);
129 struct ct_atc *atc = card->private_data; local
131 return atc->suspend(atc);
137 struct ct_atc *atc local
[all...]
H A Dctmixer.h42 struct ct_atc *atc; member in struct:ct_mixer
60 int ct_alsa_mix_create(struct ct_atc *atc,
63 int ct_mixer_create(struct ct_atc *atc, struct ct_mixer **rmixer);
H A Dcttimer.h20 struct ct_timer *ct_timer_new(struct ct_atc *atc);
H A Dcttimer.c48 struct ct_atc *atc; member in struct:ct_timer
146 struct hw *hw = atimer->atc->hw;
158 struct hw *hw = atimer->atc->hw;
167 struct hw *hw = atimer->atc->hw;
405 struct ct_timer *ct_timer_new(struct ct_atc *atc) argument
417 atimer->atc = atc;
418 hw = atc->hw;
420 dev_info(atc->card->dev, "Use xfi-native timer\n");
425 dev_info(atc
[all...]
H A Dctvmem.c30 get_vm_block(struct ct_vm *vm, unsigned int size, struct ct_atc *atc) argument
37 dev_err(atc->card->dev,
130 struct ct_atc *atc = snd_pcm_substream_chip(substream); local
132 block = get_vm_block(vm, size, atc);
134 dev_err(atc->card->dev,
/linux-master/include/linux/
H A Dattribute_container.h28 attribute_container_no_classdevs(struct attribute_container *atc) argument
30 return atc->flags & ATTRIBUTE_CONTAINER_NO_CLASSDEVS;
34 attribute_container_set_no_classdevs(struct attribute_container *atc) argument
36 atc->flags |= ATTRIBUTE_CONTAINER_NO_CLASSDEVS;
/linux-master/drivers/base/
H A Dtransport_class.c82 * @atc: The anon transport class to register
91 int anon_transport_class_register(struct anon_transport_class *atc) argument
94 atc->container.class = &atc->tclass.class;
95 attribute_container_set_no_classdevs(&atc->container);
96 error = attribute_container_register(&atc->container);
99 atc->tclass.setup = anon_transport_dummy_function;
100 atc->tclass.remove = anon_transport_dummy_function;
108 * @atc: Pointer to the anon transport class to unregister
113 void anon_transport_class_unregister(struct anon_transport_class *atc) argument
[all...]
/linux-master/drivers/video/fbdev/
H A Dvga16fb.c538 u8 atc[VGA_ATT_C]; local
573 atc[i] = i;
575 atc[VGA_ATC_MODE] = 0x04;
577 atc[VGA_ATC_MODE] = 0x41;
579 atc[VGA_ATC_MODE] = 0x81;
580 atc[VGA_ATC_OVERSCAN] = 0x00; /* 0 for EGA, 0xFF for VGA */
581 atc[VGA_ATC_PLANE_ENABLE] = 0x0F;
583 atc[VGA_ATC_PEL] = (info->var.xoffset & 3) << 1;
585 atc[VGA_ATC_PEL] = info->var.xoffset & 7;
586 atc[VGA_ATC_COLOR_PAG
[all...]
H A Di740fb.c49 u8 atc[VGA_ATT_C]; member in struct:i740fb_par
555 par->atc[i] = i;
556 par->atc[VGA_ATC_MODE] = 0x81;
557 par->atc[VGA_ATC_OVERSCAN] = 0x00; /* 0 for EGA, 0xFF for VGA */
558 par->atc[VGA_ATC_PLANE_ENABLE] = 0x0F;
559 par->atc[VGA_ATC_COLOR_PAGE] = 0x00;
643 par->atc[VGA_ATC_OVERSCAN] = 0;
800 i740outb(par, VGA_ATT_IW, par->atc[i]);
/linux-master/drivers/gpu/drm/radeon/
H A Dcik_reg.h232 uint32_t atc:1; member in struct:TCP_WATCH_CNTL_BITS::__anon3387
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_pm4_headers_vi.h463 unsigned int atc:1; member in struct:pm4_mec_release_mem::__anon337::__anon338
H A Dkfd_packet_manager_vi.c286 packet->bitfields2.atc = 0;
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c310 cmd[0] |= FIELD_PREP(CMDQ_ATC_0_GLOBAL, ent->atc.global);
311 cmd[0] |= FIELD_PREP(CMDQ_ATC_0_SSID, ent->atc.ssid);
312 cmd[0] |= FIELD_PREP(CMDQ_ATC_0_SID, ent->atc.sid);
313 cmd[1] |= FIELD_PREP(CMDQ_ATC_1_SIZE, ent->atc.size);
314 cmd[1] |= ent->atc.addr & CMDQ_ATC_1_ADDR_MASK;
1889 .atc.ssid = ssid,
1893 cmd->atc.size = ATC_INV_SIZE_ALL;
1925 cmd->atc.addr = page_start << inval_grain_shift;
1926 cmd->atc.size = log2_span;
1939 cmd.atc
[all...]
H A Darm-smmu-v3.h493 } atc; member in union:arm_smmu_cmdq_ent::__anon3
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_hw.h754 u8 atc; /* init gate value */ member in struct:tgs_gcl_conf
H A Denetc_qos.c89 gcl_config->atc = 0xff;
/linux-master/drivers/pinctrl/tegra/
H A Dpinctrl-tegra20.c2048 MUX_PG(atc, IDE, NAND, GMI, SDIO4, 0x14, 2, 0x80, 22, 0xa0, 4),

Completed in 255 milliseconds