Searched full:vadc (Results 1 – 25 of 29) sorted by relevance
12
/Linux-v5.15/drivers/iio/adc/ |
D | qcom-spmi-vadc.c | 10 #include <linux/iio/adc/qcom-vadc-common.h> 22 #include <dt-bindings/iio/qcom,spmi-vadc.h> 24 /* VADC register and bit definitions */ 75 * struct vadc_channel_prop - VADC channel property. 98 * struct vadc_priv - VADC private structure. 102 * @nchannels: number of VADC channels. 103 * @chan_props: array of VADC channel properties. 107 * @complete: VADC result notification after interrupt is received. 136 static int vadc_read(struct vadc_priv *vadc, u16 offset, u8 *data) in vadc_read() argument 138 return regmap_bulk_read(vadc->regmap, vadc->base + offset, data, 1); in vadc_read() [all …]
|
D | Makefile | 79 obj-$(CONFIG_QCOM_VADC_COMMON) += qcom-vadc-common.o 80 obj-$(CONFIG_QCOM_SPMI_VADC) += qcom-spmi-vadc.o
|
D | qcom-spmi-adc5.c | 10 #include <linux/iio/adc/qcom-vadc-common.h> 23 #include <dt-bindings/iio/qcom,spmi-vadc.h> 75 * samples and measurements queued across different VADC peripherals.
|
D | Kconfig | 825 This is the IIO Voltage ADC driver for Qualcomm QPNP VADC Chip. 827 The driver supports multiple channels read. The VADC is a 15-bit 832 be called qcom-spmi-vadc.
|
D | qcom-vadc-common.c | 6 #include <linux/iio/adc/qcom-vadc-common.h>
|
/Linux-v5.15/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 63 For compatible property "qcom,spmi-vadc" following channels, also known as 74 See include/dt-bindings/iio/qcom,spmi-vadc.h 95 fed to VADC. The configuration for this node is to know the 113 - For compatible property "qcom,spmi-vadc", if this property is [all …]
|
D | qcom,pm8018-adc.yaml | 93 VADC will use a special voltage references for channel
|
/Linux-v5.15/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 | qcom-pmx55.dtsi | 8 #include <dt-bindings/iio/qcom,spmi-vadc.h>
|
D | imx6sx.dtsi | 1290 vadc: vadc@2228000 { label 1292 reg-names = "vadc-vafe", "vadc-vdec"; 1295 clock-names = "vadc", "csi";
|
/Linux-v5.15/Documentation/devicetree/bindings/thermal/ |
D | qcom-spmi-adc-tm5.yaml | 74 If this property is specified VADC will use the VDD reference 86 signal is fed to VADC. The configuration for this node is to know the 115 #include <dt-bindings/iio/qcom,spmi-vadc.h>
|
/Linux-v5.15/arch/arm64/boot/dts/qcom/ |
D | pm8994.dtsi | 2 #include <dt-bindings/iio/qcom,spmi-vadc.h> 79 compatible = "qcom,spmi-vadc";
|
D | pm8916.dtsi | 2 #include <dt-bindings/iio/qcom,spmi-vadc.h> 54 compatible = "qcom,spmi-vadc";
|
D | pm660l.dtsi | 6 #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 | pm6150.dtsi | 4 #include <dt-bindings/iio/qcom,spmi-vadc.h>
|
D | pm8998.dtsi | 4 #include <dt-bindings/iio/qcom,spmi-vadc.h>
|
D | pmm8155au_1.dtsi | 9 #include <dt-bindings/iio/qcom,spmi-vadc.h>
|
D | pm8150.dtsi | 10 #include <dt-bindings/iio/qcom,spmi-vadc.h>
|
D | pms405.dtsi | 6 #include <dt-bindings/iio/qcom,spmi-vadc.h>
|
D | pm660.dtsi | 6 #include <dt-bindings/iio/qcom,spmi-vadc.h>
|
/Linux-v5.15/drivers/clk/imx/ |
D | clk-imx6sx.c | 60 "vadc", "ocram", "qspi2", "m4", "enet_ahb", "lcdif2_pix", 475 …hws[IMX6SX_CLK_VADC] = imx_clk_hw_gate2("vadc", "vid_podf", base + 0x80,… in imx6sx_clocks_init() 538 /* Set parent clock for vadc */ in imx6sx_clocks_init()
|
/Linux-v5.15/drivers/thermal/qcom/ |
D | qcom-spmi-adc-tm5.c | 9 #include <linux/iio/adc/qcom-vadc-common.h>
|
12