Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.h344 #define GTP_REG_VERSION 0x8140 macro
H A Dgt9xx.c1759 u8 buf[8] = {GTP_REG_VERSION >> 8, GTP_REG_VERSION & 0xff}; in gtp_read_version()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_generic.h325 #define GTP_REG_VERSION 0x8140 macro
H A Dgt1x_extents.c426 ret = gt1x_i2c_read(GTP_REG_VERSION, buffer, 4); in hotknot_load_authentication_subsystem()
H A Dgt1x_generic.c140 gt1x_i2c_read(GTP_REG_VERSION, temp_data, 12); in gt1x_debug_read_proc()
830 ret = gt1x_i2c_read_dbl_check(GTP_REG_VERSION, buf, sizeof(buf)); in gt1x_read_version()
H A Dgt1x_update.c1464 ret |= gt1x_i2c_write(GTP_REG_VERSION, buffer, 5); in gt1x_startup_patch()