| /device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/flash/ |
| D | flash_partition.c | 125 static bool flash_partition_is_valid(bk_partition_t partition) in flash_partition_is_valid() 134 bk_logic_partition_t *bk_flash_partition_get_info(bk_partition_t partition) in bk_flash_partition_get_info() 150 bk_err_t bk_flash_partition_erase(bk_partition_t partition, uint32_t offset, uint32_t size) in bk_flash_partition_erase() 171 bk_err_t bk_flash_partition_write(bk_partition_t partition, const uint8_t *buffer, uint32_t offset,… in bk_flash_partition_write() 193 bk_err_t bk_flash_partition_read(bk_partition_t partition, uint8_t *out_buffer, uint32_t offset, ui… in bk_flash_partition_read()
|
| /device/soc/bestechnic/bes2600/liteos_m/components/drivers/flash/ |
| D | flash.c | 68 hal_partition_t partition; member 74 hal_partition_t partition; member 80 hal_partition_t partition; member 257 static int32_t SetFlashOptionInfo(hal_partition_t partition, uint32_t size, uint32_t option) in SetFlashOptionInfo() 293 static int32_t SetFlashBadOptionInfo(hal_partition_t partition, uint32_t size, uint32_t option) in SetFlashBadOptionInfo() 334 int32_t hal_flash_info_get(hal_partition_t in_partition, hal_logic_partition_t *partition) in hal_flash_info_get() 579 int32_t hal_flash_enable_secure(hal_partition_t partition, uint32_t off_set, uint32_t size) in hal_flash_enable_secure() 597 int32_t hal_flash_dis_secure(hal_partition_t partition, uint32_t off_set, uint32_t size) in hal_flash_dis_secure() 954 int ota_flash_read(const hal_partition_t partition, const uint32_t addr, uint8_t *dst, const uint32… in ota_flash_read() 992 static int ota_partition_common_erase_write(const hal_partition_t partition, uint32_t start_addr, u… in ota_partition_common_erase_write() [all …]
|
| D | flash_conf.c | 144 uint32_t partition; in FlashGetResource() local 183 uint32_t partition = 0; in FlashGetResource() local
|
| /device/soc/esp/esp32/components/spi_flash/ |
| D | partition.c | 353 esp_err_t esp_partition_deregister_external(const esp_partition_t* partition) in esp_partition_deregister_external() 374 const esp_partition_t *esp_partition_verify(const esp_partition_t *partition) in esp_partition_verify() 397 esp_err_t esp_partition_read(const esp_partition_t* partition, in esp_partition_read() 439 esp_err_t esp_partition_write(const esp_partition_t* partition, in esp_partition_write() 468 esp_err_t esp_partition_read_raw(const esp_partition_t* partition, in esp_partition_read_raw() 486 esp_err_t esp_partition_write_raw(const esp_partition_t* partition, in esp_partition_write_raw() 505 esp_err_t esp_partition_erase_range(const esp_partition_t* partition, in esp_partition_erase_range() 536 esp_err_t esp_partition_mmap(const esp_partition_t* partition, size_t offset, size_t size, in esp_partition_mmap() 562 esp_err_t esp_partition_get_sha256(const esp_partition_t *partition, uint8_t *sha_256) in esp_partition_get_sha256()
|
| /device/soc/esp/esp32/components/bootloader_support/src/ |
| D | bootloader_utility.c | 151 const esp_partition_info_t *partition = &partitions[i]; in bootloader_utility_load_partition_table() local 269 static bool check_anti_rollback(const esp_partition_pos_t *partition) in check_anti_rollback() 281 static void update_anti_rollback(const esp_partition_pos_t *partition) in update_anti_rollback() 411 static bool try_load_partition(const esp_partition_pos_t *partition, esp_image_metadata_t *data) 447 esp_partition_pos_t partition = index_to_partition(bs, index); local 456 esp_partition_pos_t *partition = bootloader_common_get_rtc_retain_mem_partition(); local
|
| D | bootloader_common_loader.c | 118 esp_err_t bootloader_common_get_partition_description(const esp_partition_pos_t *partition, esp_app… in bootloader_common_get_partition_description() 188 void bootloader_common_update_rtc_retain_mem(esp_partition_pos_t* partition, bool reboot_counter) in bootloader_common_update_rtc_retain_mem()
|
| /device/soc/winnermicro/wm800/board/src/components/fs/ |
| D | wm_fs_init.c | 43 static int lfs_flash_block_read(int partition, UINT32 * offset, void *buffer, UINT32 size) in lfs_flash_block_read() 49 static int lfs_flash_block_prog(int partition, UINT32 * offset, void *buffer, UINT32 size) in lfs_flash_block_prog() 55 static int lfs_flash_block_erase(int partition, UINT32 offset, UINT32 size) in lfs_flash_block_erase()
|
| /device/soc/goodix/gr551x/components/fs/ |
| D | fs_init.c | 41 static int littlefs_block_read(int partition, uint32_t *offset, uint8_t *buf, uint32_t size) in littlefs_block_read() 47 static int littlefs_block_write(int partition, uint32_t *offset, const uint8_t *buf, uint32_t size) in littlefs_block_write() 53 static int littlefs_block_erase(int partition, uint32_t offset, uint32_t size) in littlefs_block_erase()
|
| /device/soc/telink/b91/components/fs/ |
| D | fs_init.c | 48 static int readFunc(int partition, UINT32 *offset, unsigned char *buf, UINT32 size) in readFunc() 55 static int writeFunc(int partition, UINT32 *offset, const unsigned char *buf, UINT32 size) in writeFunc() 62 static int eraseFunc(int partition, UINT32 offset, UINT32 size) in eraseFunc()
|
| /device/board/hpmicro/hpm6750evk2/liteos_m/littlefs/ |
| D | hpm_littlefs_drv.c | 25 int HpmLittlefsRead(int partition, UINT32 *offset, void *buf, UINT32 size) in HpmLittlefsRead() 44 int HpmLittlefsProg(int partition, UINT32 *offset, const void *buf, UINT32 size) in HpmLittlefsProg() 64 int HpmLittlefsErase(int partition, UINT32 offset, UINT32 size) in HpmLittlefsErase()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/ |
| D | upg_start_up.c | 31 hi_flash_partition_table *partition = hi_get_partition_table(); in upg_check_start_addr() local 49 hi_flash_partition_table *partition = hi_get_partition_table(); in upg_get_start_up_nv() local
|
| /device/soc/asrmicro/asr582x/liteos_m/sdk/adapter/hals/update/ |
| D | hal_hota_board.c | 49 int HotaHalRead(HotaPartition partition, unsigned int offset, unsigned int bufLen, unsigned char *b… in HotaHalRead() 63 int HotaHalWrite(HotaPartition partition, unsigned char *buffer, unsigned int offset, unsigned int … in HotaHalWrite()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/ |
| D | boot_upg_start_up.c | 24 hi_flash_partition_table *partition = hi_get_partition_table(); in boot_upg_set_default_cfg() local 46 hi_flash_partition_table *partition = hi_get_partition_table(); in boot_upg_check_start_addr() local
|
| /device/soc/esp/esp32/components/app_update/ |
| D | esp_ota_ops.c | 98 static esp_err_t image_validate(const esp_partition_t *partition, esp_image_load_mode_t load_mode) in image_validate() 123 esp_err_t esp_ota_begin(const esp_partition_t *partition, size_t image_size, esp_ota_handle_t *out_… in esp_ota_begin() 441 esp_err_t esp_ota_set_boot_partition(const esp_partition_t *partition) in esp_ota_set_boot_partition() 627 esp_err_t esp_ota_get_partition_description(const esp_partition_t *partition, esp_app_desc_t *app_d… in esp_ota_get_partition_description() 680 const esp_partition_t *partition = NULL; in esp_ota_check_rollback_is_possible() local 809 esp_err_t esp_ota_get_state_partition(const esp_partition_t *partition, esp_ota_img_states_t *ota_s… in esp_ota_get_state_partition()
|
| /device/soc/rockchip/rk2206/adapter/hals/update/ |
| D | hal_hota_board.c | 32 int HotaHalWrite(int partition, unsigned char *buffer, unsigned int offset, unsigned int bufLen) in HotaHalWrite() 37 int HotaHalRead(int partition, unsigned int offset, unsigned int bufLen, unsigned char *buffer) in HotaHalRead()
|
| /device/soc/beken/bk7235/hals/update/ |
| D | hal_hota_board.c | 37 int HotaHalRead(int partition, unsigned int offset, unsigned int bufLen, unsigned char *buffer) in HotaHalRead() 47 int HotaHalWrite(int partition, unsigned char *buffer, unsigned int offset, unsigned int bufLen) in HotaHalWrite()
|
| /device/soc/hpmicro/hpm6200/hals/update/ |
| D | hal_hota_board.c | 44 int HotaHalRead(int partition, unsigned int offset, unsigned int bufLen, in HotaHalRead() 50 int HotaHalWrite(int partition, unsigned char *buffer, unsigned int offset, in HotaHalWrite()
|
| /device/soc/hpmicro/hpm6700/hals/update/ |
| D | hal_hota_board.c | 44 int HotaHalRead(int partition, unsigned int offset, unsigned int bufLen, in HotaHalRead() 50 int HotaHalWrite(int partition, unsigned char *buffer, unsigned int offset, in HotaHalWrite()
|
| /device/soc/hpmicro/hpm6800/hals/update/ |
| D | hal_hota_board.c | 44 int HotaHalRead(int partition, unsigned int offset, unsigned int bufLen, in HotaHalRead() 50 int HotaHalWrite(int partition, unsigned char *buffer, unsigned int offset, in HotaHalWrite()
|
| /device/soc/hpmicro/hpm6300/hals/update/ |
| D | hal_hota_board.c | 44 int HotaHalRead(int partition, unsigned int offset, unsigned int bufLen, in HotaHalRead() 50 int HotaHalWrite(int partition, unsigned char *buffer, unsigned int offset, in HotaHalWrite()
|
| /device/soc/hpmicro/hpm5300/hals/update/ |
| D | hal_hota_board.c | 44 int HotaHalRead(int partition, unsigned int offset, unsigned int bufLen, in HotaHalRead() 50 int HotaHalWrite(int partition, unsigned char *buffer, unsigned int offset, in HotaHalWrite()
|
| /device/soc/goodix/gr551x/adapter/hals/update/ |
| D | hal_hota_board.c | 44 int HotaHalRead(int partition, unsigned int offset, unsigned int bufLen, in HotaHalRead() 50 int HotaHalWrite(int partition, unsigned char *buffer, unsigned int offset, in HotaHalWrite()
|
| /device/board/kaihong/khdvk_450a/adapter/hals/update/ |
| D | hal_hota_board.c | 44 int HotaHalRead(int partition, unsigned int offset, unsigned int bufLen, in HotaHalRead() 50 int HotaHalWrite(int partition, unsigned char *buffer, unsigned int offset, in HotaHalWrite()
|
| /device/board/openvalley/niobeu4/liteos_m/hals/update/ |
| D | update_adapter.c | 93 int HotaHalWrite(int partition, unsigned char *buffer, unsigned int offset, unsigned int bufLen) in HotaHalWrite() 112 int HotaHalRead(int partition, unsigned int offset, unsigned int bufLen, unsigned char *buffer) in HotaHalRead()
|
| /device/soc/esp/esp32/components/spi_flash/sim/stubs/app_update/ |
| D | esp_ota_eps.c | 7 const esp_partition_t* partition = esp_partition_find_first(ESP_PARTITION_TYPE_APP, in esp_ota_get_running_partition() local
|