Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/modem/
Dhl7800.c473 int file_pos; member
4412 ret = fs_seek(&iface_ctx.fw_update_file, iface_ctx.file_pos, FS_SEEK_SET); in prepare_and_send_fw_packet()
4415 LOG_ERR("Could not seek to offset %d of file", iface_ctx.file_pos); in prepare_and_send_fw_packet()
4439 iface_ctx.file_pos += read_res; in prepare_and_send_fw_packet()
4457 iface_ctx.file_pos = 0; in process_fw_update_rx()