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:modem_cfg
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H
A
D
iosm_ipc_chnl_cfg.c
34
static struct ipc_chnl_cfg
modem_cfg
[] = {
variable
71
if (index >= ARRAY_SIZE(
modem_cfg
)) {
in ipc_chnl_cfg_get()
73
ARRAY_SIZE(
modem_cfg
));
in ipc_chnl_cfg_get()
82
chnl_cfg->ul_nr_of_entries =
modem_cfg
[index].ul_nr_of_entries;
in ipc_chnl_cfg_get()
83
chnl_cfg->dl_nr_of_entries =
modem_cfg
[index].dl_nr_of_entries;
in ipc_chnl_cfg_get()
84
chnl_cfg->dl_buf_size =
modem_cfg
[index].dl_buf_size;
in ipc_chnl_cfg_get()
85
chnl_cfg->id =
modem_cfg
[index].id;
in ipc_chnl_cfg_get()
86
chnl_cfg->ul_pipe =
modem_cfg
[index].ul_pipe;
in ipc_chnl_cfg_get()
87
chnl_cfg->dl_pipe =
modem_cfg
[index].dl_pipe;
in ipc_chnl_cfg_get()
88
chnl_cfg->wwan_port_type =
modem_cfg
[inde
in ipc_chnl_cfg_get()
[all...]
Completed in 1 milliseconds