Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_update.c91 #define FW_HEAD_SIZE 128 macro
584 if (update_info.fw_length < FW_HEAD_SIZE) {
613 p = gt1x_get_fw_data(0, FW_HEAD_SIZE);
617 memcpy((u8 *) update_info.firmware, p, FW_HEAD_SIZE - 8 * 12);
622 offset = FW_HEAD_SIZE;