Searched full:vadc (Results 1 – 22 of 22) sorted by relevance
/Linux-v5.10/drivers/iio/adc/ |
D | qcom-spmi-vadc.c | 21 #include <dt-bindings/iio/qcom,spmi-vadc.h> 23 #include "qcom-vadc-common.h" 25 /* VADC register and bit definitions */ 76 * struct vadc_channel_prop - VADC channel property. 99 * struct vadc_priv - VADC private structure. 103 * @nchannels: number of VADC channels. 104 * @chan_props: array of VADC channel properties. 108 * @complete: VADC result notification after interrupt is received. 137 static int vadc_read(struct vadc_priv *vadc, u16 offset, u8 *data) in vadc_read() argument 139 return regmap_bulk_read(vadc->regmap, vadc->base + offset, data, 1); in vadc_read() [all …]
|
D | Makefile | 78 obj-$(CONFIG_QCOM_VADC_COMMON) += qcom-vadc-common.o 79 obj-$(CONFIG_QCOM_SPMI_VADC) += qcom-spmi-vadc.o
|
D | qcom-spmi-adc5.c | 21 #include <dt-bindings/iio/qcom,spmi-vadc.h> 22 #include "qcom-vadc-common.h" 74 * samples and measurements queued across different VADC peripherals.
|
D | Kconfig | 812 This is the IIO Voltage ADC driver for Qualcomm QPNP VADC Chip. 814 The driver supports multiple channels read. The VADC is a 15-bit 819 be called qcom-spmi-vadc.
|
D | qcom-vadc-common.c | 11 #include "qcom-vadc-common.h"
|
D | qcom-pm8xxx-xoadc.c | 24 #include "qcom-vadc-common.h"
|
D | ab8500-gpadc.c | 12 * VinVADC, and VADC relative to GND to do its job. It monitors main and backup
|
/Linux-v5.10/Documentation/devicetree/bindings/iio/adc/ |
D | qcom,spmi-vadc.yaml | 4 $id: http://devicetree.org/schemas/iio/adc/qcom,spmi-vadc.yaml# 14 SPMI PMIC voltage ADC (VADC) provides interface to clients to read 15 voltage. The VADC is a 15-bit sigma-delta ADC. 17 voltage. The VADC is a 16-bit sigma-delta ADC. 28 - qcom,spmi-vadc 34 description: VADC base address in the SPMI PMIC register map 65 For compatible property "qcom,spmi-vadc" following channels, also known as 75 See include/dt-bindings/iio/qcom,spmi-vadc.h 96 fed to VADC. The configuration for this node is to know the 114 - For compatible property "qcom,spmi-vadc", if this property is [all …]
|
D | qcom,pm8xxx-xoadc.txt | 85 VADC will use a special voltage references for channel
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | qcom-pma8084.dtsi | 2 #include <dt-bindings/iio/qcom,spmi-vadc.h> 64 pma8084_vadc: vadc@3100 { 65 compatible = "qcom,spmi-vadc";
|
D | qcom-pm8941.dtsi | 2 #include <dt-bindings/iio/qcom,spmi-vadc.h> 101 pm8941_vadc: vadc@3100 { 102 compatible = "qcom,spmi-vadc";
|
D | imx6sx.dtsi | 1287 vadc: vadc@2228000 { label 1289 reg-names = "vadc-vafe", "vadc-vdec"; 1292 clock-names = "vadc", "csi";
|
/Linux-v5.10/arch/arm64/boot/dts/qcom/ |
D | pm8916.dtsi | 2 #include <dt-bindings/iio/qcom,spmi-vadc.h> 54 compatible = "qcom,spmi-vadc";
|
D | pm6150.dtsi | 4 #include <dt-bindings/iio/qcom,spmi-vadc.h>
|
D | pm8150l.dtsi | 7 #include <dt-bindings/iio/qcom,spmi-vadc.h>
|
D | pm8150b.dtsi | 7 #include <dt-bindings/iio/qcom,spmi-vadc.h>
|
D | pm8150.dtsi | 10 #include <dt-bindings/iio/qcom,spmi-vadc.h>
|
D | pm8998.dtsi | 4 #include <dt-bindings/iio/qcom,spmi-vadc.h>
|
D | pms405.dtsi | 6 #include <dt-bindings/iio/qcom,spmi-vadc.h>
|
/Linux-v5.10/drivers/clk/imx/ |
D | clk-imx6sx.c | 60 "vadc", "ocram", "qspi2", "m4", "enet_ahb", "lcdif2_pix", 483 …hws[IMX6SX_CLK_VADC] = imx_clk_hw_gate2("vadc", "vid_podf", base + 0x80,… in imx6sx_clocks_init() 546 /* Set parent clock for vadc */ in imx6sx_clocks_init()
|
D | clk-vf610.c | 421 clk[VF610_CLK_VADC] = imx_clk_gate2("vadc", "vadc_div", CCM_CCGR8, CCM_CCGRx_CGn(7)); in vf610_clocks_init()
|
/Linux-v5.10/drivers/regulator/ |
D | ab8500.c | 15 * VAUX1/2/3/4/5/6, VINTCORE, VADC, VUSB, VAUDIO, VAMIC1/2, VDMIC, VANA
|