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_get
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/soc/mediatek/
H
A
D
mtk_wed.h
181
u32 (*
irq_get
)(struct mtk_wed_device *dev, u32 mask);
member
232
(_dev)->ops->
irq_get
(_dev, _mask)
/kernel/linux/linux-6.6/include/linux/
H
A
D
fwnode.h
165
int (*
irq_get
)(const struct fwnode_handle *fwnode, unsigned int index);
member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
pci_irq.c
215
static int
irq_get
(struct mlx5_irq *irq)
in irq_get()
function
342
ret =
irq_get
(irq);
in mlx5_irq_attach_nb()
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H
A
D
siw_qp.c
985
irqe = &qp->irq[qp->
irq_get
% qp->attrs.irq_size];
in siw_activate_tx()
1022
qp->
irq_get
++;
in siw_activate_tx()
H
A
D
siw.h
455
uint32_t
irq_get
; /* consumer index into irq array */
member
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H
A
D
siw_qp.c
988
irqe = &qp->irq[qp->
irq_get
% qp->attrs.irq_size];
in siw_activate_tx()
1025
qp->
irq_get
++;
in siw_activate_tx()
H
A
D
siw.h
457
uint32_t
irq_get
; /* consumer index into irq array */
member
/kernel/linux/linux-6.6/drivers/base/
H
A
D
property.c
996
ret = fwnode_call_int_op(fwnode,
irq_get
, index);
in fwnode_irq_get()
/kernel/linux/linux-6.6/drivers/of/
H
A
D
property.c
1455
.
irq_get
= of_fwnode_irq_get,
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
property.c
1604
.
irq_get
= acpi_fwnode_irq_get, \
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
H
A
D
mtk_wed.c
1872
.
irq_get
= mtk_wed_irq_get,
in mtk_wed_add_hw()
Completed in 17 milliseconds