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:poll_irq
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/wfx/
H
A
D
wfx.h
44
bool
poll_irq
;
member
H
A
D
main.c
349
wdev->
poll_irq
= true;
in wfx_probe()
408
wdev->
poll_irq
= false;
in wfx_probe()
H
A
D
bh.c
307
WARN(!wdev->
poll_irq
, "unexpected IRQ polling can mask IRQ");
in wfx_bh_poll_irq()
H
A
D
hif_tx.c
83
if (wdev->
poll_irq
)
in wfx_cmd_send()
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/
H
A
D
wfx.h
44
bool
poll_irq
;
member
H
A
D
main.c
346
wdev->
poll_irq
= true;
in wfx_probe()
406
wdev->
poll_irq
= false;
in wfx_probe()
H
A
D
bh.c
297
WARN(!wdev->
poll_irq
, "unexpected IRQ polling can mask IRQ");
in wfx_bh_poll_irq()
H
A
D
hif_tx.c
81
if (wdev->
poll_irq
)
in wfx_cmd_send()
/kernel/linux/linux-5.10/drivers/crypto/
H
A
D
omap-sham.c
198
int (*
poll_irq
)(struct omap_sham_dev *dd);
member
556
if (dd->pdata->
poll_irq
(dd))
in omap_sham_xmit_cpu()
1807
.
poll_irq
= omap_sham_poll_irq_omap2,
1841
.
poll_irq
= omap_sham_poll_irq_omap4,
1881
.
poll_irq
= omap_sham_poll_irq_omap4,
/kernel/linux/linux-6.6/drivers/crypto/
H
A
D
omap-sham.c
193
int (*
poll_irq
)(struct omap_sham_dev *dd);
member
533
if (dd->pdata->
poll_irq
(dd))
in omap_sham_xmit_cpu()
1799
.
poll_irq
= omap_sham_poll_irq_omap2,
1833
.
poll_irq
= omap_sham_poll_irq_omap4,
1873
.
poll_irq
= omap_sham_poll_irq_omap4,
Completed in 11 milliseconds