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:PD_REV30
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/
H
A
D
tcpm.c
513
[
PD_REV30
] = "rev3",
870
if (port->negotiated_rev >=
PD_REV30
)
in tcpm_ams_finish()
1143
if (port->negotiated_rev >=
PD_REV30
) {
in tcpm_pd_send_source_caps()
1180
if (port->negotiated_rev >=
PD_REV30
) {
in tcpm_pd_send_sink_caps()
1382
if (port->negotiated_rev >=
PD_REV30
)
in tcpm_ams_start()
1387
if (port->negotiated_rev >=
PD_REV30
)
in tcpm_ams_start()
1396
if (port->negotiated_rev >=
PD_REV30
)
in tcpm_ams_start()
1404
if (port->negotiated_rev >=
PD_REV30
)
in tcpm_ams_start()
1413
if (port->negotiated_rev >=
PD_REV30
&&
in tcpm_ams_start()
1833
if (port->negotiated_rev >=
PD_REV30
)
in tcpm_handle_vdm_request()
[all...]
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
pd.h
75
#define
PD_REV30
0x2
macro
76
#define PD_MAX_REV
PD_REV30
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
pd.h
75
#define
PD_REV30
0x2
macro
76
#define PD_MAX_REV
PD_REV30
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/qcom/
H
A
D
qcom_pmic_typec_pdphy.c
131
if (negotiated_rev ==
PD_REV30
)
in qcom_pmic_typec_pdphy_pd_transmit_signal()
215
if (pd_header_rev(msg->header) ==
PD_REV30
)
in qcom_pmic_typec_pdphy_pd_transmit_payload()
/kernel/linux/linux-5.10/drivers/usb/typec/tcpm/
H
A
D
tcpm.c
4355
port->sink_cap_done || port->negotiated_rev <
PD_REV30
)
in tcpm_enable_frs_work()
Completed in 13 milliseconds