Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/mouse/
Dcyapa_gen5.c1046 struct cyapa_tsg_bin_image_data_record *image_records; in cyapa_pip_bl_initiate() local
1084 image_records = cyapa_get_image_record_data_num(fw, &records_num); in cyapa_pip_bl_initiate()
1087 data = image_records[records_num - 1].record_data; in cyapa_pip_bl_initiate()
1241 struct cyapa_tsg_bin_image_data_record *image_records; in cyapa_pip_check_fw() local
1259 image_records = in cyapa_pip_check_fw()
1266 app_integrity = &image_records[flash_records_count - 1]; in cyapa_pip_check_fw()
1300 const u8 *data = image_records[i].record_data; in cyapa_pip_check_fw()
1384 struct cyapa_tsg_bin_image_data_record *image_records; in cyapa_pip_do_fw_update() local
1391 image_records = in cyapa_pip_do_fw_update()
1399 error = cyapa_pip_write_fw_block(cyapa, &image_records[i]); in cyapa_pip_do_fw_update()