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:unused_IRQ
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H
A
D
cpqphp_pci.c
31
static u16
unused_IRQ
;
variable
1190
unused_IRQ
= readl(rom_resource_table + UNUSED_IRQ);
in cpqhp_find_available_resources()
1191
dbg("
unused_IRQ
= %x\n",
unused_IRQ
);
in cpqhp_find_available_resources()
1194
while (
unused_IRQ
) {
in cpqhp_find_available_resources()
1195
if (
unused_IRQ
& 1) {
in cpqhp_find_available_resources()
1199
unused_IRQ
=
unused_IRQ
>> 1;
in cpqhp_find_available_resources()
1204
unused_IRQ
=
unused_IRQ
>>
in cpqhp_find_available_resources()
[all...]
H
A
D
cpqphp.h
172
u16
unused_IRQ
;
member
188
UNUSED_IRQ = offsetof(struct hrt,
unused_IRQ
),
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H
A
D
cpqphp_pci.c
31
static u16
unused_IRQ
;
variable
1192
unused_IRQ
= readl(rom_resource_table + UNUSED_IRQ);
in cpqhp_find_available_resources()
1193
dbg("
unused_IRQ
= %x\n",
unused_IRQ
);
in cpqhp_find_available_resources()
1196
while (
unused_IRQ
) {
in cpqhp_find_available_resources()
1197
if (
unused_IRQ
& 1) {
in cpqhp_find_available_resources()
1201
unused_IRQ
=
unused_IRQ
>> 1;
in cpqhp_find_available_resources()
1206
unused_IRQ
=
unused_IRQ
>>
in cpqhp_find_available_resources()
[all...]
H
A
D
cpqphp.h
172
u16
unused_IRQ
;
member
188
UNUSED_IRQ = offsetof(struct hrt,
unused_IRQ
),
Completed in 7 milliseconds