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_EINT
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-gadget.h
209
#define
STS_EINT
BIT(3)
macro
H
A
D
cdnsp-ring.c
1580
if (!(status &
STS_EINT
))
in cdnsp_irq_handler()
1583
writel(status |
STS_EINT
, &pdev->op_regs->status);
in cdnsp_irq_handler()
H
A
D
cdnsp-gadget.c
1444
writel((temp & ~0x1fff) |
STS_EINT
, &pdev->op_regs->status);
in cdnsp_stop()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci.h
245
#define
STS_EINT
(1 << 3)
macro
2645
if (usbsts &
STS_EINT
)
in xhci_decode_usbsts()
H
A
D
xhci.c
761
writel((temp & ~0x1fff) |
STS_EINT
, &xhci->op_regs->status);
in xhci_stop()
962
if (status &
STS_EINT
)
in xhci_pending_portevent()
965
* Checking
STS_EINT
is not enough as there is a lag between a change
in xhci_pending_portevent()
1205
writel((temp & ~0x1fff) |
STS_EINT
, &xhci->op_regs->status);
in xhci_resume()
H
A
D
xhci-ring.c
2979
if (!(status &
STS_EINT
))
in xhci_irq()
2994
status |=
STS_EINT
;
in xhci_irq()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci.h
245
#define
STS_EINT
(1 << 3)
macro
2677
if (usbsts &
STS_EINT
)
in xhci_decode_usbsts()
H
A
D
xhci.c
609
writel((temp & ~0x1fff) |
STS_EINT
, &xhci->op_regs->status);
in xhci_stop()
816
if (status &
STS_EINT
)
in xhci_pending_portevent()
819
* Checking
STS_EINT
is not enough as there is a lag between a change
in xhci_pending_portevent()
1062
writel((temp & ~0x1fff) |
STS_EINT
, &xhci->op_regs->status);
in xhci_resume()
H
A
D
xhci-ring.c
3105
if (!(status &
STS_EINT
))
in xhci_irq()
3125
status |=
STS_EINT
;
in xhci_irq()
Completed in 40 milliseconds