Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/mouse/
H A Dcyapa_gen5.c1047 struct cyapa_tsg_bin_image_data_record *image_records; in cyapa_pip_bl_initiate() local
1085 image_records = cyapa_get_image_record_data_num(fw, &records_num); in cyapa_pip_bl_initiate()
1088 data = image_records[records_num - 1].record_data; in cyapa_pip_bl_initiate()
1242 struct cyapa_tsg_bin_image_data_record *image_records; in cyapa_pip_check_fw() local
1260 image_records = in cyapa_pip_check_fw()
1267 app_integrity = &image_records[flash_records_count - 1]; in cyapa_pip_check_fw()
1301 const u8 *data = image_records[i].record_data; in cyapa_pip_check_fw()
1385 struct cyapa_tsg_bin_image_data_record *image_records; in cyapa_pip_do_fw_update() local
1392 image_records = in cyapa_pip_do_fw_update()
1400 error = cyapa_pip_write_fw_block(cyapa, &image_records[i]); in cyapa_pip_do_fw_update()