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:pdo
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H
A
D
pd.h
281
static inline enum pd_pdo_type pdo_type(u32
pdo
)
in pdo_type()
argument
283
return (
pdo
>> PDO_TYPE_SHIFT) & PDO_TYPE_MASK;
in pdo_type()
286
static inline unsigned int pdo_fixed_voltage(u32
pdo
)
in pdo_fixed_voltage()
argument
288
return ((
pdo
>> PDO_FIXED_VOLT_SHIFT) & PDO_VOLT_MASK) * 0x32;
in pdo_fixed_voltage()
291
static inline unsigned int pdo_min_voltage(u32
pdo
)
in pdo_min_voltage()
argument
293
return ((
pdo
>> PDO_VAR_MIN_VOLT_SHIFT) & PDO_VOLT_MASK) * 0x32;
in pdo_min_voltage()
296
static inline unsigned int pdo_max_voltage(u32
pdo
)
in pdo_max_voltage()
argument
298
return ((
pdo
>> PDO_VAR_MAX_VOLT_SHIFT) & PDO_VOLT_MASK) * 0x32;
in pdo_max_voltage()
301
static inline unsigned int pdo_max_current(u32
pdo
)
in pdo_max_current()
argument
303
return ((
pdo
>> PDO_VAR_MAX_CURR_SHIF
in pdo_max_current()
306
pdo
_max_power(u32
pdo
)
pdo_max_power()
argument
311
pdo
_a
pdo
_type(u32
pdo
)
pdo_apdo_type()
argument
316
pdo
_pps_a
pdo
_min_voltage(u32
pdo
)
pdo_pps_apdo_min_voltage()
argument
321
pdo
_pps_a
pdo
_max_voltage(u32
pdo
)
pdo_pps_apdo_max_voltage()
argument
326
pdo
_pps_a
pdo
_max_current(u32
pdo
)
pdo_pps_apdo_max_current()
argument
[all...]
H
A
D
tcpm.h
161
int tcpm_update_sink_capabilities(struct tcpm_port *port, const u32 *
pdo
, unsigned int nr_pdo,
Completed in 2 milliseconds