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_REV20
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/
H
A
D
tcpci.c
430
reg =
PD_REV20
<< TCPC_MSG_HDR_INFO_REV_SHIFT;
in tcpci_set_roles()
578
reg = ((negotiated_rev >
PD_REV20
? PD_RETRY_COUNT_3_0_OR_HIGHER : PD_RETRY_COUNT_DEFAULT)
in tcpci_pd_transmit()
H
A
D
wcove.c
344
val |=
PD_REV20
<< USBC_PDCFG3_SOP_SHIFT;
in wcove_set_roles()
H
A
D
tcpm.c
512
[
PD_REV20
] = "rev2",
3886
case
PD_REV20
:
in tcpm_set_initial_svdm_version()
4066
} else if (port->negotiated_rev >
PD_REV20
) {
in run_state_machine()
4607
if (port->data_role == TYPEC_DEVICE || port->negotiated_rev >
PD_REV20
)
in run_state_machine()
4614
if (port->data_role == TYPEC_DEVICE || port->negotiated_rev >
PD_REV20
)
in run_state_machine()
H
A
D
fusb302.c
1032
ret = fusb302_enable_tx_auto_retries(chip, negotiated_rev >
PD_REV20
?
in tcpm_pd_transmit()
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
pd.h
74
#define
PD_REV20
0x1
macro
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
pd.h
74
#define
PD_REV20
0x1
macro
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/qcom/
H
A
D
qcom_pmic_typec_pdphy.c
387
MSG_CONFIG_SPEC_REV_MASK,
PD_REV20
);
in qcom_pmic_typec_pdphy_enable()
/kernel/linux/linux-5.10/drivers/usb/typec/tcpm/
H
A
D
wcove.c
344
val |=
PD_REV20
<< USBC_PDCFG3_SOP_SHIFT;
in wcove_set_roles()
H
A
D
tcpci.c
317
reg =
PD_REV20
<< TCPC_MSG_HDR_INFO_REV_SHIFT;
in tcpci_set_roles()
H
A
D
tcpm.c
3217
} else if (port->negotiated_rev >
PD_REV20
) {
in run_state_machine()
/kernel/linux/linux-6.6/drivers/usb/typec/
H
A
D
anx7411.c
813
ret = anx7411_reg_write(ctx->spi_client, PD_REV_INIT,
PD_REV20
);
in anx7411_config()
Completed in 24 milliseconds