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_n
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i2c/
H
A
D
tda998x_drv.c
48
u8
cts_n
;
member
970
settings->
cts_n
= CTS_N_M(3) | CTS_N_K(0);
in tda998x_derive_cts_n()
973
settings->
cts_n
= CTS_N_M(3) | CTS_N_K(1);
in tda998x_derive_cts_n()
976
settings->
cts_n
= CTS_N_M(3) | CTS_N_K(2);
in tda998x_derive_cts_n()
979
settings->
cts_n
= CTS_N_M(3) | CTS_N_K(3);
in tda998x_derive_cts_n()
982
settings->
cts_n
= CTS_N_M(0) | CTS_N_K(0);
in tda998x_derive_cts_n()
1023
reg_write(priv, REG_CTS_N, settings->
cts_n
);
in tda998x_configure_audio()
/kernel/linux/linux-6.6/drivers/gpu/drm/i2c/
H
A
D
tda998x_drv.c
49
u8
cts_n
;
member
971
settings->
cts_n
= CTS_N_M(3) | CTS_N_K(0);
in tda998x_derive_cts_n()
974
settings->
cts_n
= CTS_N_M(3) | CTS_N_K(1);
in tda998x_derive_cts_n()
977
settings->
cts_n
= CTS_N_M(3) | CTS_N_K(2);
in tda998x_derive_cts_n()
980
settings->
cts_n
= CTS_N_M(3) | CTS_N_K(3);
in tda998x_derive_cts_n()
983
settings->
cts_n
= CTS_N_M(0) | CTS_N_K(0);
in tda998x_derive_cts_n()
1024
reg_write(priv, REG_CTS_N, settings->
cts_n
);
in tda998x_configure_audio()
Completed in 7 milliseconds