Files
android_kernel_samsung_sm86…/qcom/opensource/touch-drivers/raydium/raydium_selftest.h
David Wronek e44c5532de Add 'qcom/opensource/touch-drivers/' from commit '0abb70a15bd5d3469505bb0249d49266a4a5595e'
git-subtree-dir: qcom/opensource/touch-drivers
git-subtree-mainline: 51ff30338b
git-subtree-split: 0abb70a15b
Change-Id:
repo: https://git.codelinaro.org/clo/la/platform/vendor/opensource/touch-drivers
tag: LA.VENDOR.14.3.0.r1-17300-lanai.QSSI15.0
2024-10-06 16:45:39 +02:00

35 řádky
1021 B
C

/* raydium_selftest.h
*
* Raydium TouchScreen driver.
*
* Copyright (c) 2021 Raydium tech Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*/
#define DISABLE_PDA2_MODE_AND_INT 0
#define ENABLE_PDA2_MODE_AND_INT 1
#define DISABLE_TOUCH_INT 2
#define ENABLE_TOUCH_INT 3
#define ENABLE_TIME_MEASURMENT 1
/*Raydium system flag*/
#define RAYDIUM_INTERRUPT_FLAG 0x01
#define RM_SELF_TEST_THRESHOLD_FILE "/data/selftest/tpselftest.ini"
#define RM_SELF_TEST_LOGFILE "/sdcard/selftest.csv"
extern const unsigned char u8_rad_testpara_20[];