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:DEV_VER_V2
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/cdns3/
H
A
D
gadget.c
55
* Issue has been fixed in
DEV_VER_V2
version of controller.
833
if (priv_dev->dev_ver <
DEV_VER_V2
) {
in cdns3_gadget_giveback()
1034
* For
DEV_VER_V2
controller version we have enabled
in cdns3_ep_run_stream_transfer()
1038
if (priv_dev->dev_ver >=
DEV_VER_V2
) {
in cdns3_ep_run_stream_transfer()
1066
* Controller version
DEV_VER_V2
tdl calculation
in cdns3_ep_run_stream_transfer()
1070
if (priv_dev->dev_ver <
DEV_VER_V2
)
in cdns3_ep_run_stream_transfer()
1073
else if (priv_dev->dev_ver >
DEV_VER_V2
)
in cdns3_ep_run_stream_transfer()
1208
if (priv_dev->dev_ver <=
DEV_VER_V2
)
in cdns3_ep_run_transfer()
1214
if (priv_dev->dev_ver >=
DEV_VER_V2
) {
in cdns3_ep_run_transfer()
1248
* Supposed DMA cross 4k bounder problem should be fixed at
DEV_VER_V2
, bu
in cdns3_ep_run_transfer()
[all...]
H
A
D
gadget.h
272
* Supported only for
DEV_VER_V2
controller version.
734
* Bit supported only for
DEV_VER_V2
version.
740
* Bit supported only for
DEV_VER_V2
version.
862
* Supported only for
DEV_VER_V2
controller version.
906
#define
DEV_VER_V2
0x0002450C
macro
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdns3-gadget.c
55
* Issue has been fixed in
DEV_VER_V2
version of controller.
824
if (priv_dev->dev_ver <
DEV_VER_V2
) {
in cdns3_gadget_giveback()
1039
* For
DEV_VER_V2
controller version we have enabled
in cdns3_ep_run_stream_transfer()
1043
if (priv_dev->dev_ver >=
DEV_VER_V2
) {
in cdns3_ep_run_stream_transfer()
1071
* Controller version
DEV_VER_V2
tdl calculation
in cdns3_ep_run_stream_transfer()
1075
if (priv_dev->dev_ver <
DEV_VER_V2
)
in cdns3_ep_run_stream_transfer()
1078
else if (priv_dev->dev_ver >
DEV_VER_V2
)
in cdns3_ep_run_stream_transfer()
1213
if (priv_dev->dev_ver <=
DEV_VER_V2
)
in cdns3_ep_run_transfer()
1219
if (priv_dev->dev_ver >=
DEV_VER_V2
) {
in cdns3_ep_run_transfer()
1253
* Supposed DMA cross 4k bounder problem should be fixed at
DEV_VER_V2
, bu
in cdns3_ep_run_transfer()
[all...]
H
A
D
cdns3-gadget.h
273
* Supported only for
DEV_VER_V2
controller version.
735
* Bit supported only for
DEV_VER_V2
version.
741
* Bit supported only for
DEV_VER_V2
version.
863
* Supported only for
DEV_VER_V2
controller version.
907
#define
DEV_VER_V2
0x0002450C
macro
Completed in 11 milliseconds