| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| D | lochnagar.rst | 73 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"
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | lochnagar.rst | 73 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"
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | rt5682.txt | 14 - MICVDD-supply: phandle to the regulator supplying power for the microphone 15 bias through the MICVDD pin. Either MICVDD or VBAT should be present. 18 VBAT pin. Either MICVDD or VBAT should be present. 95 MICVDD-supply = <&micvdd_reg>;
|
| D | wlf,wm8904.yaml | 39 MICVDD-supply: true 50 - MICVDD-supply 72 MICVDD-supply = <®_1p8v>;
|
| D | realtek,rt5682s.yaml | 99 MICVDD-supply: 101 MICVDD pin. 116 - MICVDD-supply 146 MICVDD-supply = <&micvdd_reg>;
|
| D | wlf,wm8962.yaml | 43 MICVDD-supply: 88 - MICVDD-supply 111 MICVDD-supply = <®_audio>;
|
| /kernel/linux/linux-6.6/drivers/regulator/ |
| D | arizona-micsupp.c | 135 .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()
|
| D | lochnagar-regulator.c | 142 .name = "MICVDD", 149 .of_match = of_match_ptr("MICVDD"), 222 .compatible = "cirrus,lochnagar2-micvdd",
|
| /kernel/linux/linux-5.10/include/linux/mfd/madera/ |
| D | pdata.h | 30 * @micvdd: Substruct of pdata for the MICVDD regulator 45 struct arizona_micsupp_pdata micvdd; member
|
| /kernel/linux/linux-6.6/include/linux/mfd/madera/ |
| D | pdata.h | 30 * @micvdd: Substruct of pdata for the MICVDD regulator 45 struct arizona_micsupp_pdata micvdd; member
|
| /kernel/linux/linux-5.10/drivers/regulator/ |
| D | arizona-micsupp.c | 134 .name = "MICVDD", 161 .name = "MICVDD", 207 .name = "MICVDD", 236 np = of_get_child_by_name(config->dev->of_node, "micvdd"); in arizona_micsupp_of_get_pdata() 265 micsupp->supply.supply = "MICVDD"; in arizona_micsupp_common_init() 341 &arizona->pdata.micvdd); in arizona_micsupp_probe() 359 &madera->pdata.micvdd); in madera_micsupp_probe()
|
| D | lochnagar-regulator.c | 142 .name = "MICVDD", 149 .of_match = of_match_ptr("MICVDD"), 222 .compatible = "cirrus,lochnagar2-micvdd",
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | cirrus,lochnagar.yaml | 158 MICVDD: 160 Initialisation data for the MICVDD regulator, which supplies the 161 CODECs MICVDD. 167 - cirrus,lochnagar2-micvdd 339 MICVDD { 340 compatible = "cirrus,lochnagar2-micvdd";
|
| D | wlf,arizona.yaml | 30 - MICVDD-supply 137 MICVDD-supply:
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/ |
| D | cirrus,lochnagar.yaml | 159 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";
|
| D | cirrus,madera.yaml | 108 - MICVDD-supply 213 MICVDD-supply:
|
| /kernel/linux/linux-6.6/drivers/mfd/ |
| D | madera-core.c | 56 "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 */
|
| /kernel/linux/linux-5.10/drivers/mfd/ |
| D | madera-core.c | 54 "MICVDD", 66 .num_parent_supplies = 1, /* We only need MICVDD */ 76 "MICVDD", 91 .num_parent_supplies = 1, /* We only need MICVDD */ 101 "MICVDD", 119 .num_parent_supplies = 1, /* We only need MICVDD */ 129 "MICVDD", 145 .num_parent_supplies = 1, /* We only need MICVDD */ 155 "MICVDD", 168 .num_parent_supplies = 1, /* We only need MICVDD */
|
| /kernel/linux/linux-6.6/sound/soc/codecs/ |
| D | arizona-jack.c | 206 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 …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/ |
| D | wlf,arizona.yaml | 33 micvdd: 35 Initial data for the MICVDD regulator.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/ |
| D | wlf,arizona.yaml | 34 micvdd: 36 Initial data for the MICVDD regulator.
|
| /kernel/linux/linux-5.10/drivers/extcon/ |
| D | extcon-arizona.c | 68 struct regulator *micvdd; member 256 return "MICVDD"; in arizona_extcon_get_micbias() 296 ret = regulator_allow_bypass(info->micvdd, false); in arizona_start_mic() 299 "Failed to regulate MICVDD: %d\n", in arizona_start_mic() 304 ret = regulator_enable(info->micvdd); in arizona_start_mic() 306 dev_err(arizona->dev, "Failed to enable MICVDD: %d\n", in arizona_start_mic() 337 regulator_disable(info->micvdd); in arizona_start_mic() 375 ret = regulator_allow_bypass(info->micvdd, true); in arizona_stop_mic() 377 dev_err(arizona->dev, "Failed to bypass MICVDD: %d\n", in arizona_stop_mic() 382 regulator_disable(info->micvdd); in arizona_stop_mic() [all …]
|
| /kernel/linux/linux-6.6/include/linux/mfd/arizona/ |
| D | pdata.h | 80 /** Regulator configuration for MICVDD */ 81 struct arizona_micsupp_pdata micvdd; member
|
| /kernel/linux/linux-5.10/include/linux/mfd/arizona/ |
| D | pdata.h | 80 /** Regulator configuration for MICVDD */ 81 struct arizona_micsupp_pdata micvdd; member
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/mediatek/ |
| D | mt8192-asurada-audio-rt5682.dtsi | 18 MICVDD-supply = <&pp3300_g>;
|