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:ch_idx
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H
A
D
mac_regdomain.c
124
hi_u8
ch_idx
;
in mac_init_channel_list()
local
132
for (
ch_idx
= 0;
ch_idx
< MAC_CHANNEL_FREQ_2_BUTT;
ch_idx
++) {
in mac_init_channel_list()
133
g_ast_channel_list_2g[
ch_idx
].reg_class = MAC_INVALID_RC;
in mac_init_channel_list()
144
for (
ch_idx
= 0;
ch_idx
< MAC_CHANNEL_FREQ_2_BUTT;
ch_idx
++) {
in mac_init_channel_list()
145
if (rc_info->channel_bmap & bit(
ch_idx
)) {
in mac_init_channel_list()
146
g_ast_channel_list_2g[
ch_idx
]
in mac_init_channel_list()
161
mac_get_channel_idx_rc_info(hi_u8 band, hi_u8
ch_idx
)
mac_get_channel_idx_rc_info()
argument
228
mac_is_channel_idx_valid(hi_u8 band, hi_u8
ch_idx
, hi_u8 *reg_class)
mac_is_channel_idx_valid()
argument
266
hi_u8
ch_idx
;
mac_is_channel_num_valid()
local
[all...]
H
A
D
mac_regdomain.h
183
hi_u32 mac_is_channel_idx_valid(hi_u8 band, hi_u8
ch_idx
, hi_u8 *reg_class);
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_dma.h
74
hi_u32
ch_idx
; /* 接收DMA传输使用的channel id,不需用户设置, 通道申请成功时赋值 */
member
88
* If the channel resources are not transmitted, the hi_dma_ch_close(usr_para->
ch_idx
) is invoked to
90
hi_dma_ch_close(usr_para->
ch_idx
)释放通道。CNend
Completed in 2 milliseconds