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:lvds_link
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
H
A
D
tc358775.c
272
u8
lvds_link
; /* single-link or dual-link */
member
432
clkdiv = dsiclk / DIVIDE_BY_3 * tc->
lvds_link
;
in tc_bridge_enable()
483
if (tc->
lvds_link
== DUAL_LINK) {
in tc_bridge_enable()
503
if ((mode->clock > 135000 && tc->
lvds_link
== SINGLE_LINK) ||
in tc_mode_valid()
504
(mode->clock > 270000 && tc->
lvds_link
== DUAL_LINK))
in tc_mode_valid()
573
tc->
lvds_link
= SINGLE_LINK;
in tc358775_parse_dt()
582
tc->
lvds_link
= DUAL_LINK;
in tc358775_parse_dt()
588
dev_dbg(tc->dev, "operating in %d-link mode\n", tc->
lvds_link
);
in tc358775_parse_dt()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H
A
D
tc358775.c
272
u8
lvds_link
; /* single-link or dual-link */
member
433
clkdiv = dsiclk / (tc->
lvds_link
== DUAL_LINK ? DIVIDE_BY_6 : DIVIDE_BY_3);
in tc_bridge_enable()
484
if (tc->
lvds_link
== DUAL_LINK) {
in tc_bridge_enable()
504
if ((mode->clock > 135000 && tc->
lvds_link
== SINGLE_LINK) ||
in tc_mode_valid()
505
(mode->clock > 270000 && tc->
lvds_link
== DUAL_LINK))
in tc_mode_valid()
563
tc->
lvds_link
= SINGLE_LINK;
in tc358775_parse_dt()
572
tc->
lvds_link
= DUAL_LINK;
in tc358775_parse_dt()
578
dev_dbg(tc->dev, "operating in %d-link mode\n", tc->
lvds_link
);
in tc358775_parse_dt()
Completed in 3 milliseconds