Home
last modified time | relevance | path

Searched defs:cmd_ctx (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
Dcmd_loop.c104 hi_u32 loader_reset(const uart_ctx *cmd_ctx) in loader_reset()
114 hi_u32 loader_flash_protect(const uart_ctx *cmd_ctx) in loader_flash_protect()
136 hi_u32 loader_download_image(const uart_ctx *cmd_ctx) in loader_download_image()
422 hi_u32 loader_burn_version(const uart_ctx *cmd_ctx) in loader_burn_version()
471 hi_u32 loader_burn_efuse(const uart_ctx *cmd_ctx) in loader_burn_efuse()
506 hi_u32 loader_read_efuse(const uart_ctx *cmd_ctx) in loader_read_efuse()
530 hi_u32 loader_upload_data(const uart_ctx *cmd_ctx) in loader_upload_data()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/startup/
Dmain.c45 uart_ctx *cmd_ctx = HI_NULL; in start_loaderboot() local