Searched refs:row_buf (Results 1 – 1 of 1) sorted by relevance
238 static u8 *cyttsp5_get_row_(struct device *dev, u8 *row_buf, in cyttsp5_get_row_() argument241 memcpy(row_buf, image_buf, size); in cyttsp5_get_row_()290 static int cyttsp5_ldr_parse_row_(struct device *dev, u8 *row_buf, in cyttsp5_ldr_parse_row_() argument295 row_image->array_id = row_buf[CY_ARRAY_ID_OFFSET]; in cyttsp5_ldr_parse_row_()296 row_image->row_num = get_unaligned_be16(&row_buf[CY_ROW_NUM_OFFSET]); in cyttsp5_ldr_parse_row_()297 row_image->row_size = get_unaligned_be16(&row_buf[CY_ROW_SIZE_OFFSET]); in cyttsp5_ldr_parse_row_()305 memcpy(row_image->row_data, &row_buf[CY_ROW_DATA_OFFSET], in cyttsp5_ldr_parse_row_()350 u8 *row_buf; in cyttsp5_load_app_() local371 row_buf = kzalloc(row_buf_size, GFP_KERNEL); in cyttsp5_load_app_()374 if (!row_buf || !row_image || !dev_id) { in cyttsp5_load_app_()[all …]