Searched refs:f34 (Results 1 – 3 of 3) sorted by relevance
| /drivers/input/rmi4/ |
| A D | rmi_f34v7.c | 42 __func__, f34->v7.flash_status, f34->v7.command); in rmi_f34v7_read_flash_status() 479 f34->bootloader_id[1], f34->bootloader_id[0]); in rmi_f34v7_read_queries_bl_version() 584 &f34->v7.blkcount, &f34->v7.phyaddr); in rmi_f34v7_read_queries() 783 f34->v7.config_block_count = f34->v7.config_size / f34->v7.block_size; in rmi_f34v7_write_ui_config() 793 f34->v7.config_block_count = f34->v7.config_size / f34->v7.block_size; in rmi_f34v7_write_dp_config() 813 f34->v7.config_block_count = f34->v7.config_size / f34->v7.block_size; in rmi_f34v7_write_flash_config() 857 f34->v7.config_data = f34->v7.read_config_buf; in rmi_f34v7_write_partition_table() 859 f34->v7.config_block_count = f34->v7.config_size / f34->v7.block_size; in rmi_f34v7_write_partition_table() 1022 &f34->v7.img.blkcount, &f34->v7.img.phyaddr); in rmi_f34v7_parse_image_info() 1103 f34->fn->rmi_dev->driver->set_irq_bits(f34->fn->rmi_dev, f34->fn->irq_mask); in rmi_f34v7_enter_flash_prog() [all …]
|
| A D | rmi_f34.c | 109 ret = rmi_read(f34->fn->rmi_dev, f34->v5.ctrl_address, in rmi_f34_attention() 169 f34->update_progress += f34->v5.block_size; in rmi_f34_write_blocks() 170 f34->update_status = (f34->update_progress * 100) / in rmi_f34_write_blocks() 179 return rmi_f34_write_blocks(f34, data, f34->v5.fw_blocks, in rmi_f34_write_firmware() 269 image_size, f34->v5.fw_blocks * f34->v5.block_size); in rmi_f34_update_firmware() 278 f34->v5.config_blocks * f34->v5.block_size); in rmi_f34_update_firmware() 306 if (!f34) in rmi_driver_bootloader_id_show() 334 if (!f34) in rmi_driver_configuration_id_show() 358 if (!f34) { in rmi_firmware_update() 496 if (f34) in rmi_driver_update_fw_status_show() [all …]
|
| A D | rmi_f34.h | 291 int rmi_f34v7_start_reflash(struct f34_data *f34, const struct firmware *fw); 292 int rmi_f34v7_do_reflash(struct f34_data *f34, const struct firmware *fw); 293 int rmi_f34v7_probe(struct f34_data *f34);
|
Completed in 10 milliseconds