| /linux/sound/pci/ctxfi/ |
| H A D | ctatc.c | 88 int (*create)(struct ct_atc *atc, 131 atc_pcm_release_resources(struct ct_atc *atc, struct ct_atc_pcm *apcm); 138 static int ct_map_audio_buffer(struct ct_atc *atc, struct ct_atc_pcm *apcm) in ct_map_audio_buffer() argument 147 vm = atc->vm; in ct_map_audio_buffer() 157 static void ct_unmap_audio_buffer(struct ct_atc *atc, struct ct_atc_pcm *apcm) in ct_unmap_audio_buffer() argument 164 vm = atc->vm; in ct_unmap_audio_buffer() 171 static unsigned long atc_get_ptp_phys(struct ct_atc *atc, int index) in atc_get_ptp_phys() argument 173 return atc->vm->get_ptp_phys(atc->vm, index); in atc_get_ptp_phys() 245 static int atc_pcm_playback_prepare(struct ct_atc *atc, struct ct_atc_pcm *apcm) in atc_pcm_playback_prepare() argument 247 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; in atc_pcm_playback_prepare() [all …]
|
| H A D | ctatc.h | 88 int (*map_audio_buffer)(struct ct_atc *atc, struct ct_atc_pcm *apcm); 89 void (*unmap_audio_buffer)(struct ct_atc *atc, struct ct_atc_pcm *apcm); 90 unsigned long (*get_ptp_phys)(struct ct_atc *atc, int index); 94 int (*pcm_playback_prepare)(struct ct_atc *atc, 96 int (*pcm_playback_start)(struct ct_atc *atc, struct ct_atc_pcm *apcm); 97 int (*pcm_playback_stop)(struct ct_atc *atc, struct ct_atc_pcm *apcm); 98 int (*pcm_playback_position)(struct ct_atc *atc, 100 int (*spdif_passthru_playback_prepare)(struct ct_atc *atc, 102 int (*pcm_capture_prepare)(struct ct_atc *atc, struct ct_atc_pcm *apcm); 103 int (*pcm_capture_start)(struct ct_atc *atc, struc [all...] |
| H A D | ctpcm.c | 106 struct ct_atc *atc = snd_pcm_substream_chip(apcm->substream); in ct_atc_pcm_free_substream() local 108 atc->pcm_release_resources(atc, apcm); in ct_atc_pcm_free_substream() 117 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_open() local 130 atc->spdif_out_passthru(atc, 1); in ct_pcm_playback_open() 148 apcm->timer = ct_timer_instance_new(atc->timer, apcm); in ct_pcm_playback_open() 165 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_playback_close() local 169 atc->spdif_out_passthru(atc, 0); in ct_pcm_playback_close() 179 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_hw_params() local 183 atc->pcm_release_resources(atc, apcm); in ct_pcm_hw_params() 189 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_pcm_hw_free() local [all …]
|
| H A D | ctmixer.c | 344 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in ct_alsa_mix_volume_get() local 350 amixer = ((struct ct_mixer *)atc->mixer)-> in ct_alsa_mix_volume_get() 366 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in ct_alsa_mix_volume_put() local 367 struct ct_mixer *mixer = atc->mixer; in ct_alsa_mix_volume_put() 423 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in output_switch_get() local 424 ucontrol->value.enumerated.item[0] = atc->output_switch_get(atc); in output_switch_get() 431 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in output_switch_put() local 434 return atc->output_switch_put(atc, ucontrol->value.enumerated.item[0]); in output_switch_put() 458 struct ct_atc *atc = snd_kcontrol_chip(kcontrol); in mic_source_switch_get() local 459 ucontrol->value.enumerated.item[0] = atc->mic_source_switch_get(atc); in mic_source_switch_get() [all …]
|
| H A D | xfi.c | 60 struct ct_atc *atc; in ct_card_probe() local 90 pci_id->driver_data, subsystem[dev], &atc); in ct_card_probe() 94 card->private_data = atc; in ct_card_probe() 97 err = ct_atc_create_alsa_devs(atc); in ct_card_probe() 104 card->shortname, atc->chip_name, atc->model_name); in ct_card_probe() 129 struct ct_atc *atc = card->private_data; in ct_card_suspend() local 131 return atc->suspend(atc); in ct_card_suspend() 137 struct ct_atc *atc = card->private_data; in ct_card_resume() local 139 return atc->resume(atc); in ct_card_resume()
|
| H A D | cttimer.c | 48 struct ct_atc *atc; member 139 struct hw *hw = atimer->atc->hw; in ct_xfitimer_irq_rearm() 151 struct hw *hw = atimer->atc->hw; in ct_xfitimer_irq_stop() 160 struct hw *hw = atimer->atc->hw; in ct_xfitimer_get_wc() 388 struct ct_timer *ct_timer_new(struct ct_atc *atc) in ct_timer_new() argument 400 atimer->atc = atc; in ct_timer_new() 401 hw = atc->hw; in ct_timer_new() 403 dev_info(atc->card->dev, "Use xfi-native timer\n"); in ct_timer_new() 408 dev_info(atc->card->dev, "Use system timer\n"); in ct_timer_new() 416 struct hw *hw = atimer->atc->hw; in ct_timer_free()
|
| H A D | ctmixer.h | 42 struct ct_atc *atc; member 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 D | ctvmem.c | 30 get_vm_block(struct ct_vm *vm, unsigned int size, struct ct_atc *atc) in get_vm_block() argument 37 dev_err(atc->card->dev, in get_vm_block() 126 struct ct_atc *atc = snd_pcm_substream_chip(substream); in ct_vm_map() local 128 block = get_vm_block(vm, size, atc); in ct_vm_map() 130 dev_err(atc->card->dev, in ct_vm_map()
|
| H A D | ctpcm.h | 19 int ct_alsa_pcm_create(struct ct_atc *atc,
|
| H A D | cttimer.h | 20 struct ct_timer *ct_timer_new(struct ct_atc *atc);
|
| /linux/drivers/video/fbdev/ |
| H A D | i740fb.c | 49 u8 atc[VGA_ATT_C]; member 555 par->atc[i] = i; in i740fb_decode_var() 556 par->atc[VGA_ATC_MODE] = 0x81; in i740fb_decode_var() 557 par->atc[VGA_ATC_OVERSCAN] = 0x00; /* 0 for EGA, 0xFF for VGA */ in i740fb_decode_var() 558 par->atc[VGA_ATC_PLANE_ENABLE] = 0x0F; in i740fb_decode_var() 559 par->atc[VGA_ATC_COLOR_PAGE] = 0x00; in i740fb_decode_var() 643 par->atc[VGA_ATC_OVERSCAN] = 0; in i740fb_decode_var() 800 i740outb(par, VGA_ATT_IW, par->atc[i]); in i740fb_set_par()
|
| /linux/arch/arm/boot/dts/nvidia/ |
| H A D | tegra20-trimslice.dts | 53 atc { 54 nvidia,pins = "atc", "gmb"; 203 nvidia,pins = "ata", "atc", "atd", "ate",
|
| H A D | tegra20-tamonten.dtsi | 46 atc { 47 nvidia,pins = "atc"; 185 nvidia,pins = "ata", "atb", "atc", "atd", "ate",
|
| H A D | tegra20-ventana.dts | 62 atc { 63 nvidia,pins = "atc"; 208 nvidia,pins = "ata", "atb", "atc", "atd",
|
| H A D | tegra20-harmony.dts | 60 atc { 61 nvidia,pins = "atc"; 203 nvidia,pins = "ata", "atb", "atc", "atd", "ate",
|
| H A D | tegra20-seaboard.dts | 60 atc { 61 nvidia,pins = "atc"; 206 nvidia,pins = "ata", "atb", "atc", "atd",
|
| H A D | tegra20-paz00.dts | 59 nvidia,pins = "ata", "atc", "atd", "ate", 201 nvidia,pins = "ata", "atb", "atc", "atd", "ate",
|
| H A D | tegra20-acer-a500-picasso.dts | 103 atc { 104 nvidia,pins = "atc"; 249 nvidia,pins = "ata", "atb", "atc", "atd",
|
| H A D | tegra20-colibri.dtsi | 111 nvidia,pins = "atc", "atd", "ate", "dap1",
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | cik_reg.h | 232 uint32_t atc:1; member
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_pm4_headers_vi.h | 463 unsigned int atc:1; member
|
| /linux/drivers/iommu/arm/arm-smmu-v3/ |
| H A D | arm-smmu-v3.c | 328 cmd[0] |= FIELD_PREP(CMDQ_ATC_0_GLOBAL, ent->atc.global); in arm_smmu_cmdq_build_cmd() 329 cmd[0] |= FIELD_PREP(CMDQ_ATC_0_SSID, ent->atc.ssid); in arm_smmu_cmdq_build_cmd() 330 cmd[0] |= FIELD_PREP(CMDQ_ATC_0_SID, ent->atc.sid); in arm_smmu_cmdq_build_cmd() 331 cmd[1] |= FIELD_PREP(CMDQ_ATC_1_SIZE, ent->atc.size); in arm_smmu_cmdq_build_cmd() 332 cmd[1] |= ent->atc.addr & CMDQ_ATC_1_ADDR_MASK; in arm_smmu_cmdq_build_cmd() 2185 .atc.ssid = ssid, in arm_smmu_atc_inv_to_cmd() 2189 cmd->atc.size = ATC_INV_SIZE_ALL; in arm_smmu_atc_inv_to_cmd() 2221 cmd->atc.addr = page_start << inval_grain_shift; in arm_smmu_atc_inv_to_cmd() 2222 cmd->atc.size = log2_span; in arm_smmu_atc_inv_to_cmd() 2236 cmd.atc.sid = master->streams[i].id; in arm_smmu_atc_inv_master() [all …]
|
| /linux/drivers/net/dsa/b53/ |
| H A D | b53_common.c | 2671 u32 atc; in b53_set_ageing_time() local 2680 atc = DIV_ROUND_CLOSEST(msecs, 500); in b53_set_ageing_time() 2682 atc = DIV_ROUND_CLOSEST(msecs, 1000); in b53_set_ageing_time() 2685 atc |= AGE_CHANGE; in b53_set_ageing_time() 2687 b53_write32(dev, B53_MGMT_PAGE, reg, atc); in b53_set_ageing_time()
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_hw.h | 811 u8 atc; /* init gate value */ member
|
| H A D | enetc_qos.c | 89 gcl_config->atc = 0xff; in enetc_setup_taprio()
|