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:otg_cap
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H
A
D
params.c
56
p->
otg_cap
= DWC2_CAP_PARAM_NO_HNP_SRP_CAPABLE;
in dwc2_set_his_params()
86
p->
otg_cap
= DWC2_CAP_PARAM_NO_HNP_SRP_CAPABLE;
in dwc2_set_rk_params()
99
p->
otg_cap
= 2;
in dwc2_set_ltq_params()
113
p->
otg_cap
= DWC2_CAP_PARAM_NO_HNP_SRP_CAPABLE;
in dwc2_set_amlogic_params()
146
p->
otg_cap
= DWC2_CAP_PARAM_NO_HNP_SRP_CAPABLE;
in dwc2_set_stm32f4x9_fsotg_params()
170
p->
otg_cap
= DWC2_CAP_PARAM_NO_HNP_SRP_CAPABLE;
in dwc2_set_stm32mp15_fsotg_params()
187
p->
otg_cap
= DWC2_CAP_PARAM_NO_HNP_SRP_CAPABLE;
in dwc2_set_stm32mp15_hsotg_params()
245
hsotg->params.
otg_cap
= val;
in dwc2_set_param_otg_cap()
461
switch (hsotg->params.
otg_cap
) {
in dwc2_check_param_otg_cap()
H
A
D
core.h
238
* @
otg_cap
: Specifies the OTG capabilities.
450
u8
otg_cap
;
member
H
A
D
debugfs.c
673
print_param(seq, p,
otg_cap
);
in params_show()
H
A
D
hcd.c
143
if (hsotg->params.
otg_cap
==
in dwc2_gusbcfg_init()
146
if (hsotg->params.
otg_cap
!=
in dwc2_gusbcfg_init()
154
if (hsotg->params.
otg_cap
!=
in dwc2_gusbcfg_init()
Completed in 11 milliseconds