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_entry
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/qcom/
H
A
D
smp2p.c
77
* struct
smp2p_entry
- driver context matching one entry
90
struct
smp2p_entry
{
struct
175
struct
smp2p_entry
*entry;
in qcom_smp2p_intr()
244
struct
smp2p_entry
*entry = irq_data_get_irq_chip_data(irqd);
in smp2p_mask_irq()
252
struct
smp2p_entry
*entry = irq_data_get_irq_chip_data(irqd);
in smp2p_unmask_irq()
260
struct
smp2p_entry
*entry = irq_data_get_irq_chip_data(irqd);
in smp2p_set_irq_type()
290
struct
smp2p_entry
*entry = d->host_data;
in smp2p_irq_map()
306
struct
smp2p_entry
*entry,
in qcom_smp2p_inbound_entry()
320
struct
smp2p_entry
*entry = data;
in smp2p_update_bits()
343
struct
smp2p_entry
*entr
in qcom_smp2p_outbound_entry()
[all...]
/kernel/linux/linux-6.6/drivers/soc/qcom/
H
A
D
smp2p.c
81
* struct
smp2p_entry
- driver context matching one entry
94
struct
smp2p_entry
{
struct
222
struct
smp2p_entry
*entry;
in qcom_smp2p_notify_in()
319
struct
smp2p_entry
*entry = irq_data_get_irq_chip_data(irqd);
in smp2p_mask_irq()
327
struct
smp2p_entry
*entry = irq_data_get_irq_chip_data(irqd);
in smp2p_unmask_irq()
335
struct
smp2p_entry
*entry = irq_data_get_irq_chip_data(irqd);
in smp2p_set_irq_type()
365
struct
smp2p_entry
*entry = d->host_data;
in smp2p_irq_map()
381
struct
smp2p_entry
*entry,
in qcom_smp2p_inbound_entry()
395
struct
smp2p_entry
*entry = data;
in smp2p_update_bits()
418
struct
smp2p_entry
*entr
in qcom_smp2p_outbound_entry()
[all...]
Completed in 3 milliseconds