Home
last modified time | relevance | path

Searched full:mt6359 (Results 1 – 25 of 41) sorted by relevance

12

/linux-6.14.4/Documentation/devicetree/bindings/sound/
Dmediatek,mt8188-mt6359.yaml4 $id: http://devicetree.org/schemas/sound/mediatek,mt8188-mt6359.yaml#
20 - mediatek,mt8188-mt6359-evb
24 - const: mediatek,mt8390-mt6359-evk
25 - const: mediatek,mt8188-mt6359-evb
109 compatible = "mediatek,mt8188-mt6359-evb";
110 model = "MT6359-EVB";
Dmt6359.yaml4 $id: http://devicetree.org/schemas/sound/mt6359.yaml#
7 title: Mediatek MT6359 Codec
15 The communication between MT6359 and SoC is through Mediatek PMIC wrapper.
Dmt8192-mt6359-rt1015-rt5682.yaml4 $id: http://devicetree.org/schemas/sound/mt8192-mt6359-rt1015-rt5682.yaml#
7 title: Mediatek MT8192 with MT6359, RT1015 and RT5682 ASoC sound card driver
Dmt8195-mt6359.yaml4 $id: http://devicetree.org/schemas/sound/mt8195-mt6359.yaml#
/linux-6.14.4/drivers/iio/adc/
Dmt6359-auxadc.c3 * MediaTek MT6359 PMIC AUXADC IIO driver
26 #include <dt-bindings/iio/adc/mediatek,mt6359-auxadc.h>
256 MTK_PMIC_IIO_CHAN(MT6359, bat_adc, BATADC, 0, 15, IIO_RESISTANCE),
257 MTK_PMIC_IIO_CHAN(MT6359, batt_temp, BAT_TEMP, 3, 12, IIO_TEMP),
258 MTK_PMIC_IIO_CHAN(MT6359, chip_temp, CHIP_TEMP, 4, 12, IIO_TEMP),
259 MTK_PMIC_IIO_CHAN(MT6359, acc_det, ACCDET, 5, 12, IIO_RESISTANCE),
260 MTK_PMIC_IIO_CHAN(MT6359, dcxo_v, VDCXO, 6, 12, IIO_VOLTAGE),
261 MTK_PMIC_IIO_CHAN(MT6359, tsx_temp, TSX_TEMP, 7, 15, IIO_TEMP),
262 MTK_PMIC_IIO_CHAN(MT6359, hp_ofs_cal, HPOFS_CAL, 9, 15, IIO_RESISTANCE),
263 MTK_PMIC_IIO_CHAN(MT6359, dcxo_temp, DCXO_TEMP, 10, 15, IIO_TEMP),
[all …]
/linux-6.14.4/drivers/mfd/
Dmt6397-core.c20 #include <linux/mfd/mt6359/core.h>
27 #include <linux/mfd/mt6359/registers.h>
159 .name = "mt6359-auxadc",
202 .name = "mt6359-auxadc",
225 .name = "mt6359-auxadc",
226 .of_compatible = "mediatek,mt6359-auxadc"
228 { .name = "mt6359-regulator", },
230 .name = "mt6359-rtc",
235 { .name = "mt6359-sound", },
240 .of_compatible = "mediatek,mt6359-keys"
[all …]
Dmt6358-irq.c12 #include <linux/mfd/mt6359/core.h>
13 #include <linux/mfd/mt6359/registers.h>
/linux-6.14.4/sound/soc/mediatek/
DKconfig229 tristate "ASoC Audio driver for MT8188 with MT6359 and I2S codecs"
242 boards with the MT6359 and other I2S audio codecs.
257 tristate "ASoC Audio driver for MT8192 with MT6359 RT1015 RT5682 codec"
268 with the MT6359 RT1015 RT5682 audio codec.
285 tristate "ASoC Audio driver for MT8195 with MT6359 and I2S codecs"
298 boards with the MT6359 and other I2S audio codecs.
/linux-6.14.4/Documentation/devicetree/bindings/iio/adc/
Dmediatek,mt6359-auxadc.yaml4 $id: http://devicetree.org/schemas/iio/adc/mediatek,mt6359-auxadc.yaml#
24 - mediatek,mt6359-auxadc
/linux-6.14.4/drivers/regulator/
Dmt6359-regulator.c6 #include <linux/mfd/mt6359/registers.h>
14 #include <linux/regulator/mt6359-regulator.h>
23 * MT6359 regulators' information
276 "Failed to get mt6359 buck mode: %d\n", ret); in mt6359_regulator_get_mode()
289 "Failed to get mt6359 buck lp mode: %d\n", ret); in mt6359_regulator_get_mode()
348 "Failed to set mt6359 buck mode: %d\n", ret); in mt6359_regulator_set_mode()
980 {"mt6359-regulator", 0},
987 .name = "mt6359-regulator",
997 MODULE_DESCRIPTION("Regulator Driver for MediaTek MT6359 PMIC");
/linux-6.14.4/sound/soc/mediatek/mt8188/
Dmt8188-mt6359.c3 * mt8188-mt6359.c -- MT8188-MT6359 ALSA SoC machine driver
19 #include "../../codecs/mt6359.h"
149 DAILINK_COMP_ARRAY(COMP_CODEC("mt6359-sound",
150 "mt6359-snd-codec-aif1")),
190 DAILINK_COMP_ARRAY(COMP_CODEC("mt6359-sound",
191 "mt6359-snd-codec-aif1")),
402 mtkaif_calibration_num_phase = 42; /* mt6359: 0 ~ 42 */ in mt8188_mt6359_mtkaif_calibration()
1395 { .compatible = "mediatek,mt8188-mt6359-evb", .data = &mt8188_evb_card, },
1415 MODULE_DESCRIPTION("MT8188-MT6359 ALSA SoC machine driver");
1418 MODULE_ALIAS("mt8188 mt6359 soc card");
DMakefile15 obj-$(CONFIG_SND_SOC_MT8188_MT6359) += mt8188-mt6359.o
/linux-6.14.4/sound/soc/mediatek/mt8192/
Dmt8192-mt6359-rt1015-rt5682.c3 // mt8192-mt6359-rt1015-rt5682.c --
4 // MT8192-MT6359-RT1015-RT6358 ALSA SoC machine driver
19 #include "../../codecs/mt6359.h"
184 afe_priv->mtkaif_calibration_num_phase = 42; /* mt6359: 0 ~ 42 */ in mt8192_mt6359_mtkaif_calibration()
506 DAILINK_COMP_ARRAY(COMP_CODEC("mt6359-sound",
507 "mt6359-snd-codec-aif1"),
514 DAILINK_COMP_ARRAY(COMP_CODEC("mt6359-sound",
515 "mt6359-snd-codec-aif2")),
1236 MODULE_DESCRIPTION("MT8192-MT6359 ALSA SoC machine driver");
DMakefile16 mt8192-mt6359-rt1015-rt5682.o
/linux-6.14.4/sound/soc/mediatek/mt8195/
Dmt8195-mt6359.c3 * mt8195-mt6359.c --
4 * MT8195-MT6359 ALSA SoC machine driver code
19 #include "../../codecs/mt6359.h"
195 mtkaif_calibration_num_phase = 42; /* mt6359: 0 ~ 42 */ in mt8195_mt6359_mtkaif_calibration()
809 DAILINK_COMP_ARRAY(COMP_CODEC("mt6359-sound",
810 "mt6359-snd-codec-aif1")),
850 DAILINK_COMP_ARRAY(COMP_CODEC("mt6359-sound",
851 "mt6359-snd-codec-aif1"),
858 DAILINK_COMP_ARRAY(COMP_CODEC("mt6359-sound",
859 "mt6359-snd-codec-aif2")),
[all …]
DMakefile15 obj-$(CONFIG_SND_SOC_MT8195_MT6359) += mt8195-mt6359.o
/linux-6.14.4/Documentation/devicetree/bindings/mfd/
Dmediatek,mt6397.yaml41 - mediatek,mt6359
94 - mediatek,mt6359-regulator
106 $ref: /schemas/iio/adc/mediatek,mt6359-auxadc.yaml#
120 - mediatek,mt6359-codec
/linux-6.14.4/arch/arm64/boot/dts/mediatek/
Dmt6359.dtsi8 compatible = "mediatek,mt6359";
14 compatible = "mediatek,mt6359-auxadc";
19 compatible = "mediatek,mt6359-codec";
Dmt8192-evb.dts8 #include "mt6359.dtsi"
Dmt8390-genio-common.dtsi13 #include "mt6359.dtsi"
939 compatible = "mediatek,mt6359-keys";
956 compatible = "mediatek,mt8390-mt6359-evk", "mediatek,mt8188-mt6359-evb";
/linux-6.14.4/Documentation/devicetree/bindings/regulator/
Dmt6359-regulator.yaml4 $id: http://devicetree.org/schemas/regulator/mt6359-regulator.yaml#
7 title: MT6359 Regulator from MediaTek Integrated
15 MT6359 regulators node should be sub node of the MT6397 MFD node.
/linux-6.14.4/sound/soc/codecs/
Dmt6359-accdet.c3 // mt6359-accdet.c -- ALSA SoC mt6359 accdet driver
27 #include "mt6359-accdet.h"
28 #include "mt6359.h"
33 /* mt6359 accdet capability */
1060 MODULE_DESCRIPTION("MT6359 ALSA SoC codec jack driver");
DMakefile185 snd-soc-mt6359-y := mt6359.o
186 snd-soc-mt6359-accdet-y := mt6359-accdet.o
597 obj-$(CONFIG_SND_SOC_MT6359) += snd-soc-mt6359.o
598 obj-$(CONFIG_SND_SOC_MT6359_ACCDET) += mt6359-accdet.o
/linux-6.14.4/Documentation/devicetree/bindings/input/
Dmediatek,pmic-keys.yaml32 - mediatek,mt6359-keys
/linux-6.14.4/sound/soc/sof/mediatek/mt8195/
Dmt8195.c576 .sof_tplg_filename = "sof-mt8195-mt6359-rt1019-rt5682.tplg"
579 .sof_tplg_filename = "sof-mt8195-mt6359-max98390-rt5682.tplg"

12