Home
last modified time | relevance | path

Searched refs:cmd_ctx (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H A Dcmd_loop.h38 hi_u32 loader_download_image(const uart_ctx *cmd_ctx);
39 hi_u32 loader_burn_efuse(const uart_ctx *cmd_ctx);
40 hi_u32 loader_upload_data(const uart_ctx *cmd_ctx);
41 hi_u32 loader_read_efuse(const uart_ctx *cmd_ctx);
42 hi_u32 loader_flash_protect(const uart_ctx *cmd_ctx);
43 hi_u32 loader_reset(const uart_ctx *cmd_ctx);
44 hi_u32 loader_burn_version(const uart_ctx *cmd_ctx);
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
H A Dcmd_loop.c65 typedef hi_u32(*cmd_func) (const uart_ctx *cmd_ctx);
104 hi_u32 loader_reset(const uart_ctx *cmd_ctx) in loader_reset() argument
106 hi_unref_param(cmd_ctx); in loader_reset()
114 hi_u32 loader_flash_protect(const uart_ctx *cmd_ctx) in loader_flash_protect() argument
117 hi_u16 cmd_type = *(hi_u16 *)(&cmd_ctx->packet.payload[0]); in loader_flash_protect()
136 hi_u32 loader_download_image(const uart_ctx *cmd_ctx) in loader_download_image() argument
140 hi_u32 download_addr = *(hi_u32 *)(&cmd_ctx->packet.payload[0]); in loader_download_image()
141 hi_u32 file_len = *(hi_u32 *)(&cmd_ctx->packet.payload[4]); /* offset 4 is file length */ in loader_download_image()
142 hi_u32 erase_size = *(hi_u32 *)(&cmd_ctx->packet.payload[8]); /* offset 8 is erase size */ in loader_download_image()
143 hi_u8 burn_efuse = cmd_ctx in loader_download_image()
422 loader_burn_version(const uart_ctx *cmd_ctx) loader_burn_version() argument
471 loader_burn_efuse(const uart_ctx *cmd_ctx) loader_burn_efuse() argument
506 loader_read_efuse(const uart_ctx *cmd_ctx) loader_read_efuse() argument
530 loader_upload_data(const uart_ctx *cmd_ctx) loader_upload_data() argument
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/startup/
H A Dmain.c45 uart_ctx *cmd_ctx = HI_NULL; in start_loaderboot() local
63 cmd_ctx = cmd_loop_init(); in start_loaderboot()
64 if (cmd_ctx == HI_NULL) { in start_loaderboot()
81 cmd_loop(cmd_ctx); in start_loaderboot()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmiov.h222 void *cmd_ctx; member
266 typedef int (*bcm_iov_get_digest_t)(void *cmd_ctx, bcm_iov_cmd_digest_t **dig);
305 int bcm_iov_register_commands(bcm_iov_parse_context_t *parse_ctx, void *cmd_ctx,

Completed in 3 milliseconds