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:cts
(Results
1 - 11
of
11
) sorted by relevance
/drivers/hdf_core/framework/support/platform/src/hdmi/
H
A
D
hdmi_ncts.c
101
tmpCts = g_audioNctsMap[i].
cts
;
in HdmiGetCts()
108
tmpCts = g_audioNctsMap[i].
cts
;
in HdmiGetCts()
114
tmpCts = g_audioNctsMap[i].
cts
;
in HdmiGetCts()
H
A
D
hdmi_frl.c
328
cfg.
cts
= HdmiGetCts(cfg.sampleRate, cfg.pixelClk);
in HdmiFrlAudioNctsSet()
535
/* n/
cts
config */
in HdmiFrlTrainingPassedCheck()
694
/* n/
cts
config */
in HdmiFrlTrainingResultHandleTimeout()
/drivers/hdf_core/framework/support/platform/include/hdmi/
H
A
D
hdmi_ncts.h
29
uint32_t
cts
;
member
H
A
D
hdmi_frl.h
185
uint32_t
cts
;
member
/drivers/hdf_core/adapter/platform/uart/
H
A
D
uart_stm32f4xx.c
879
attribute->
cts
= 0;
883
attribute->
cts
= 1;
887
attribute->
cts
= 0;
891
attribute->
cts
= 1;
895
attribute->
cts
= 0;
899
if (attribute->rts && attribute->
cts
) {
901
} else if (attribute->rts && !attribute->
cts
) {
903
} else if (!attribute->rts && attribute->
cts
) {
H
A
D
uart_bes.c
878
if (attribute->rts && attribute->
cts
) {
880
} else if (attribute->rts && !attribute->
cts
) {
882
} else if (!attribute->rts && attribute->
cts
) {
941
attribute->
cts
= 0;
945
attribute->
cts
= 1;
949
attribute->
cts
= 0;
953
attribute->
cts
= 1;
957
attribute->
cts
= 0;
H
A
D
uart_asr.c
183
static uint32_t GetUartFlowControl(uint32_t rts, uint32_t
cts
)
in GetUartFlowControl()
argument
187
if (!rts && !
cts
) {
in GetUartFlowControl()
189
} else if (rts &&
cts
) {
in GetUartFlowControl()
215
params->config.flow_control = GetUartFlowControl(udd->attr.rts, udd->attr.
cts
);
in Asr582xUartConfig()
H
A
D
uart_wm.c
569
if (attribute->rts && attribute->
cts
) {
in UartHostDevSetAttribute()
613
attribute->
cts
= 1;
in UartHostDevGetAttribute()
617
attribute->
cts
= 0;
in UartHostDevGetAttribute()
/drivers/hdf_core/framework/include/platform/
H
A
D
uart_if.h
174
unsigned int
cts
: 1;
member
/drivers/hdf_core/framework/test/unittest/platform/common/
H
A
D
uart_test.c
207
attribute.
cts
= UART_ATTR_CTS_DIS;
in UartSetAttributeTest()
233
HDF_LOGD("UartGetAttributeTest:
cts
%u", attribute.
cts
);
in UartGetAttributeTest()
/drivers/hdf_core/adapter/khdf/linux/platform/uart/
H
A
D
uart_adapter.c
439
attribute->
cts
= CtsRtsToAttr(termios.c_cflag);
in UartAdapterGetAttribute()
467
if (attribute->
cts
|| attribute->rts) {
in UartAdapterSetAttribute()
Completed in 12 milliseconds