Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_update.c46 #define PACK_SIZE 256 macro
940 u8 rd_buf[PACK_SIZE]; in gt1x_recall_check()
946 len = (chk_length > PACK_SIZE ? PACK_SIZE : chk_length); in gt1x_recall_check()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx_update.c68 #define PACK_SIZE 256 macro
1011 u8 wr_buf[PACK_SIZE + GTP_ADDR_LENGTH]; in gup_burn_proc()
1012 u8 rd_buf[PACK_SIZE + GTP_ADDR_LENGTH]; in gup_burn_proc()
1019 …frame_length = ((total_length - burn_length) > PACK_SIZE) ? PACK_SIZE : (total_length - burn_lengt… in gup_burn_proc()
1115 u8 rd_buf[PACK_SIZE + GTP_ADDR_LENGTH]; in gup_recall_check()
1123 …frame_length = ((chk_length - recall_length) > PACK_SIZE) ? PACK_SIZE : (chk_length - recall_lengt… in gup_recall_check()