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_ep_get_UDCCS
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
pxa25x_udc.h
196
static inline u32
udc_ep_get_UDCCS
(struct pxa25x_ep *);
229
DMSG ("udccs%d = %02x\n", i,
udc_ep_get_UDCCS
(&dev->ep[i]));
in dump_state()
H
A
D
pxa25x_udc.c
373
static inline u32
udc_ep_get_UDCCS
(struct pxa25x_ep *ep)
in udc_ep_get_UDCCS()
function
645
} while (
udc_ep_get_UDCCS
(ep) & UDCCS_BI_TFS);
in write_fifo()
735
udccs =
udc_ep_get_UDCCS
(ep);
in read_fifo()
809
while (
udc_ep_get_UDCCS
(ep) & UDCCS0_RNE) {
in read_ep0_fifo()
925
if ((
udc_ep_get_UDCCS
(ep) & UDCCS_BI_TFS) != 0
in pxa25x_ep_queue()
928
} else if ((
udc_ep_get_UDCCS
(ep) & UDCCS_BO_RFS) != 0
in pxa25x_ep_queue()
1021
&& ((
udc_ep_get_UDCCS
(ep) & UDCCS_BI_TFS) == 0
in pxa25x_ep_set_halt()
1040
if (
udc_ep_get_UDCCS
(ep) & UDCCS_BI_SST)
in pxa25x_ep_set_halt()
1064
|| (
udc_ep_get_UDCCS
(ep) & UDCCS_BO_RFS) == 0)
in pxa25x_ep_fifo_status()
1084
while (((
udc_ep_get_UDCCS
(e
in pxa25x_ep_fifo_flush()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
pxa25x_udc.h
189
static inline u32
udc_ep_get_UDCCS
(struct pxa25x_ep *);
222
DMSG ("udccs%d = %02x\n", i,
udc_ep_get_UDCCS
(&dev->ep[i]));
in dump_state()
H
A
D
pxa25x_udc.c
369
static inline u32
udc_ep_get_UDCCS
(struct pxa25x_ep *ep)
in udc_ep_get_UDCCS()
function
641
} while (
udc_ep_get_UDCCS
(ep) & UDCCS_BI_TFS);
in write_fifo()
731
udccs =
udc_ep_get_UDCCS
(ep);
in read_fifo()
805
while (
udc_ep_get_UDCCS
(ep) & UDCCS0_RNE) {
in read_ep0_fifo()
921
if ((
udc_ep_get_UDCCS
(ep) & UDCCS_BI_TFS) != 0
in pxa25x_ep_queue()
924
} else if ((
udc_ep_get_UDCCS
(ep) & UDCCS_BO_RFS) != 0
in pxa25x_ep_queue()
1020
&& ((
udc_ep_get_UDCCS
(ep) & UDCCS_BI_TFS) == 0
in pxa25x_ep_set_halt()
1039
if (
udc_ep_get_UDCCS
(ep) & UDCCS_BI_SST)
in pxa25x_ep_set_halt()
1063
|| (
udc_ep_get_UDCCS
(ep) & UDCCS_BO_RFS) == 0)
in pxa25x_ep_fifo_status()
1083
while (((
udc_ep_get_UDCCS
(e
in pxa25x_ep_fifo_flush()
[all...]
Completed in 6 milliseconds