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:EP_STS_IOC
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/cdns3/
H
A
D
debug.h
61
if (ep_sts &
EP_STS_IOC
)
in cdns3_decode_ep_irq()
H
A
D
ep0.c
626
if (priv_dev->wait_for_setup && ep_sts_reg &
EP_STS_IOC
) {
in cdns3_check_ep0_interrupt_proceed()
629
} else if ((ep_sts_reg &
EP_STS_IOC
) || (ep_sts_reg & EP_STS_ISP)) {
in cdns3_check_ep0_interrupt_proceed()
H
A
D
gadget.c
1719
ep_sts_reg &= ~(EP_STS_MD_EXIT |
EP_STS_IOC
);
in cdns3_check_ep_interrupt_proceed()
1769
if ((ep_sts_reg &
EP_STS_IOC
) || (ep_sts_reg & EP_STS_ISP) ||
in cdns3_check_ep_interrupt_proceed()
1779
if ((ep_sts_reg &
EP_STS_IOC
) ||
in cdns3_check_ep_interrupt_proceed()
H
A
D
gadget.h
617
#define
EP_STS_IOC
BIT(2)
macro
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdns3-debug.h
61
if (ep_sts &
EP_STS_IOC
)
in cdns3_decode_ep_irq()
H
A
D
cdns3-ep0.c
626
if (priv_dev->wait_for_setup && ep_sts_reg &
EP_STS_IOC
) {
in cdns3_check_ep0_interrupt_proceed()
629
} else if ((ep_sts_reg &
EP_STS_IOC
) || (ep_sts_reg & EP_STS_ISP)) {
in cdns3_check_ep0_interrupt_proceed()
H
A
D
cdns3-gadget.c
1724
ep_sts_reg &= ~(EP_STS_MD_EXIT |
EP_STS_IOC
);
in cdns3_check_ep_interrupt_proceed()
1774
if ((ep_sts_reg &
EP_STS_IOC
) || (ep_sts_reg & EP_STS_ISP) ||
in cdns3_check_ep_interrupt_proceed()
1784
if ((ep_sts_reg &
EP_STS_IOC
) ||
in cdns3_check_ep_interrupt_proceed()
H
A
D
cdns3-gadget.h
618
#define
EP_STS_IOC
BIT(2)
macro
Completed in 14 milliseconds