/linux/drivers/gpu/drm/sti/ |
A D | sti_hda.c | 258 struct sti_hda *hda; member 406 if (!hda->enabled) in sti_hda_disable() 436 if (hda->enabled) in sti_hda_pre_enable() 579 struct sti_hda *hda = hda_connector->hda; in sti_hda_connector_get_modes() local 613 struct sti_hda *hda = hda_connector->hda; in sti_hda_connector_mode_valid() local 643 struct sti_hda *hda = hda_connector->hda; in sti_hda_late_register() local 645 hda_debugfs_init(hda, hda->drm_dev->primary); in sti_hda_late_register() 692 connector->hda = hda; in sti_hda_bind() 746 hda = devm_kzalloc(dev, sizeof(*hda), GFP_KERNEL); in sti_hda_probe() 747 if (!hda) in sti_hda_probe() [all …]
|
A D | sti_tvout.c | 118 struct drm_encoder *hda; member 531 crtc = tvout->hda->crtc; in tvout_dbg_show() 785 tvout->hda = sti_tvout_create_hda_encoder(dev, tvout); in sti_tvout_create_encoders() 789 drm_encoder_mask(tvout->hda) | drm_encoder_mask(tvout->dvo); in sti_tvout_create_encoders() 790 tvout->hda->possible_clones = drm_encoder_mask(tvout->hdmi) | in sti_tvout_create_encoders() 791 drm_encoder_mask(tvout->hda) | drm_encoder_mask(tvout->dvo); in sti_tvout_create_encoders() 793 drm_encoder_mask(tvout->hda) | drm_encoder_mask(tvout->dvo); in sti_tvout_create_encoders() 802 if (tvout->hda) in sti_tvout_destroy_encoders() 803 drm_encoder_cleanup(tvout->hda); in sti_tvout_destroy_encoders() 804 tvout->hda = NULL; in sti_tvout_destroy_encoders()
|
/linux/sound/pci/hda/ |
A D | Makefile | 2 snd-hda-intel-objs := hda_intel.o 3 snd-hda-tegra-objs := hda_tegra.o 6 snd-hda-codec-y += hda_controller.o 16 snd-hda-codec-generic-objs := hda_generic.o 18 snd-hda-codec-cmedia-objs := patch_cmedia.o 19 snd-hda-codec-analog-objs := patch_analog.o 20 snd-hda-codec-idt-objs := patch_sigmatel.o 21 snd-hda-codec-si3054-objs := patch_si3054.o 22 snd-hda-codec-cirrus-objs := patch_cirrus.o 27 snd-hda-codec-via-objs := patch_via.o [all …]
|
A D | hda_tegra.c | 160 clk_bulk_disable_unprepare(hda->nclocks, hda->clocks); in hda_tegra_runtime_suspend() 178 rc = clk_bulk_prepare_enable(hda->nclocks, hda->clocks); in hda_tegra_runtime_resume() 247 hda_tegra_init(hda); in hda_tegra_init_chip() 396 chip = &hda->chip; in hda_tegra_create() 446 hda = devm_kzalloc(&pdev->dev, sizeof(*hda), GFP_KERNEL); in hda_tegra_probe() 447 if (!hda) in hda_tegra_probe() 450 chip = &hda->chip; in hda_tegra_probe() 465 hda->clocks[hda->nclocks++].id = "hda"; in hda_tegra_probe() 466 hda->clocks[hda->nclocks++].id = "hda2hdmi"; in hda_tegra_probe() 467 hda->clocks[hda->nclocks++].id = "hda2codec_2x"; in hda_tegra_probe() [all …]
|
A D | hda_intel.c | 924 struct hda_intel *hda; in param_set_xint() local 934 chip = &hda->chip; in param_set_xint() 949 struct hda_intel *hda; in azx_is_pm_ready() local 1198 if (hda->init_failed) in azx_vs_set_state() 1250 if (hda->init_failed) in azx_vs_can_switch() 1350 if (hda->freed) in azx_free() 1390 hda->freed = 1; in azx_free() 1774 hda = devm_kzalloc(&pci->dev, sizeof(*hda), GFP_KERNEL); in azx_create() 1775 if (!hda) in azx_create() 1778 chip = &hda->chip; in azx_create() [all …]
|
A D | Kconfig | 27 will be called snd-hda-intel. 43 will be called snd-hda-tegra. 92 option, such as patch=hda-init. 100 snd-hda-intel driver, such as ALC880. 110 snd-hda-intel driver, such as AD1986A. 131 snd-hda-intel driver, such as VT1708. 155 snd-hda-intel driver, such as CS4206. 165 snd-hda-intel driver, such as CS8409. 176 snd-hda-intel driver, such as CX20549. 195 snd-hda-intel driver. [all …]
|
A D | .built-in.a.cmd | 1 …hda/built-in.a := echo >/dev/null; rm -f sound/pci/hda/built-in.a; /usr/bin/ccache /home/test/work…
|
/linux/Documentation/devicetree/bindings/sound/ |
A D | nvidia,tegra30-hda.yaml | 19 pattern: "^hda@[0-9a-f]*$" 23 - const: nvidia,tegra30-hda 26 - nvidia,tegra194-hda 27 - nvidia,tegra186-hda 28 - nvidia,tegra210-hda 29 - nvidia,tegra124-hda 30 - const: nvidia,tegra30-hda 48 - const: hda 57 - const: hda 95 hda@70030000 { [all …]
|
/linux/sound/soc/sof/intel/ |
A D | Makefile | 6 snd-sof-intel-hda-common-objs := hda.o hda-loader.o hda-stream.o hda-trace.o \ 7 hda-dsp.o hda-ipc.o hda-ctrl.o hda-pcm.o \ 8 hda-dai.o hda-bus.o \ 10 snd-sof-intel-hda-common-$(CONFIG_SND_SOC_SOF_HDA_PROBES) += hda-probes.o 12 snd-sof-intel-hda-objs := hda-codec.o 19 obj-$(CONFIG_SND_SOC_SOF_HDA_COMMON) += snd-sof-intel-hda-common.o 20 obj-$(CONFIG_SND_SOC_SOF_HDA) += snd-sof-intel-hda.o
|
A D | hda-trace.c | 24 struct sof_intel_hda_dev *hda = sdev->pdata->hw_pdata; in hda_dsp_trace_prepare() local 25 struct hdac_ext_stream *stream = hda->dtrace_stream; in hda_dsp_trace_prepare() 42 struct sof_intel_hda_dev *hda = sdev->pdata->hw_pdata; in hda_dsp_trace_init() local 48 if (!hda->dtrace_stream) { in hda_dsp_trace_init() 54 *stream_tag = hda->dtrace_stream->hstream.stream_tag; in hda_dsp_trace_init() 64 hda->dtrace_stream = NULL; in hda_dsp_trace_init() 73 struct sof_intel_hda_dev *hda = sdev->pdata->hw_pdata; in hda_dsp_trace_release() local 76 if (hda->dtrace_stream) { in hda_dsp_trace_release() 77 hstream = &hda->dtrace_stream->hstream; in hda_dsp_trace_release() 81 hda->dtrace_stream = NULL; in hda_dsp_trace_release() [all …]
|
A D | hda-loader.c | 89 const struct sof_intel_dsp_desc *chip = hda->desc; in cl_dsp_init() 98 if (hda->boot_iteration == HDA_FW_BOOT_ATTEMPTS) in cl_dsp_init() 121 if (hda->boot_iteration == HDA_FW_BOOT_ATTEMPTS) in cl_dsp_init() 137 if (hda->boot_iteration == HDA_FW_BOOT_ATTEMPTS) in cl_dsp_init() 154 if (hda->boot_iteration == HDA_FW_BOOT_ATTEMPTS) in cl_dsp_init() 174 if (hda->boot_iteration == HDA_FW_BOOT_ATTEMPTS) in cl_dsp_init() 183 if (hda->boot_iteration == HDA_FW_BOOT_ATTEMPTS) in cl_dsp_init() 377 hda->boot_iteration = i + 1; in hda_dsp_cl_boot_firmware() 503 if (!hda->clk_config_lpro) { in hda_dsp_post_fw_run_icl() 541 hda->clk_config_lpro ? "LPRO" : "HPRO"); in hda_dsp_ext_man_get_cavs_config_data() [all …]
|
A D | hda-dsp.c | 248 struct sof_intel_hda_dev *hda = sdev->pdata->hw_pdata; in hda_dsp_enable_core() local 249 const struct sof_intel_dsp_desc *chip = hda->desc; in hda_dsp_enable_core() 273 struct sof_intel_hda_dev *hda = sdev->pdata->hw_pdata; in hda_dsp_core_reset_power_down() local 274 const struct sof_intel_dsp_desc *chip = hda->desc; in hda_dsp_core_reset_power_down() 313 const struct sof_intel_dsp_desc *chip = hda->desc; in hda_dsp_ipc_int_enable() 328 const struct sof_intel_dsp_desc *chip = hda->desc; in hda_dsp_ipc_int_disable() 613 const struct sof_intel_dsp_desc *chip = hda->desc; in hda_suspend() 763 if (hda->l1_support_changed) in hda_dsp_resume() 819 cancel_delayed_work_sync(&hda->d0i3_work); in hda_dsp_runtime_suspend() 842 cancel_delayed_work_sync(&hda->d0i3_work); in hda_dsp_suspend() [all …]
|
A D | hda-pcm.c | 96 struct sof_intel_hda_dev *hda = sdev->pdata->hw_pdata; in hda_dsp_pcm_hw_params() local 127 if (hda && hda->no_ipc_position) { in hda_dsp_pcm_hw_params() 158 struct sof_intel_hda_dev *hda = sdev->pdata->hw_pdata; in hda_dsp_pcm_pointer() local 169 if (hda && !hda->no_ipc_position) { in hda_dsp_pcm_pointer()
|
/linux/sound/hda/ |
A D | Makefile | 2 snd-hda-core-objs := hda_bus_type.o hdac_bus.o hdac_device.o hdac_sysfs.o \ 5 snd-hda-core-objs += trace.o 9 snd-hda-core-$(CONFIG_SND_HDA_COMPONENT) += hdac_component.o 10 snd-hda-core-$(CONFIG_SND_HDA_I915) += hdac_i915.o 12 obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o
|
A D | .built-in.a.cmd | 1 …hda/built-in.a := echo >/dev/null; rm -f sound/hda/built-in.a; /usr/bin/ccache /home/test/workspac…
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
A D | sorgp100.c | 48 .hda = { 85 u32 hda; in gp100_sor_new() local 87 if (!((hda = nvkm_rd32(device, 0x08a15c)) & 0x40000000)) in gp100_sor_new() 88 hda = nvkm_rd32(device, 0x10ebb0) >> 8; in gp100_sor_new() 90 if (hda & BIT(id)) in gp100_sor_new()
|
A D | outp.c | 117 u8 user, bool hda) in nvkm_outp_acquire_hda() argument 123 if (!ior->identity && !!ior->func->hda.hpd == hda && in nvkm_outp_acquire_hda() 133 if (!ior->identity && !!ior->func->hda.hpd == hda && in nvkm_outp_acquire_hda() 143 nvkm_outp_acquire(struct nvkm_outp *outp, u8 user, bool hda) in nvkm_outp_acquire() argument 184 WARN_ON(hda && !ior->func->hda.hpd); in nvkm_outp_acquire() 192 if (!hda) { in nvkm_outp_acquire()
|
A D | sorgv100.c | 103 .hda = { 139 u32 hda; in gv100_sor_new() local 141 if (!((hda = nvkm_rd32(device, 0x08a15c)) & 0x40000000)) in gv100_sor_new() 142 hda = nvkm_rd32(device, 0x118fb0) >> 8; in gv100_sor_new() 144 if (hda & BIT(id)) in gv100_sor_new()
|
A D | sorgm200.c | 115 .hda = { 152 u32 hda; in gm200_sor_new() local 154 if (!((hda = nvkm_rd32(device, 0x08a15c)) & 0x40000000)) in gm200_sor_new() 155 hda = nvkm_rd32(device, 0x101034); in gm200_sor_new() 157 if (hda & BIT(id)) in gm200_sor_new()
|
A D | sorga102.c | 99 .hda = { 136 u32 hda = nvkm_rd32(device, 0x08a15c); in ga102_sor_new() local 137 if (hda & BIT(id)) in ga102_sor_new()
|
A D | sortu102.c | 88 .hda = { 125 u32 hda = nvkm_rd32(device, 0x08a15c); in tu102_sor_new() local 126 if (hda & BIT(id)) in tu102_sor_new()
|
A D | rootnv50.c | 102 ret = nvkm_outp_acquire(outp, NVKM_OUTP_USER, args->v0.hda); in nv50_disp_root_mthd_() 151 if (!ior->func->hda.hpd) in nv50_disp_root_mthd_() 157 ior->func->hda.hpd(ior, hidx, true); in nv50_disp_root_mthd_() 158 ior->func->hda.eld(ior, hidx, data, size); in nv50_disp_root_mthd_() 162 ior->func->hda.hpd(ior, hidx, false); in nv50_disp_root_mthd_()
|
/linux/Documentation/sound/hd-audio/ |
A D | notes.rst | 342 hda-verb and hda-analyzer, the hwdep device has to be enabled. 601 ``patch=hda-init.fw``, the file /lib/firmware/hda-init.fw must be 644 ``hda:hda_send_cmd`` traces each CORB write while ``hda:hda_get_response`` 648 ``hda:hda_power_down`` and ``hda:hda_power_up`` trace the power down/up 682 % hda-decode-verb 0xe3a019 768 hda-verb 804 via hda-verb won't change the mixer value. 822 hda-analyzer 830 The hda-analyzer: 851 hda-emu [all …]
|
/linux/sound/hda/ext/ |
A D | Makefile | 2 snd-hda-ext-core-objs := hdac_ext_bus.o hdac_ext_controller.o hdac_ext_stream.o 4 obj-$(CONFIG_SND_HDA_EXT_CORE) += snd-hda-ext-core.o
|
/linux/arch/arm/boot/dts/ |
A D | stih407.dtsi | 130 sti-hda@8d02000 { 131 compatible = "st,stih407-hda"; 133 reg-names = "hda-reg", "video-dacs-ctrl";
|