Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/mouse/
Dcyapa_gen5.c1196 const struct cyapa_tsg_bin_image_data_record *app_integrity; in cyapa_gen5_check_fw() local
1214 app_integrity = &image->records[flash_records_count - 1]; in cyapa_gen5_check_fw()
1216 if (app_integrity->flash_array_id != 0x00 || in cyapa_gen5_check_fw()
1217 get_unaligned_be16(&app_integrity->row_number) != 0x01ff) { in cyapa_gen5_check_fw()
1222 metadata = (const void *)app_integrity->record_data; in cyapa_gen5_check_fw()
1225 app_integrity_crc = crc_itu_t(0xffff, app_integrity->record_data, in cyapa_gen5_check_fw()