Home
last modified time | relevance | path

Searched full:stmpe_adc (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.10/drivers/iio/adc/
Dstmpe-adc.c46 struct stmpe_adc { struct
61 static int stmpe_read_voltage(struct stmpe_adc *info, in stmpe_read_voltage() argument
96 static int stmpe_read_temp(struct stmpe_adc *info, in stmpe_read_temp()
139 struct stmpe_adc *info = iio_priv(indio_dev); in stmpe_read_raw()
177 struct stmpe_adc *info = (struct stmpe_adc *)dev_id; in stmpe_adc_isr()
229 static int stmpe_adc_init_hw(struct stmpe_adc *adc) in stmpe_adc_init_hw()
256 struct stmpe_adc *info; in stmpe_adc_probe()
264 irq_adc = platform_get_irq_byname(pdev, "STMPE_ADC"); in stmpe_adc_probe()
268 indio_dev = devm_iio_device_alloc(&pdev->dev, sizeof(struct stmpe_adc)); in stmpe_adc_probe()
338 struct stmpe_adc *info = iio_priv(indio_dev); in stmpe_adc_resume()
DKconfig963 config STMPE_ADC config
/Linux-v5.10/Documentation/devicetree/bindings/iio/adc/
Dst,stmpe-adc.yaml16 The node name myst be stmpe_adc and should be a child node of the stmpe node
40 stmpe_adc {
/Linux-v5.10/Documentation/devicetree/bindings/input/touchscreen/
Dstmpe.txt105 stmpe_adc {
/Linux-v5.10/arch/arm/boot/dts/
Dstm32f429-disco.dts150 stmpe_adc {
Dimx6qdl-colibri.dtsi278 stmpe_adc {
Dam5729-beagleboneai.dts427 stmpe_adc {
Dimx6qdl-apalis.dtsi333 stmpe_adc {
Dtegra30-colibri.dtsi876 stmpe_adc {
Dtegra30-apalis-v1.1.dtsi1024 stmpe_adc {
Dtegra30-apalis.dtsi1006 stmpe_adc {
/Linux-v5.10/drivers/mfd/
Dstmpe.c476 .name = "STMPE_ADC",
1367 } else if (of_node_name_eq(child, "stmpe_adc")) { in stmpe_of_probe()