Searched refs:img_data (Results 1 – 1 of 1) sorted by relevance
212 const uint8_t *img_data = NULL; in bs_upload() local253 img_data = member->_Member_data.value; in bs_upload()270 if (off == UINT64_MAX || img_data == NULL) { in bs_upload()337 rc = flash_area_write(fap, curr_off, img_data, w_size); in bs_upload()343 img_data += w_size; in bs_upload()347 memcpy(wbs_aligned, img_data, rem_bytes); in bs_upload()354 rc = flash_area_write(fap, curr_off, img_data, img_blen); in bs_upload()