Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/
H A Delan_update.c195 int wRemainLen = 0; in Hid_Fw_Update() local
222 wRemainLen = MIN((update->FwSize - wCount),( IAP_FLASH_SIZE -( qOffset % IAP_FLASH_SIZE ))); in Hid_Fw_Update()
223 wCopyLen = MIN(wRemainLen, HID_CMD_LEN - qCmdLen); in Hid_Fw_Update()