Searched +full:tsiref +full:- +full:supply (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx53-ppd.dts | 4 * This file is dual-licensed: you can use it either under the terms 42 /dts-v1/; 45 #include <dt-bindings/input/input.h> 49 compatible = "ge,imx53-cpuvo", "fsl,imx53"; 58 stdout-path = "serial0:115200n8"; 67 cko2_11M: sgtl-clock-cko2 { 68 compatible = "fixed-clock"; 69 #clock-cells = <0>; 70 clock-frequency = <11289600>; 73 achc_24M: achc-clock { [all …]
|
| /linux/drivers/input/touchscreen/ |
| H A D | da9052_tsi.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 30 da9052_reg_update(tsi->da9052, DA9052_TSI_CONT_A_REG, 1 << 0, on); in da9052_ts_adc_toggle() 31 tsi->adc_on = on; in da9052_ts_adc_toggle() 38 if (!tsi->stopped) { in da9052_ts_pendwn_irq() 40 da9052_disable_irq_nosync(tsi->da9052, DA9052_IRQ_PENDOWN); in da9052_ts_pendwn_irq() 41 da9052_enable_irq(tsi->da9052, DA9052_IRQ_TSIREADY); in da9052_ts_pendwn_irq() 45 schedule_delayed_work(&tsi->ts_pen_work, HZ / 50); in da9052_ts_pendwn_irq() 53 struct input_dev *input = tsi->dev; in da9052_ts_read() 58 ret = da9052_reg_read(tsi->da9052, DA9052_TSI_X_MSB_REG); in da9052_ts_read() 64 ret = da9052_reg_read(tsi->da9052, DA9052_TSI_Y_MSB_REG); in da9052_ts_read() [all …]
|