Searched refs:fw_update_file (Results 1 – 1 of 1) sorted by relevance
470 struct fs_file_t fw_update_file; member4412 ret = fs_seek(&iface_ctx.fw_update_file, iface_ctx.file_pos, FS_SEEK_SET); in prepare_and_send_fw_packet()4419 read_res = fs_read(&iface_ctx.fw_update_file, iface_ctx.fw_packet.data, in prepare_and_send_fw_packet()4427 fs_close(&iface_ctx.fw_update_file); in prepare_and_send_fw_packet()6165 ret = fs_open(&iface_ctx.fw_update_file, file_path, FS_O_READ); in mdm_hl7800_update_fw()