Home
last modified time | relevance | path

Searched defs:f34 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/input/rmi4/
H A Drmi_f34v7.c21 static int rmi_f34v7_read_flash_status(struct f34_data *f34) in rmi_f34v7_read_flash_status()
60 static int rmi_f34v7_wait_for_idle(struct f34_data *f34, int timeout_ms) in rmi_f34v7_wait_for_idle()
75 static int rmi_f34v7_check_command_status(struct f34_data *f34, int timeout_ms) in rmi_f34v7_check_command_status()
93 static int rmi_f34v7_write_command_single_transaction(struct f34_data *f34, in rmi_f34v7_write_command_single_transaction()
155 static int rmi_f34v7_write_command(struct f34_data *f34, u8 cmd) in rmi_f34v7_write_command()
227 static int rmi_f34v7_write_partition_id(struct f34_data *f34, u8 cmd) in rmi_f34v7_write_partition_id()
294 static int rmi_f34v7_read_partition_table(struct f34_data *f34) in rmi_f34v7_read_partition_table()
367 static void rmi_f34v7_parse_partition_table(struct f34_data *f34, in rmi_f34v7_parse_partition_table()
443 static int rmi_f34v7_read_queries_bl_version(struct f34_data *f34) in rmi_f34v7_read_queries_bl_version()
484 static int rmi_f34v7_read_queries(struct f34_data *f34) in rmi_f34v7_read_queries()
[all …]
H A Drmi_f34.c17 static int rmi_f34_write_bootloader_id(struct f34_data *f34) in rmi_f34_write_bootloader_id()
46 static int rmi_f34_command(struct f34_data *f34, u8 command, in rmi_f34_command()
104 struct f34_data *f34 = dev_get_drvdata(&fn->dev); in rmi_f34_attention() local
131 static int rmi_f34_write_blocks(struct f34_data *f34, const void *data, in rmi_f34_write_blocks()
177 static int rmi_f34_write_firmware(struct f34_data *f34, const void *data) in rmi_f34_write_firmware()
183 static int rmi_f34_write_config(struct f34_data *f34, const void *data) in rmi_f34_write_config()
189 static int rmi_f34_enable_flash(struct f34_data *f34) in rmi_f34_enable_flash()
195 static int rmi_f34_flash_firmware(struct f34_data *f34, in rmi_f34_flash_firmware()
243 static int rmi_f34_update_firmware(struct f34_data *f34, in rmi_f34_update_firmware()
299 struct f34_data *f34; in rmi_driver_bootloader_id_show() local
[all …]