Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/rmi4/
Drmi_f34v7.c369 blkcount->ui_firmware = partition_length; in rmi_f34v7_parse_partition_table()
370 phyaddr->ui_firmware = physical_address; in rmi_f34v7_parse_partition_table()
373 __func__, blkcount->ui_firmware); in rmi_f34v7_parse_partition_table()
581 block_count = f34->v7.img.ui_firmware.size / f34->v7.block_size; in rmi_f34v7_check_ui_firmware_size()
584 if (block_count != f34->v7.blkcount.ui_firmware) { in rmi_f34v7_check_ui_firmware_size()
587 block_count, f34->v7.blkcount.ui_firmware); in rmi_f34v7_check_ui_firmware_size()
1007 blk_count = f34->v7.img.ui_firmware.size / f34->v7.block_size; in rmi_f34v7_write_firmware()
1009 return rmi_f34v7_write_f34v7_blocks(f34, f34->v7.img.ui_firmware.data, in rmi_f34v7_write_firmware()
1015 if (f34->v7.phyaddr.ui_firmware != f34->v7.img.phyaddr.ui_firmware) { in rmi_f34v7_compare_partition_tables()
1117 f34->v7.img.ui_firmware.data = content; in rmi_f34v7_parse_image_header_10()
[all …]
Drmi_f34.h157 u16 ui_firmware; member
180 u16 ui_firmware; member
217 struct block_data ui_firmware; member