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_stat
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
net2280.c
243
writel(BIT(FIFO_FLUSH), &ep->regs->
ep_stat
);
in net2280_enable()
449
&ep->regs->
ep_stat
);
in ep_reset_228x()
500
BIT(DATA_IN_TOKEN_INTERRUPT), &ep->regs->
ep_stat
);
in ep_reset_338x()
673
statp = &ep->regs->
ep_stat
;
in out_flush()
721
tmp = readl(&ep->regs->
ep_stat
);
in read_fifo()
738
tmp = readl(&ep->regs->
ep_stat
);
in read_fifo()
881
if (!ep->is_in && (readl(&ep->regs->
ep_stat
) &
in start_dma()
884
&ep->regs->
ep_stat
);
in start_dma()
1063
s = readl(&ep->regs->
ep_stat
);
in net2280_queue()
1082
s = readl(&ep->regs->
ep_stat
);
in net2280_queue()
1170
u32 const
ep_stat
= readl(&ep->regs->
ep_stat
);
scan_dma_completions()
local
[all...]
H
A
D
omap_udc.c
359
u16
ep_stat
;
in write_fifo()
local
365
ep_stat
= omap_readw(UDC_STAT_FLG);
in write_fifo()
366
if (
ep_stat
& UDC_FIFO_UNWRITABLE)
in write_fifo()
426
u16
ep_stat
= omap_readw(UDC_STAT_FLG);
in read_fifo()
local
429
if (
ep_stat
& FIFO_EMPTY) {
in read_fifo()
434
if (
ep_stat
& UDC_EP_HALTED)
in read_fifo()
437
if (
ep_stat
& UDC_FIFO_FULL)
in read_fifo()
H
A
D
net2280.h
355
tmp = readl(&ep->regs->
ep_stat
);
in stop_out_naking()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
net2280.c
243
writel(BIT(FIFO_FLUSH), &ep->regs->
ep_stat
);
in net2280_enable()
449
&ep->regs->
ep_stat
);
in ep_reset_228x()
500
BIT(DATA_IN_TOKEN_INTERRUPT), &ep->regs->
ep_stat
);
in ep_reset_338x()
673
statp = &ep->regs->
ep_stat
;
in out_flush()
721
tmp = readl(&ep->regs->
ep_stat
);
in read_fifo()
738
tmp = readl(&ep->regs->
ep_stat
);
in read_fifo()
881
if (!ep->is_in && (readl(&ep->regs->
ep_stat
) &
in start_dma()
884
&ep->regs->
ep_stat
);
in start_dma()
1055
s = readl(&ep->regs->
ep_stat
);
in net2280_queue()
1074
s = readl(&ep->regs->
ep_stat
);
in net2280_queue()
1162
u32 const
ep_stat
= readl(&ep->regs->
ep_stat
);
scan_dma_completions()
local
[all...]
H
A
D
omap_udc.c
362
u16
ep_stat
;
in write_fifo()
local
368
ep_stat
= omap_readw(UDC_STAT_FLG);
in write_fifo()
369
if (
ep_stat
& UDC_FIFO_UNWRITABLE)
in write_fifo()
429
u16
ep_stat
= omap_readw(UDC_STAT_FLG);
in read_fifo()
local
432
if (
ep_stat
& FIFO_EMPTY) {
in read_fifo()
437
if (
ep_stat
& UDC_EP_HALTED)
in read_fifo()
440
if (
ep_stat
& UDC_FIFO_FULL)
in read_fifo()
H
A
D
net2280.h
356
tmp = readl(&ep->regs->
ep_stat
);
in stop_out_naking()
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
net2280.h
420
u32
ep_stat
;
member
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
net2280.h
406
u32
ep_stat
;
member
Completed in 16 milliseconds