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:irq_ee
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spmi/
H
A
D
spmi-pmic-arb.c
119
u8
irq_ee
;
member
669
if (pmic_arb->apid_data[apid].
irq_ee
!= pmic_arb->ee) {
in qpnpint_irq_domain_activate()
672
pmic_arb->apid_data[apid].
irq_ee
);
in qpnpint_irq_domain_activate()
844
apidd->
irq_ee
= SPMI_OWNERSHIP_PERIPH2OWNER(regval);
in pmic_arb_find_apid()
845
apidd->write_ee = apidd->
irq_ee
;
in pmic_arb_find_apid()
908
apidd->
irq_ee
= is_irq_ee ? apidd->write_ee : INVALID_EE;
in pmic_arb_read_apid_map_v5()
923
prev_apidd->
irq_ee
= apidd->
irq_ee
;
in pmic_arb_read_apid_map_v5()
938
ppid, apid, apidd->write_ee, apidd->
irq_ee
);
in pmic_arb_read_apid_map_v5()
/kernel/linux/linux-6.6/drivers/spmi/
H
A
D
spmi-pmic-arb.c
125
u8
irq_ee
;
member
690
if (pmic_arb->apid_data[i].
irq_ee
!= pmic_arb->ee)
in pmic_arb_chained_irq()
833
if (pmic_arb->apid_data[apid].
irq_ee
!= pmic_arb->ee) {
in qpnpint_irq_domain_activate()
836
pmic_arb->apid_data[apid].
irq_ee
);
in qpnpint_irq_domain_activate()
1012
apidd->
irq_ee
= SPMI_OWNERSHIP_PERIPH2OWNER(regval);
in pmic_arb_find_apid()
1013
apidd->write_ee = apidd->
irq_ee
;
in pmic_arb_find_apid()
1085
apidd->
irq_ee
= is_irq_ee ? apidd->write_ee : INVALID_EE;
in pmic_arb_read_apid_map_v5()
1100
prev_apidd->
irq_ee
= apidd->
irq_ee
;
in pmic_arb_read_apid_map_v5()
1115
ppid, apid, apidd->write_ee, apidd->
irq_ee
);
in pmic_arb_read_apid_map_v5()
[all...]
Completed in 7 milliseconds