Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/modem/
Dhl7800.c476 int file_pos; member
4502 ret = fs_seek(&iface_ctx.fw_update_file, iface_ctx.file_pos, FS_SEEK_SET); in prepare_and_send_fw_packet()
4505 LOG_ERR("Could not seek to offset %d of file", iface_ctx.file_pos); in prepare_and_send_fw_packet()
4529 iface_ctx.file_pos += read_res; in prepare_and_send_fw_packet()
4547 iface_ctx.file_pos = 0; in process_fw_update_rx()