Home
last modified time | relevance | path

Searched refs:fw_ver_in_tp (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_flash.c1606 u8 fw_ver_in_tp = 0; in fts_fwupg_need_upgrade() local
1616 ret = fts_fwupg_get_ver_in_tp(client, &fw_ver_in_tp); in fts_fwupg_need_upgrade()
1622 FTS_INFO("fw version in tp:%x, host:%x", fw_ver_in_tp, fw_ver_in_host); in fts_fwupg_need_upgrade()
1623 if (fw_ver_in_tp != fw_ver_in_host) { in fts_fwupg_need_upgrade()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_flash.c1557 u8 fw_ver_in_tp = 0; in fts_fwupg_need_upgrade() local
1567 ret = fts_fwupg_get_ver_in_tp(&fw_ver_in_tp); in fts_fwupg_need_upgrade()
1573 FTS_INFO("fw version in tp:%x, host:%x", fw_ver_in_tp, fw_ver_in_host); in fts_fwupg_need_upgrade()
1574 if (fw_ver_in_tp != fw_ver_in_host) { in fts_fwupg_need_upgrade()