Searched refs:stm32_img (Results 1 – 1 of 1) sorted by relevance
23 static uint32_t *stm32_img; variable135 stm32_img = NULL; in stm32image_dev_close()159 stm32_img = (uint32_t *)¤t_part->part_offset; in stm32image_partition_open()189 result = io_seek(backend_handle, IO_SEEK_SET, *stm32_img); in stm32image_partition_size()208 __func__, current_part->name, *stm32_img); in stm32image_partition_size()216 *stm32_img += current_part->bkp_offset; in stm32image_partition_size()217 if (*stm32_img > stm32image_dev.device_size) { in stm32image_partition_size()274 *stm32_img += current_part->bkp_offset; in stm32image_partition_read()275 if (*stm32_img >= stm32image_dev.device_size) { in stm32image_partition_read()314 *stm32_img + offset); in stm32image_partition_read()
Completed in 3 milliseconds