Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_update.c147 int gt1x_recall_check(u8 *chk_src, u16 start_rd_addr, u16 chk_length);
938 int gt1x_recall_check(u8 *chk_src, u16 start_addr, u16 chk_length) in gt1x_recall_check() argument
954 if (memcmp(rd_buf, &chk_src[compared_length], len)) { in gt1x_recall_check()
957 GTP_DEBUG_ARRAY(&chk_src[compared_length], len); in gt1x_recall_check()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx_update.c1113 static u8 gup_recall_check(struct i2c_client *client, u8* chk_src, u16 start_rd_addr, u16 chk_lengt… in gup_recall_check() argument
1131 if(memcmp(&rd_buf[GTP_ADDR_LENGTH], &chk_src[recall_length], frame_length)) in gup_recall_check()
1135 GTP_DEBUG_ARRAY(&chk_src[recall_length], frame_length); in gup_recall_check()