Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_update.c1402 #define GT1X_LOAD_PACKET_SIZE (1024 * 2) macro
1432 …len = patch_size - loaded_length > GT1X_LOAD_PACKET_SIZE ? GT1X_LOAD_PACKET_SIZE : patch_size - lo… in gt1x_load_patch()