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:syswake
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/irqchip/
H
A
D
irq-imgpdc.c
7
* Exposes the
syswake
and PDC peripheral wake interrupts to the system.
68
* @nr_syswakes: Number of
syswake
signals.
70
* @syswake_irq: Shared PDC
syswake
IRQ number.
71
* @domain: IRQ domain for PDC peripheral and
syswake
IRQs.
74
* @lock: Lock to protect the PDC
syswake
registers and the cached
115
static irq_hw_number_t syswake_to_hwirq(unsigned int
syswake
)
in syswake_to_hwirq()
argument
117
return SYS0_HWIRQ +
syswake
;
in syswake_to_hwirq()
154
unsigned int
syswake
= hwirq_to_syswake(data->hwirq);
in syswake_irq_set_type()
local
158
/* translate to
syswake
IRQ mode */
in syswake_irq_set_type()
182
soc_sys_wake_regoff = PDC_SYS_WAKE_BASE +
syswake
*PDC_SYS_WAKE_STRID
in syswake_irq_set_type()
247
unsigned int
syswake
, irq_no;
pdc_intc_syswake_isr()
local
[all...]
/kernel/linux/linux-6.6/drivers/irqchip/
H
A
D
irq-imgpdc.c
7
* Exposes the
syswake
and PDC peripheral wake interrupts to the system.
68
* @nr_syswakes: Number of
syswake
signals.
70
* @syswake_irq: Shared PDC
syswake
IRQ number.
71
* @domain: IRQ domain for PDC peripheral and
syswake
IRQs.
74
* @lock: Lock to protect the PDC
syswake
registers and the cached
115
static irq_hw_number_t syswake_to_hwirq(unsigned int
syswake
)
in syswake_to_hwirq()
argument
117
return SYS0_HWIRQ +
syswake
;
in syswake_to_hwirq()
154
unsigned int
syswake
= hwirq_to_syswake(data->hwirq);
in syswake_irq_set_type()
local
158
/* translate to
syswake
IRQ mode */
in syswake_irq_set_type()
182
soc_sys_wake_regoff = PDC_SYS_WAKE_BASE +
syswake
*PDC_SYS_WAKE_STRID
in syswake_irq_set_type()
246
unsigned int
syswake
;
pdc_intc_syswake_isr()
local
[all...]
Completed in 2 milliseconds