Lines Matching refs:touch_sysfs_path
243 …const std::string touch_sysfs_path = "/sys/devices/platform/soc/a84000.i2c/i2c-2/2-0020/input/inpu… in DumpTouch() local
244 if (!access(touch_sysfs_path.c_str(), R_OK)) { in DumpTouch()
246 touch_sysfs_path + "buildid"); in DumpTouch()
248 touch_sysfs_path + "config"); in DumpTouch()
251 "echo 02 >" + touch_sysfs_path + "suspend"}); in DumpTouch()
253 touch_sysfs_path + "noise_state"); in DumpTouch()
257 "echo 20 >" + touch_sysfs_path + "read_report" in DumpTouch()
258 " && cat " + touch_sysfs_path + "read_report"}); in DumpTouch()
261 "echo 02 >" + touch_sysfs_path + "read_report" in DumpTouch()
262 " && cat " + touch_sysfs_path + "read_report"}); in DumpTouch()
265 "echo 63 >" + touch_sysfs_path + "read_report" in DumpTouch()
266 " && cat " + touch_sysfs_path + "read_report"}); in DumpTouch()
269 "echo 59 >" + touch_sysfs_path + "read_report" in DumpTouch()
270 " && cat " + touch_sysfs_path + "read_report"}); in DumpTouch()
274 "echo 00 >" + touch_sysfs_path + "suspend"}); in DumpTouch()