Home
last modified time | relevance | path

Searched full:micvdd (Results 1 – 25 of 53) 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/include/linux/mfd/madera/
H A Dpdata.h30 * @micvdd: Substruct of pdata for the MICVDD regulator
45 struct arizona_micsupp_pdata micvdd; member
/linux/Documentation/devicetree/bindings/sound/
H A Dwlf,wm8904.yaml39 MICVDD-supply: true
50 - MICVDD-supply
72 MICVDD-supply = <&reg_1p8v>;
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/drivers/mfd/
H A Dmadera-core.c56 "MICVDD",
68 .num_parent_supplies = 1, /* We only need MICVDD */
78 "MICVDD",
93 .num_parent_supplies = 1, /* We only need MICVDD */
103 "MICVDD",
121 .num_parent_supplies = 1, /* We only need MICVDD */
131 "MICVDD",
147 .num_parent_supplies = 1, /* We only need MICVDD */
157 "MICVDD",
170 .num_parent_supplies = 1, /* We only need MICVDD */
/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()
826 ret = regulator_allow_bypass(info->micvdd, true); in arizona_micdet_reading()
[all …]
/linux/Documentation/devicetree/bindings/regulator/
H A Dwlf,arizona.yaml34 micvdd:
36 Initial data for the MICVDD regulator.
/linux/include/linux/mfd/arizona/
H A Dpdata.h80 /** Regulator configuration for MICVDD */
81 struct arizona_micsupp_pdata micvdd; member
/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>;

123