Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx_update.c2530 #define FL_PACK_SIZE 1024 macro
2531 #define GUP_FW_CHK_SIZE FL_PACK_SIZE //FL_PACK_SIZE
2573 u8 i2c_opr_buf[GTP_ADDR_LENGTH + FL_PACK_SIZE] = {0};
2574 u8 chk_cmp_buf[FL_PACK_SIZE] = {0};
2631 if (len > FL_PACK_SIZE) in i2c_write_bytes()
2633 write_bytes = FL_PACK_SIZE; in i2c_write_bytes()
2672 if (len > FL_PACK_SIZE) in i2c_read_bytes()
2674 read_bytes = FL_PACK_SIZE; in i2c_read_bytes()