Home
last modified time | relevance | path

Searched defs:dst_offset (Results 1 – 10 of 10) sorted by relevance

/device/soc/esp/esp32/components/nvs_flash/src/
Dnvs_partition.cpp48 esp_err_t NVSPartition::write_raw(size_t dst_offset, const void* src, size_t size) in write_raw()
53 esp_err_t NVSPartition::write(size_t dst_offset, const void* src, size_t size) in write()
62 esp_err_t NVSPartition::erase_range(size_t dst_offset, size_t size) in erase_range()
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/ndcs/
Dndcs.h95 ndcs_dst_offset_t dst_offset; /**< Daylight Saving Time Offset. */ member
Dndcs.c234 void ndcs_dst_offset_update(ndcs_dst_offset_t dst_offset) in ndcs_dst_offset_update()
/device/soc/esp/esp32/components/spi_flash/
Dpartition.c440 size_t dst_offset, const void* src, size_t size) in esp_partition_write()
487 size_t dst_offset, const void* src, size_t size) in esp_partition_write_raw()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.c419 static int uc_fw_xfer(struct intel_uc_fw *uc_fw, u32 dst_offset, u32 dma_flags) in uc_fw_xfer()
477 int intel_uc_fw_upload(struct intel_uc_fw *uc_fw, u32 dst_offset, u32 dma_flags) in intel_uc_fw_upload()
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/cts/
Dcts.c564 cts_dst_offset_t dst_offset = (cts_dst_offset_t)p_evt->p_data[1]; in cts_loc_time_info_write_handler() local
Dcts.h175 cts_dst_offset_t dst_offset; /**< Daylight Saving Time Offset. */ member
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/cts_c/
Dcts_c.h193 cts_c_dst_offset_t dst_offset; /**< Daylight Saving Time Offset. */ member
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/
Ddisp_rotation_sw.c602 int dst_widthstep, dst_offset; in rotate_fb() local
/device/soc/bestechnic/bes2600/liteos_m/components/drivers/flash/
Dflash.c1049 …tion, uint32_t start_addr, uint8_t *dst_buf, uint32_t dst_buf_len, uint32_t dst_offset, uint8_t *s… in ota_partition_read_erase_write()