Home
last modified time | relevance | path

Searched refs:get_hlic_ver (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_flash.h141 int (*get_hlic_ver)(u8 *); member
H A Dfocaltech_flash.c1258 if (!upg || !upg->func || !upg->func->get_hlic_ver || !upg->lic) { in fts_lic_get_ver_in_host()
1263 ret = upg->func->get_hlic_ver(upg->lic); in fts_lic_get_ver_in_host()
H A Dfocaltech_upgrade_ft8201.c1029 .get_hlic_ver = fts_ft8006m_get_hlic_ver,
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_flash.h150 int (*get_hlic_ver)(u8 *); member
H A Dfocaltech_flash.c1231 if (!upg || !upg->func || !upg->func->get_hlic_ver || !upg->lic) { in fts_lic_get_ver_in_host()
1236 ret = upg->func->get_hlic_ver(upg->lic); in fts_lic_get_ver_in_host()