Searched full:vrefbuf (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/regulator/ |
| H A D | stm32-vrefbuf.c | 19 /* STM32 VREFBUF registers */ 22 /* STM32 VREFBUF CSR bitfields */ 56 * Vrefbuf startup time depends on external capacitor: wait here for in stm32_vrefbuf_enable() 64 dev_err(&rdev->dev, "stm32 vrefbuf timed out!\n"); in stm32_vrefbuf_enable() 270 { .compatible = "st,stm32-vrefbuf", }, 279 .name = "stm32-vrefbuf", 289 MODULE_DESCRIPTION("STMicroelectronics STM32 VREFBUF driver"); 290 MODULE_ALIAS("platform:stm32-vrefbuf");
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | st,stm32-vrefbuf.yaml | 4 $id: http://devicetree.org/schemas/regulator/st,stm32-vrefbuf.yaml# 22 const: st,stm32-vrefbuf 48 vrefbuf@50025000 { 49 compatible = "st,stm32-vrefbuf";
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | stm32mp157a-microgea-stm32mp1.dtsi | 143 &vrefbuf {
|
| H A D | stm32mp157c-emstamp-argon.dtsi | 94 vref-supply = <&vrefbuf>; 532 &vrefbuf {
|
| H A D | stm32mp157f-dk2-scmi.dtsi | 194 &vrefbuf {
|
| H A D | stm32mp157a-icore-stm32mp1.dtsi | 191 &vrefbuf {
|
| H A D | stm32h743.dtsi | 521 vrefbuf: regulator@58003c00 { label 522 compatible = "st,stm32-vrefbuf";
|
| /linux/Documentation/devicetree/bindings/iio/adc/ |
| H A D | adi,ad4851.yaml | 55 vrefbuf-supply: true
|
| /linux/drivers/iio/adc/ |
| H A D | ad4851.c | 1201 ret = devm_regulator_get_enable_optional(dev, "vrefbuf"); in ad4851_probe() 1203 return dev_err_probe(dev, ret, "failed to enable vrefbuf voltage\n"); in ad4851_probe()
|