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:smp2p_smem_item
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/soc/qcom/
H
A
D
smp2p.c
51
* struct
smp2p_smem_item
- in memory communication structure
64
struct
smp2p_smem_item
{
struct
84
* @name: name of the entry, to match against
smp2p_smem_item
85
* @value: pointer to
smp2p_smem_item
entry value
138
struct
smp2p_smem_item
*in;
139
struct
smp2p_smem_item
*out;
178
struct
smp2p_smem_item
*in = smp2p->in;
in qcom_smp2p_check_ssr()
191
struct
smp2p_smem_item
*out = smp2p->out;
in qcom_smp2p_do_ssr_ack()
206
struct
smp2p_smem_item
*out = smp2p->out;
in qcom_smp2p_negotiate()
207
struct
smp2p_smem_item
*i
in qcom_smp2p_negotiate()
[all...]
/kernel/linux/linux-5.10/drivers/soc/qcom/
H
A
D
smp2p.c
47
* struct
smp2p_smem_item
- in memory communication structure
60
struct
smp2p_smem_item
{
struct
80
* @name: name of the entry, to match against
smp2p_smem_item
81
* @value: pointer to
smp2p_smem_item
entry value
130
struct
smp2p_smem_item
*in;
131
struct
smp2p_smem_item
*out;
174
struct
smp2p_smem_item
*in;
in qcom_smp2p_intr()
346
struct
smp2p_smem_item
*out = smp2p->out;
in qcom_smp2p_outbound_entry()
369
struct
smp2p_smem_item
*out;
in qcom_smp2p_alloc_outbound_item()
Completed in 2 milliseconds