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_dual_link
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H
A
D
ti-sn65dsi83.c
148
bool
lvds_dual_link
;
member
283
if (ctx->
lvds_dual_link
)
in sn65dsi83_get_lvds_range()
318
if (!ctx->
lvds_dual_link
)
in sn65dsi83_get_dsi_div()
422
if (ctx->
lvds_dual_link
)
in sn65dsi83_atomic_pre_enable()
429
if (ctx->
lvds_dual_link
)
in sn65dsi83_atomic_pre_enable()
434
if (!ctx->
lvds_dual_link
)
in sn65dsi83_atomic_pre_enable()
585
ctx->
lvds_dual_link
= false;
in sn65dsi83_parse_dt()
598
ctx->
lvds_dual_link
= true;
in sn65dsi83_parse_dt()
602
ctx->
lvds_dual_link
= true;
in sn65dsi83_parse_dt()
H
A
D
lontium-lt9211.c
51
bool
lvds_dual_link
;
member
375
{ 0x823b, 0x38 | (ctx->
lvds_dual_link
? BIT(7) : 0) },
in lt9211_configure_tx()
400
{ 0x855c, ctx->
lvds_dual_link
? BIT(0) : 0 },
in lt9211_configure_tx()
413
{ 0x8237, ctx->
lvds_dual_link
? 0x2a : 0x29 },
in lt9211_configure_tx()
640
ctx->
lvds_dual_link
= false;
in lt9211_parse_dt()
650
ctx->
lvds_dual_link
= true;
in lt9211_parse_dt()
654
ctx->
lvds_dual_link
= true;
in lt9211_parse_dt()
Completed in 3 milliseconds