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:smem_items
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/qcom/
H
A
D
smp2p.c
115
* @
smem_items
: ids of the two smem items
133
unsigned
smem_items
[SMP2P_OUTBOUND + 1];
member
177
unsigned smem_id = smp2p->
smem_items
[SMP2P_INBOUND];
in qcom_smp2p_intr()
370
unsigned smem_id = smp2p->
smem_items
[SMP2P_OUTBOUND];
in qcom_smp2p_alloc_outbound_item()
464
smp2p->
smem_items
, 2);
in qcom_smp2p_probe()
/kernel/linux/linux-6.6/drivers/soc/qcom/
H
A
D
smp2p.c
120
* @
smem_items
: ids of the two smem items
141
unsigned
smem_items
[SMP2P_OUTBOUND + 1];
member
283
unsigned int smem_id = smp2p->
smem_items
[SMP2P_INBOUND];
in qcom_smp2p_intr()
445
unsigned smem_id = smp2p->
smem_items
[SMP2P_OUTBOUND];
in qcom_smp2p_alloc_outbound_item()
540
smp2p->
smem_items
, 2);
in qcom_smp2p_probe()
/kernel/linux/linux-5.10/drivers/rpmsg/
H
A
D
qcom_smd.c
82
}
smem_items
[SMD_ALLOC_TBL_COUNT] = {
variable
1204
smem_items
[tbl].alloc_tbl_id, NULL);
in qcom_channel_scan_worker()
1227
info_id =
smem_items
[tbl].info_base_id + cid;
in qcom_channel_scan_worker()
1228
fifo_id =
smem_items
[tbl].fifo_base_id + cid;
in qcom_channel_scan_worker()
1542
p = qcom_smem_get(QCOM_SMEM_HOST_ANY,
smem_items
[0].alloc_tbl_id, NULL);
in qcom_smd_probe()
/kernel/linux/linux-6.6/drivers/rpmsg/
H
A
D
qcom_smd.c
82
}
smem_items
[SMD_ALLOC_TBL_COUNT] = {
variable
1220
smem_items
[tbl].alloc_tbl_id, NULL);
in qcom_channel_scan_worker()
1243
info_id =
smem_items
[tbl].info_base_id + cid;
in qcom_channel_scan_worker()
1244
fifo_id =
smem_items
[tbl].fifo_base_id + cid;
in qcom_channel_scan_worker()
Completed in 6 milliseconds