Searched refs:image_rec_size (Results 1 – 1 of 1) sorted by relevance
351 size_t image_rec_size; in cyttsp5_load_app_() local359 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_()