Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/mouse/
Dcyapa_gen5.c1000 struct cyapa_tsg_bin_image_data_record *image_records; in cyapa_pip_bl_initiate() local
1038 image_records = cyapa_get_image_record_data_num(fw, &records_num); in cyapa_pip_bl_initiate()
1041 data = image_records[records_num - 1].record_data; in cyapa_pip_bl_initiate()
1195 struct cyapa_tsg_bin_image_data_record *image_records; in cyapa_pip_check_fw() local
1213 image_records = in cyapa_pip_check_fw()
1220 app_integrity = &image_records[flash_records_count - 1]; in cyapa_pip_check_fw()
1254 const u8 *data = image_records[i].record_data; in cyapa_pip_check_fw()
1338 struct cyapa_tsg_bin_image_data_record *image_records; in cyapa_pip_do_fw_update() local
1345 image_records = in cyapa_pip_do_fw_update()
1353 error = cyapa_pip_write_fw_block(cyapa, &image_records[i]); in cyapa_pip_do_fw_update()