Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/
H A Dfocaltech_test.h552 #define TEST_IC_VERSION(idh, idl, ver1, ver0) \ macro
H A Dfocaltech_test.c1618 tdata->ic_ver = TEST_IC_VERSION(val[0], val[1], val[2], val[3]); in get_ic_version()