Home
last modified time | relevance | path

Searched full:micvdd (Results 1 – 25 of 52) sorted by relevance

123

/linux/Documentation/hwmon/
H A Dlochnagar.rst73 in7_input Measured voltage for MICVDD (milliVolts)
74 in7_label "MICVDD"
75 curr8_input Measured current for MICVDD (milliAmps)
76 curr8_label "MICVDD"
77 power8_average Measured average power for MICVDD (microWatts)
79 power8_label "MICVDD"
/linux/drivers/regulator/
H A Darizona-micsupp.c135 .name = "MICVDD",
162 .name = "MICVDD",
208 .name = "MICVDD",
236 np = of_get_child_by_name(config->dev->of_node, "micvdd"); in arizona_micsupp_of_get_pdata()
321 micsupp->supply.supply = "MICVDD"; in arizona_micsupp_probe()
341 &arizona->pdata.micvdd); in arizona_micsupp_probe()
358 micsupp->supply.supply = "MICVDD"; in madera_micsupp_probe()
361 &madera->pdata.micvdd); in madera_micsupp_probe()
H A Dlochnagar-regulator.c141 .name = "MICVDD",
148 .of_match = of_match_ptr("MICVDD"),
221 .compatible = "cirrus,lochnagar2-micvdd",
/linux/Documentation/devicetree/bindings/mfd/
H A Dcirrus,lochnagar.yaml159 MICVDD:
161 Initialisation data for the MICVDD regulator, which supplies the
162 CODECs MICVDD.
169 - cirrus,lochnagar2-micvdd
344 MICVDD {
345 compatible = "cirrus,lochnagar2-micvdd";
H A Dwlf,arizona.yaml31 - MICVDD-supply
138 MICVDD-supply:
H A Dcirrus,madera.yaml108 - MICVDD-supply
213 MICVDD-supply:
/linux/Documentation/devicetree/bindings/sound/
H A Drealtek,rt5682s.yaml99 MICVDD-supply:
101 MICVDD pin.
116 - MICVDD-supply
146 MICVDD-supply = <&micvdd_reg>;
H A Dwlf,wm8962.yaml43 MICVDD-supply:
88 - MICVDD-supply
111 MICVDD-supply = <&reg_audio>;
H A Dcirrus,madera.yaml73 A value of 0 indicates MICVDD and is the default,
H A Dwlf,arizona.yaml65 either MICVDD or one of the MICBIAS's, defines (ARIZONA_DMIC_xxxx)
/linux/sound/soc/codecs/
H A Darizona-jack.c206 return "MICVDD"; in arizona_extcon_get_micbias()
244 ret = regulator_allow_bypass(info->micvdd, false); in arizona_start_mic()
246 dev_err(arizona->dev, "Failed to regulate MICVDD: %d\n", ret); in arizona_start_mic()
249 ret = regulator_enable(info->micvdd); in arizona_start_mic()
251 dev_err(arizona->dev, "Failed to enable MICVDD: %d\n", ret); in arizona_start_mic()
280 regulator_disable(info->micvdd); in arizona_start_mic()
316 ret = regulator_allow_bypass(info->micvdd, true); in arizona_stop_mic()
318 dev_err(arizona->dev, "Failed to bypass MICVDD: %d\n", ret); in arizona_stop_mic()
321 regulator_disable(info->micvdd); in arizona_stop_mic()
835 ret = regulator_allow_bypass(info->micvdd, tru in arizona_micdet_reading()
[all...]
H A Dwm8997.c423 SND_SOC_DAPM_REGULATOR_SUPPLY("MICVDD", 0, SND_SOC_DAPM_REGULATOR_BYPASS),
769 { "MICBIAS1", NULL, "MICVDD" },
770 { "MICBIAS2", NULL, "MICVDD" },
771 { "MICBIAS3", NULL, "MICVDD" },
/linux/Documentation/devicetree/bindings/regulator/
H A Dwlf,arizona.yaml34 micvdd:
36 Initial data for the MICVDD regulator.
/linux/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor-rt5682i-sku.dtsi27 MICVDD-supply = <&pp3300_codec>;
H A Dsc7180-trogdor-rt5682s-sku.dtsi27 MICVDD-supply = <&pp3300_codec>;
H A Dsc7280-herobrine-audio-rt5682.dtsi81 MICVDD-supply = <&pp3300_codec>;
H A Dsc7280-herobrine-audio-rt5682-3mic.dtsi99 MICVDD-supply = <&pp3300_codec>;
/linux/include/sound/
H A Dmadera-pdata.h29 * indicates MICVDD and is the default. Other values are:
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-kontron-samx6i-ads2.dtsi102 MICVDD-supply = <&reg_codec_mic>;
/linux/Documentation/devicetree/bindings/extcon/
H A Dwlf,arizona.yaml109 will use MICVDD, 1-3 will use MICBIASx.
/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a-kontron-sl28-var3-ads2.dts119 MICVDD-supply = <&reg_3p3v>;
H A Dimx8mm-verdin-dahlia.dtsi112 MICVDD-supply = <&reg_3p3v>;
H A Dimx8mp-verdin-dahlia.dtsi171 MICVDD-supply = <&reg_1p8v>;
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am62-verdin-dahlia.dtsi99 MICVDD-supply = <&reg_1v8_sw>;
H A Dk3-am62p-verdin-dahlia.dtsi102 MICVDD-supply = <&reg_1v8_sw>;

123