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:STS_INT
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
ehci_def.h
103
#define
STS_INT
(1<<0) /* "normal" completion (short, ...) */
macro
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
ehci_def.h
90
#define
STS_INT
(1<<0) /* "normal" completion (short, ...) */
macro
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
fotg210.h
259
#define
STS_INT
(1<<0) /* "normal" completion (short, ...) */
macro
H
A
D
ehci-hcd.c
93
#define INTR_MASK (STS_IAA | STS_FATAL | STS_PCD | STS_ERR |
STS_INT
)
763
if (likely ((status & (
STS_INT
|STS_ERR)) != 0)) {
in ehci_irq()
H
A
D
ehci-dbg.c
167
(status &
STS_INT
) ? " INT" : "");
in dbg_status_buf()
182
(enable &
STS_INT
) ? " INT" : "");
in dbg_intr_buf()
H
A
D
oxu210hp-hcd.c
149
#define
STS_INT
(1<<0) /* "normal" completion (short, ...) */
macro
151
#define INTR_MASK (STS_IAA | STS_FATAL | STS_PCD | STS_ERR |
STS_INT
)
532
(status &
STS_INT
) ? " INT" : ""
in dbg_status_buf()
546
(enable &
STS_INT
) ? " INT" : ""
in dbg_intr_buf()
2891
if (likely((status & (
STS_INT
|STS_ERR)) != 0))
in oxu210_hcd_irq()
H
A
D
fotg210-hcd.c
78
#define INTR_MASK (STS_IAA | STS_FATAL | STS_PCD | STS_ERR |
STS_INT
)
191
(status &
STS_INT
) ? " INT" : "");
in dbg_status_buf()
204
(enable &
STS_INT
) ? " INT" : "");
in dbg_intr_buf()
5151
if (likely((status & (
STS_INT
|STS_ERR)) != 0)) {
in fotg210_irq()
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H
A
D
fotg210-hcd.h
257
#define
STS_INT
(1<<0) /* "normal" completion (short, ...) */
macro
H
A
D
fotg210-hcd.c
77
#define INTR_MASK (STS_IAA | STS_FATAL | STS_PCD | STS_ERR |
STS_INT
)
190
(status &
STS_INT
) ? " INT" : "");
in dbg_status_buf()
203
(enable &
STS_INT
) ? " INT" : "");
in dbg_intr_buf()
5150
if (likely((status & (
STS_INT
|STS_ERR)) != 0)) {
in fotg210_irq()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ehci-dbg.c
167
(status &
STS_INT
) ? " INT" : "");
in dbg_status_buf()
182
(enable &
STS_INT
) ? " INT" : "");
in dbg_intr_buf()
H
A
D
ehci-hcd.c
94
#define INTR_MASK (STS_IAA | STS_FATAL | STS_PCD | STS_ERR |
STS_INT
)
757
if (likely ((status & (
STS_INT
|STS_ERR)) != 0)) {
in ehci_irq()
H
A
D
oxu210hp-hcd.c
149
#define
STS_INT
(1<<0) /* "normal" completion (short, ...) */
macro
151
#define INTR_MASK (STS_IAA | STS_FATAL | STS_PCD | STS_ERR |
STS_INT
)
532
(status &
STS_INT
) ? " INT" : ""
in dbg_status_buf()
546
(enable &
STS_INT
) ? " INT" : ""
in dbg_intr_buf()
2892
if (likely((status & (
STS_INT
|STS_ERR)) != 0))
in oxu210_hcd_irq()
Completed in 33 milliseconds