Home
last modified time | relevance | path

Searched refs:FTS_REG_FW_VER (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_common.h81 #define FTS_REG_FW_VER 0xA6 macro
H A Dfocaltech_ex_fun.c643 fts_read_reg(FTS_REG_FW_VER, &fwver); in fts_tpfwver_show()
1009 fts_read_reg(FTS_REG_FW_VER, &val); in fts_dumpreg_show()
H A Dfocaltech_flash.c1525 ret = fts_read_reg(FTS_REG_FW_VER, ver); in fts_fwupg_get_ver_in_tp()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_common.h82 #define FTS_REG_FW_VER 0xA6 macro
H A Dfocaltech_ex_fun.c603 if (fts_i2c_read_reg(client, FTS_REG_FW_VER, &fwver) < 0) { in fts_tpfwver_show()
1017 fts_i2c_read_reg(client, FTS_REG_FW_VER, &val); in fts_dumpreg_show()
H A Dfocaltech_flash.c1562 ret = fts_i2c_read_reg(client, FTS_REG_FW_VER, ver); in fts_fwupg_get_ver_in_tp()