Searched refs:tsc2007 (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | tsc2007.h | 58 struct tsc2007 { struct 84 int tsc2007_xfer(struct tsc2007 *tsc, u8 cmd); 85 u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc); 86 bool tsc2007_is_pen_down(struct tsc2007 *ts); 90 int tsc2007_iio_configure(struct tsc2007 *ts); 92 static inline int tsc2007_iio_configure(struct tsc2007 *ts) in tsc2007_iio_configure()
|
H A D | tsc2007_core.c | 3 * drivers/input/touchscreen/tsc2007.c 27 #include <linux/platform_data/tsc2007.h> 28 #include "tsc2007.h" 30 int tsc2007_xfer(struct tsc2007 *tsc, u8 cmd) in tsc2007_xfer() 52 static void tsc2007_read_values(struct tsc2007 *tsc, struct ts_event *tc) in tsc2007_read_values() 68 u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc) in tsc2007_calculate_resistance() 88 bool tsc2007_is_pen_down(struct tsc2007 *ts) in tsc2007_is_pen_down() 112 struct tsc2007 *ts = handle; in tsc2007_soft_irq() 176 struct tsc2007 *ts = handle; in tsc2007_hard_irq() 187 static void tsc2007_stop(struct tsc2007 *t [all...] |
H A D | tsc2007_iio.c | 9 #include "tsc2007.h" 12 struct tsc2007 *ts; 42 struct tsc2007 *tsc = iio->ts; in tsc2007_read_raw() 106 int tsc2007_iio_configure(struct tsc2007 *ts) in tsc2007_iio_configure() 121 indio_dev->name = "tsc2007"; in tsc2007_iio_configure()
|
H A D | Makefile | 92 tsc2007-y := tsc2007_core.o 93 tsc2007-$(CONFIG_TOUCHSCREEN_TSC2007_IIO) += tsc2007_iio.o 94 obj-$(CONFIG_TOUCHSCREEN_TSC2007) += tsc2007.o
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | tsc2007.h | 60 struct tsc2007 { struct 86 int tsc2007_xfer(struct tsc2007 *tsc, u8 cmd); 87 u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc); 88 bool tsc2007_is_pen_down(struct tsc2007 *ts); 92 int tsc2007_iio_configure(struct tsc2007 *ts); 94 static inline int tsc2007_iio_configure(struct tsc2007 *ts) in tsc2007_iio_configure()
|
H A D | tsc2007_core.c | 3 * drivers/input/touchscreen/tsc2007.c 28 #include <linux/platform_data/tsc2007.h> 29 #include "tsc2007.h" 31 int tsc2007_xfer(struct tsc2007 *tsc, u8 cmd) in tsc2007_xfer() 53 static void tsc2007_read_values(struct tsc2007 *tsc, struct ts_event *tc) in tsc2007_read_values() 69 u32 tsc2007_calculate_resistance(struct tsc2007 *tsc, struct ts_event *tc) in tsc2007_calculate_resistance() 89 bool tsc2007_is_pen_down(struct tsc2007 *ts) in tsc2007_is_pen_down() 113 struct tsc2007 *ts = handle; in tsc2007_soft_irq() 175 static void tsc2007_stop(struct tsc2007 *ts) in tsc2007_stop() 186 struct tsc2007 *t in tsc2007_open() [all...] |
H A D | tsc2007_iio.c | 9 #include "tsc2007.h" 12 struct tsc2007 *ts; 42 struct tsc2007 *tsc = iio->ts; in tsc2007_read_raw() 106 int tsc2007_iio_configure(struct tsc2007 *ts) in tsc2007_iio_configure() 121 indio_dev->name = "tsc2007"; in tsc2007_iio_configure()
|
H A D | Makefile | 98 tsc2007-y := tsc2007_core.o 99 tsc2007-$(CONFIG_TOUCHSCREEN_TSC2007_IIO) += tsc2007_iio.o 100 obj-$(CONFIG_TOUCHSCREEN_TSC2007) += tsc2007.o
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | timberdale.c | 29 #include <linux/platform_data/tsc2007.h> 60 I2C_BOARD_INFO("tsc2007", 0x48),
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | timberdale.c | 28 #include <linux/platform_data/tsc2007.h> 59 I2C_BOARD_INFO("tsc2007", 0x48),
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-ecovec24/ |
H A D | setup.c | 27 #include <linux/platform_data/tsc2007.h> 621 I2C_BOARD_INFO("tsc2007", 0x48), 622 .type = "tsc2007",
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-ecovec24/ |
H A D | setup.c | 27 #include <linux/platform_data/tsc2007.h> 621 I2C_BOARD_INFO("tsc2007", 0x48), 622 .type = "tsc2007",
|
Completed in 8 milliseconds