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_TYPE_LEGACY
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/
H
A
D
pci_endpoint_test.c
31
#define
IRQ_TYPE_LEGACY
0
macro
189
case
IRQ_TYPE_LEGACY
:
in pci_endpoint_test_alloc_irq_vectors()
250
case
IRQ_TYPE_LEGACY
:
in pci_endpoint_test_request_irq()
302
IRQ_TYPE_LEGACY
);
in pci_endpoint_test_legacy_irq()
395
if (irq_type <
IRQ_TYPE_LEGACY
|| irq_type > IRQ_TYPE_MSIX) {
in pci_endpoint_test_copy()
531
if (irq_type <
IRQ_TYPE_LEGACY
|| irq_type > IRQ_TYPE_MSIX) {
in pci_endpoint_test_write()
631
if (irq_type <
IRQ_TYPE_LEGACY
|| irq_type > IRQ_TYPE_MSIX) {
in pci_endpoint_test_read()
701
if (req_irq_type <
IRQ_TYPE_LEGACY
|| req_irq_type > IRQ_TYPE_MSIX) {
in pci_endpoint_test_set_irq()
811
irq_type =
IRQ_TYPE_LEGACY
;
in pci_endpoint_test_probe()
/kernel/linux/linux-6.6/drivers/misc/
H
A
D
pci_endpoint_test.c
31
#define
IRQ_TYPE_LEGACY
0
macro
186
case
IRQ_TYPE_LEGACY
:
in pci_endpoint_test_alloc_irq_vectors()
247
case
IRQ_TYPE_LEGACY
:
in pci_endpoint_test_request_irq()
299
IRQ_TYPE_LEGACY
);
in pci_endpoint_test_legacy_irq()
388
if (irq_type <
IRQ_TYPE_LEGACY
|| irq_type > IRQ_TYPE_MSIX) {
in pci_endpoint_test_copy()
524
if (irq_type <
IRQ_TYPE_LEGACY
|| irq_type > IRQ_TYPE_MSIX) {
in pci_endpoint_test_write()
624
if (irq_type <
IRQ_TYPE_LEGACY
|| irq_type > IRQ_TYPE_MSIX) {
in pci_endpoint_test_read()
694
if (req_irq_type <
IRQ_TYPE_LEGACY
|| req_irq_type > IRQ_TYPE_MSIX) {
in pci_endpoint_test_set_irq()
804
irq_type =
IRQ_TYPE_LEGACY
;
in pci_endpoint_test_probe()
/kernel/linux/linux-5.10/drivers/pci/endpoint/functions/
H
A
D
pci-epf-test.c
22
#define
IRQ_TYPE_LEGACY
0
macro
513
case
IRQ_TYPE_LEGACY
:
in pci_epf_test_raise_irq()
/kernel/linux/linux-6.6/drivers/pci/endpoint/functions/
H
A
D
pci-epf-test.c
22
#define
IRQ_TYPE_LEGACY
0
macro
603
case
IRQ_TYPE_LEGACY
:
in pci_epf_test_raise_irq()
Completed in 6 milliseconds