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:ulpi_mode
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H
A
D
pxa3xx-ulpi.c
34
unsigned int
ulpi_mode
;
member
173
if (u2d->
ulpi_mode
& ULPI_IC_6PIN_SERIAL)
in pxa310_start_otg_hc()
175
else if (u2d->
ulpi_mode
& ULPI_IC_3PIN_SERIAL)
in pxa310_start_otg_hc()
210
unsigned int
ulpi_mode
= ULPI_OTG_DRVVBUS;
in pxa310_otg_init()
local
213
if (pdata->
ulpi_mode
& ULPI_SER_6PIN)
in pxa310_otg_init()
214
ulpi_mode
|= ULPI_IC_6PIN_SERIAL;
in pxa310_otg_init()
215
else if (pdata->
ulpi_mode
& ULPI_SER_3PIN)
in pxa310_otg_init()
216
ulpi_mode
|= ULPI_IC_3PIN_SERIAL;
in pxa310_otg_init()
219
u2d->
ulpi_mode
=
ulpi_mode
;
in pxa310_otg_init()
[all...]
H
A
D
cm-x300.c
558
.
ulpi_mode
= ULPI_SER_6PIN,
/kernel/linux/linux-6.6/drivers/phy/qualcomm/
H
A
D
phy-qcom-m31.c
80
bool
ulpi_mode
;
member
158
bool
ulpi_mode
;
member
186
if (qphy->
ulpi_mode
)
in m31usb_phy_init()
249
qphy->
ulpi_mode
= data->
ulpi_mode
;
in m31usb_phy_probe()
271
.
ulpi_mode
= false,
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
usb-pxa3xx-ulpi.h
18
unsigned int
ulpi_mode
;
member
Completed in 3 milliseconds