Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_loader.c351 size_t image_rec_size; in cyttsp5_load_app_() local
359 image_rec_size = sizeof(struct cyttsp5_hex_image); in cyttsp5_load_app_()
360 if (fw_size % image_rec_size != 0) { in cyttsp5_load_app_()
396 last_row = (u8 *)fw + fw_size - image_rec_size; in cyttsp5_load_app_()
397 cyttsp5_get_row_(dev, row_buf, last_row, image_rec_size); in cyttsp5_load_app_()
418 p = cyttsp5_get_row_(dev, row_buf, p, image_rec_size); in cyttsp5_load_app_()