Home
last modified time | relevance | path

Searched full:vrefbuf (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/regulator/
H A Dstm32-vrefbuf.c19 /* 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 Dst,stm32-vrefbuf.yaml4 $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 Dstm32mp157a-microgea-stm32mp1.dtsi143 &vrefbuf {
H A Dstm32mp157c-emstamp-argon.dtsi94 vref-supply = <&vrefbuf>;
532 &vrefbuf {
H A Dstm32mp157f-dk2-scmi.dtsi194 &vrefbuf {
H A Dstm32mp157a-icore-stm32mp1.dtsi191 &vrefbuf {
H A Dstm32h743.dtsi521 vrefbuf: regulator@58003c00 { label
522 compatible = "st,stm32-vrefbuf";
/linux/Documentation/devicetree/bindings/iio/adc/
H A Dadi,ad4851.yaml55 vrefbuf-supply: true
/linux/drivers/iio/adc/
H A Dad4851.c1201 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()