Home
last modified time | relevance | path

Searched refs:i2s (Results 1 – 23 of 23) sorted by relevance

/drivers/macintosh/
Drack-meter.c61 struct device_node *i2s; member
107 pmac_call_feature(PMAC_FTR_SOUND_CHIP_ENABLE, rm->i2s, 0, 1); in rackmeter_setup_i2s()
370 struct device_node *i2s = NULL, *np = NULL; in rackmeter_probe() local
378 for_each_child_of_node(mdev->ofdev.dev.of_node, i2s) in rackmeter_probe()
379 if (of_node_name_eq(i2s, "i2s-a")) in rackmeter_probe()
382 if (i2s == NULL) { in rackmeter_probe()
387 for_each_child_of_node(i2s, np) { in rackmeter_probe()
407 rm->i2s = i2s; in rackmeter_probe()
429 rm->irq = irq_of_parse_and_map(i2s, 1); in rackmeter_probe()
431 of_address_to_resource(i2s, 0, &ri2s) || in rackmeter_probe()
[all …]
/drivers/bcma/
Ddriver_mips.c282 struct bcma_device *cpu, *pcie, *i2s; in bcma_fix_i2s_irqflag() local
293 i2s = bcma_find_core(bus, BCMA_CORE_I2S); in bcma_fix_i2s_irqflag()
294 if (cpu && pcie && i2s && in bcma_fix_i2s_irqflag()
297 bcma_aread32(i2s, BCMA_MIPS_OOBSELOUTA30) == 0x88) { in bcma_fix_i2s_irqflag()
300 bcma_awrite32(i2s, BCMA_MIPS_OOBSELOUTA30, 0x87); in bcma_fix_i2s_irqflag()
/drivers/gpu/drm/amd/acp/
DKconfig14 engine for the i2s-based ALSA driver. It is required for audio
15 on APUs which utilize an i2s codec.
/drivers/pinctrl/qcom/
Dpinctrl-msm8660.c759 FUNCTION(i2s),
889 PINGROUP(108, i2s, _, _, _, _, _, _),
890 PINGROUP(109, i2s, _, _, _, _, _, _),
891 PINGROUP(110, i2s, _, _, _, _, _, _),
896 PINGROUP(115, i2s, gsbi12, gp_clk_0b, _, _, _, _),
897 PINGROUP(116, i2s, gsbi12, _, _, _, _, _),
898 PINGROUP(117, i2s, gsbi12, vfe, _, _, _, _),
899 PINGROUP(118, i2s, gsbi12, _, _, _, _, _),
900 PINGROUP(119, i2s, _, _, _, _, _, _),
901 PINGROUP(120, i2s, _, _, _, _, _, _),
[all …]
/drivers/staging/mt7621-dts/
Dmt7621.dtsi117 i2s: i2s@a00 { label
118 compatible = "mediatek,mt7621-i2s";
124 reset-names = "i2s";
/drivers/gpu/drm/bridge/synopsys/
DMakefile4 obj-$(CONFIG_DRM_DW_HDMI_I2S_AUDIO) += dw-hdmi-i2s-audio.o
Ddw-hdmi-i2s-audio.c197 pdata.i2s = 1; in snd_dw_hdmi_probe()
/drivers/clk/at91/
DMakefile16 obj-$(CONFIG_HAVE_AT91_I2S_MUX_CLK) += clk-i2s-mux.o
/drivers/gpu/drm/bridge/adv7511/
Dadv7511_audio.c230 .i2s = 1,
/drivers/clk/qcom/
DKconfig148 Say Y if you want to use audio devices such as i2s, pcm,
194 Say Y if you want to use audio devices such as i2s, pcm,
209 Say Y if you want to use audio devices such as i2s, pcm,
/drivers/gpu/drm/msm/dp/
Ddp_audio.c577 .i2s = 1,
/drivers/gpu/drm/msm/hdmi/
Dhdmi.c542 .i2s = 1,
/drivers/media/pci/ngene/
Dngene.h860 u8 i2s[4]; member
Dngene-core.c632 4 * dev->card_info->i2s[stream], 4); in ngene_command_stream_control()
/drivers/pinctrl/meson/
Dpinctrl-meson8b.c912 FUNCTION(i2s),
Dpinctrl-meson8.c1050 FUNCTION(i2s),
/drivers/gpu/drm/bridge/
Dsii902x.c752 .i2s = 1, /* Only i2s support for now. */ in sii902x_audio_codec_init()
Dlontium-lt9611.c1101 .i2s = 1,
/drivers/gpu/drm/rockchip/
Dcdn-dp-core.c863 .i2s = 1, in cdn_dp_audio_codec_init()
/drivers/gpu/drm/sti/
Dsti_hdmi.c1235 .i2s = 1, in sti_hdmi_register_audio_driver()
/drivers/gpu/drm/mediatek/
Dmtk_hdmi.c1715 .i2s = 1, in mtk_hdmi_register_audio_driver()
/drivers/gpu/drm/exynos/
Dexynos_hdmi.c1649 .i2s = 1, in hdmi_register_audio_device()
/drivers/gpu/drm/i2c/
Dtda998x_drv.c1179 codec_data.i2s = 1; in tda998x_audio_codec_init()