Home
last modified time | relevance | path

Searched refs:tsc2007 (Results 1 – 3 of 3) sorted by relevance

/drivers/input/touchscreen/
Dtsc2007.c66 struct tsc2007 { struct
87 static inline int tsc2007_xfer(struct tsc2007 *tsc, u8 cmd) in tsc2007_xfer() argument
109 static void tsc2007_read_values(struct tsc2007 *tsc, struct ts_event *tc) in tsc2007_read_values()
125 static u32 tsc2007_calculate_pressure(struct tsc2007 *tsc, struct ts_event *tc) in tsc2007_calculate_pressure()
145 static bool tsc2007_is_pen_down(struct tsc2007 *ts) in tsc2007_is_pen_down()
169 struct tsc2007 *ts = handle; in tsc2007_soft_irq()
229 struct tsc2007 *ts = handle; in tsc2007_hard_irq()
240 static void tsc2007_stop(struct tsc2007 *ts) in tsc2007_stop()
251 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_open()
271 struct tsc2007 *ts = input_get_drvdata(input_dev); in tsc2007_close()
[all …]
DMakefile60 obj-$(CONFIG_TOUCHSCREEN_TSC2007) += tsc2007.o
DKconfig799 module will be called tsc2007.