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:min_apid
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spmi/
H
A
D
spmi-pmic-arb.c
133
* @
min_apid
: minimum APID (used for bounding IRQ search)
152
u16
min_apid
;
member
531
int first = pmic_arb->
min_apid
>> 5;
in pmic_arb_chained_irq()
722
if (apid < pmic_arb->
min_apid
)
in qpnpint_irq_domain_translate()
723
pmic_arb->
min_apid
= apid;
in qpnpint_irq_domain_translate()
1282
/* Initialize max_apid/
min_apid
to the opposite bounds, during
in spmi_pmic_arb_probe()
1285
pmic_arb->
min_apid
= PMIC_ARB_MAX_PERIPHS - 1;
in spmi_pmic_arb_probe()
/kernel/linux/linux-6.6/drivers/spmi/
H
A
D
spmi-pmic-arb.c
140
* @
min_apid
: minimum APID (used for bounding IRQ search)
167
u16
min_apid
;
member
648
int first = pmic_arb->
min_apid
;
in pmic_arb_chained_irq()
890
if (apid < pmic_arb->
min_apid
)
in qpnpint_irq_domain_translate()
891
pmic_arb->
min_apid
= apid;
in qpnpint_irq_domain_translate()
1631
/* Initialize max_apid/
min_apid
to the opposite bounds, during
in spmi_pmic_arb_probe()
1634
pmic_arb->
min_apid
= pmic_arb->max_periphs - 1;
in spmi_pmic_arb_probe()
Completed in 9 milliseconds