summaryrefslogtreecommitdiff
path: root/goodix_ts_core.h
diff options
context:
space:
mode:
authorWendly Li <wendlyli@google.com>2023-01-12 10:23:55 +0000
committerWendly Li <wendlyli@google.com>2023-02-07 11:46:48 +0000
commit01bc79a67eafe0013dbbb9843301e6e1ba8b97ac (patch)
tree2c050505ef711f40bdfa24f2508efd09f052db5a /goodix_ts_core.h
parentbef3cc4215fd8f5074eb3a021995a17b6c559666 (diff)
downloadgoodix_touch-01bc79a67eafe0013dbbb9843301e6e1ba8b97ac.tar.gz
touch/goodix: Move heatmap read protection to GTI
Bug: 262053705 Bug: 267991839 Test: check heatmap works properly Change-Id: I1a0dd4dc746037ad4f05e2734e73bce225af5ddd Signed-off-by: Wendly Li <wendlyli@google.com>
Diffstat (limited to 'goodix_ts_core.h')
-rw-r--r--goodix_ts_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/goodix_ts_core.h b/goodix_ts_core.h
index 4cbadef..06e089e 100644
--- a/goodix_ts_core.h
+++ b/goodix_ts_core.h
@@ -633,6 +633,7 @@ struct goodix_ts_hw_ops {
int (*gesture)(struct goodix_ts_core *cd, int gesture_type);
int (*reset)(struct goodix_ts_core *cd, int delay_ms);
int (*irq_enable)(struct goodix_ts_core *cd, bool enable);
+ int (*disable_irq_nosync)(struct goodix_ts_core *cd);
int (*read)(struct goodix_ts_core *cd, unsigned int addr,
unsigned char *data, unsigned int len);
int (*read_fast)(struct goodix_ts_core *cd, unsigned int addr,