Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/rmi4/
Drmi_f34v7.c366 blkcount->ui_firmware = partition_length; in rmi_f34v7_parse_partition_table()
367 phyaddr->ui_firmware = physical_address; in rmi_f34v7_parse_partition_table()
370 __func__, blkcount->ui_firmware); in rmi_f34v7_parse_partition_table()
578 block_count = f34->v7.img.ui_firmware.size / f34->v7.block_size; in rmi_f34v7_check_ui_firmware_size()
581 if (block_count != f34->v7.blkcount.ui_firmware) { in rmi_f34v7_check_ui_firmware_size()
584 block_count, f34->v7.blkcount.ui_firmware); in rmi_f34v7_check_ui_firmware_size()
1004 blk_count = f34->v7.img.ui_firmware.size / f34->v7.block_size; in rmi_f34v7_write_firmware()
1006 return rmi_f34v7_write_f34v7_blocks(f34, f34->v7.img.ui_firmware.data, in rmi_f34v7_write_firmware()
1012 if (f34->v7.phyaddr.ui_firmware != f34->v7.img.phyaddr.ui_firmware) { in rmi_f34v7_compare_partition_tables()
1114 f34->v7.img.ui_firmware.data = content; in rmi_f34v7_parse_image_header_10()
[all …]
Drmi_f34.h154 u16 ui_firmware; member
177 u16 ui_firmware; member
214 struct block_data ui_firmware; member