Searched refs:touch_sysfs_path (Results 1 – 1 of 1) sorted by relevance
243 …const std::string touch_sysfs_path = "/sys/devices/platform/soc/a84000.i2c/i2c-2/2-0020/input/inpu… in DumpTouch() local244 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()[all …]