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_MSIX
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/
H
A
D
pci_endpoint_test.c
33
#define
IRQ_TYPE_MSIX
2
macro
199
case
IRQ_TYPE_MSIX
:
in pci_endpoint_test_alloc_irq_vectors()
259
case
IRQ_TYPE_MSIX
:
in pci_endpoint_test_request_irq()
322
IRQ_TYPE_MSIX
);
in pci_endpoint_test_msi_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()
/kernel/linux/linux-6.6/drivers/misc/
H
A
D
pci_endpoint_test.c
33
#define
IRQ_TYPE_MSIX
2
macro
196
case
IRQ_TYPE_MSIX
:
in pci_endpoint_test_alloc_irq_vectors()
256
case
IRQ_TYPE_MSIX
:
in pci_endpoint_test_request_irq()
318
msix ?
IRQ_TYPE_MSIX
: IRQ_TYPE_MSI);
in pci_endpoint_test_msi_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()
/kernel/linux/linux-5.10/drivers/pci/endpoint/functions/
H
A
D
pci-epf-test.c
24
#define
IRQ_TYPE_MSIX
2
macro
519
case
IRQ_TYPE_MSIX
:
in pci_epf_test_raise_irq()
548
if (reg->irq_type >
IRQ_TYPE_MSIX
) {
in pci_epf_test_cmd_handler()
/kernel/linux/linux-6.6/drivers/pci/endpoint/functions/
H
A
D
pci-epf-test.c
24
#define
IRQ_TYPE_MSIX
2
macro
617
case
IRQ_TYPE_MSIX
:
in pci_epf_test_raise_irq()
656
if (reg->irq_type >
IRQ_TYPE_MSIX
) {
in pci_epf_test_cmd_handler()
Completed in 6 milliseconds