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:oper_irq_mode
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
pci.h
115
enum ath10k_pci_irq_mode
oper_irq_mode
;
member
H
A
D
pci.c
758
if (ar_pci->
oper_irq_mode
== ATH10K_PCI_IRQ_MSI)
in ath10k_pci_get_irq_method()
3112
if ((ar_pci->
oper_irq_mode
== ATH10K_PCI_IRQ_LEGACY) &&
in ath10k_pci_interrupt_handler()
3199
switch (ar_pci->
oper_irq_mode
) {
in ath10k_pci_request_irq()
3235
ar_pci->
oper_irq_mode
= ATH10K_PCI_IRQ_MSI;
in ath10k_pci_init_irq()
3252
ar_pci->
oper_irq_mode
= ATH10K_PCI_IRQ_LEGACY;
in ath10k_pci_init_irq()
3270
switch (ar_pci->
oper_irq_mode
) {
in ath10k_pci_deinit_irq()
3309
if (ar_pci->
oper_irq_mode
== ATH10K_PCI_IRQ_LEGACY)
in ath10k_pci_wait_for_target_init()
3667
ath10k_info(ar, "pci irq %s
oper_irq_mode
%d irq_mode %d reset_mode %d\n",
in ath10k_pci_probe()
3668
ath10k_pci_get_irq_method(ar), ar_pci->
oper_irq_mode
,
in ath10k_pci_probe()
H
A
D
ahb.c
418
ar_pci->
oper_irq_mode
= ATH10K_PCI_IRQ_LEGACY;
in ath10k_ahb_request_irq_legacy()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
pci.h
115
enum ath10k_pci_irq_mode
oper_irq_mode
;
member
H
A
D
pci.c
758
if (ar_pci->
oper_irq_mode
== ATH10K_PCI_IRQ_MSI)
in ath10k_pci_get_irq_method()
3113
if ((ar_pci->
oper_irq_mode
== ATH10K_PCI_IRQ_LEGACY) &&
in ath10k_pci_interrupt_handler()
3200
switch (ar_pci->
oper_irq_mode
) {
in ath10k_pci_request_irq()
3235
ar_pci->
oper_irq_mode
= ATH10K_PCI_IRQ_MSI;
in ath10k_pci_init_irq()
3252
ar_pci->
oper_irq_mode
= ATH10K_PCI_IRQ_LEGACY;
in ath10k_pci_init_irq()
3270
switch (ar_pci->
oper_irq_mode
) {
in ath10k_pci_deinit_irq()
3309
if (ar_pci->
oper_irq_mode
== ATH10K_PCI_IRQ_LEGACY)
in ath10k_pci_wait_for_target_init()
3656
ath10k_info(ar, "pci irq %s
oper_irq_mode
%d irq_mode %d reset_mode %d\n",
in ath10k_pci_probe()
3657
ath10k_pci_get_irq_method(ar), ar_pci->
oper_irq_mode
,
in ath10k_pci_probe()
H
A
D
ahb.c
418
ar_pci->
oper_irq_mode
= ATH10K_PCI_IRQ_LEGACY;
in ath10k_ahb_request_irq_legacy()
Completed in 12 milliseconds