Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:cmd_ctx
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H
A
D
cmd_loop.h
38
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
D
cmd_loop.c
65
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
D
main.c
45
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
D
bcmiov.h
222
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