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:UDC_EP0_TX
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
omap_udc.h
92
# define
UDC_EP0_TX
(1 << 0)
macro
H
A
D
omap_udc.c
1400
u16 ack = irq_src & (
UDC_EP0_TX
|UDC_EP0_RX);
in ep0_irq()
1421
if (irq_src &
UDC_EP0_TX
) {
in ep0_irq()
1424
omap_writew(
UDC_EP0_TX
, UDC_IRQ_SRC);
in ep0_irq()
1832
if (irq_src & (UDC_EP0_RX|UDC_SETUP|
UDC_EP0_TX
)) {
in omap_udc_irq()
1835
irq_src &= ~(UDC_EP0_RX|UDC_SETUP|
UDC_EP0_TX
);
in omap_udc_irq()
2381
(tmp &
UDC_EP0_TX
) ? " ep0in" : "");
in proc_udc_show()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
omap_udc.h
92
# define
UDC_EP0_TX
(1 << 0)
macro
H
A
D
omap_udc.c
1405
u16 ack = irq_src & (
UDC_EP0_TX
|UDC_EP0_RX);
in ep0_irq()
1426
if (irq_src &
UDC_EP0_TX
) {
in ep0_irq()
1429
omap_writew(
UDC_EP0_TX
, UDC_IRQ_SRC);
in ep0_irq()
1837
if (irq_src & (UDC_EP0_RX|UDC_SETUP|
UDC_EP0_TX
)) {
in omap_udc_irq()
1840
irq_src &= ~(UDC_EP0_RX|UDC_SETUP|
UDC_EP0_TX
);
in omap_udc_irq()
2381
(tmp &
UDC_EP0_TX
) ? " ep0in" : "");
in proc_udc_show()
Completed in 9 milliseconds