Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/mouse/
Dcyapa_gen5.c1265 struct cyapa_tsg_bin_image_data_record *flash_record) in cyapa_gen5_write_fw_block() argument
1283 flash_array_id = flash_record->flash_array_id; in cyapa_gen5_write_fw_block()
1284 flash_row_id = get_unaligned_be16(&flash_record->row_number); in cyapa_gen5_write_fw_block()
1285 record_len = get_unaligned_be16(&flash_record->record_len); in cyapa_gen5_write_fw_block()
1286 record_data = flash_record->record_data; in cyapa_gen5_write_fw_block()
1335 struct cyapa_tsg_bin_image_data_record *flash_record; in cyapa_gen5_do_fw_update() local
1352 flash_record = &image->records[i]; in cyapa_gen5_do_fw_update()
1353 error = cyapa_gen5_write_fw_block(cyapa, flash_record); in cyapa_gen5_do_fw_update()