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:dsi_dev
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H
A
D
panel-magnachip-d53e6ea8966.c
62
/** @
dsi_dev
: DSI child device (panel) */
63
struct mipi_dsi_device *
dsi_dev
;
member
416
db->
dsi_dev
= devm_mipi_dsi_device_register_full(dev, dsi_host, &info);
in d53e6ea8966_probe()
417
if (IS_ERR(db->
dsi_dev
)) {
in d53e6ea8966_probe()
419
PTR_ERR(db->
dsi_dev
));
in d53e6ea8966_probe()
420
return PTR_ERR(db->
dsi_dev
);
in d53e6ea8966_probe()
423
db->
dsi_dev
->lanes = 2;
in d53e6ea8966_probe()
424
db->
dsi_dev
->format = MIPI_DSI_FMT_RGB888;
in d53e6ea8966_probe()
425
db->
dsi_dev
->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST |
in d53e6ea8966_probe()
440
ret = devm_mipi_dsi_attach(dev, db->
dsi_dev
);
in d53e6ea8966_probe()
[all...]
H
A
D
panel-truly-nt35597.c
536
struct mipi_dsi_device *
dsi_dev
;
in truly_nt35597_probe()
local
598
dsi_dev
= ctx->dsi[i];
in truly_nt35597_probe()
599
dsi_dev
->lanes = 4;
in truly_nt35597_probe()
600
dsi_dev
->format = MIPI_DSI_FMT_RGB888;
in truly_nt35597_probe()
601
dsi_dev
->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_LPM |
in truly_nt35597_probe()
603
ret = mipi_dsi_attach(
dsi_dev
);
in truly_nt35597_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H
A
D
panel-truly-nt35597.c
537
struct mipi_dsi_device *
dsi_dev
;
in truly_nt35597_probe()
local
599
dsi_dev
= ctx->dsi[i];
in truly_nt35597_probe()
600
dsi_dev
->lanes = 4;
in truly_nt35597_probe()
601
dsi_dev
->format = MIPI_DSI_FMT_RGB888;
in truly_nt35597_probe()
602
dsi_dev
->mode_flags = MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_LPM |
in truly_nt35597_probe()
604
ret = mipi_dsi_attach(
dsi_dev
);
in truly_nt35597_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
H
A
D
tc358768.c
639
struct mipi_dsi_device *
dsi_dev
= priv->output.dev;
in tc358768_bridge_pre_enable()
local
640
unsigned long mode_flags =
dsi_dev
->mode_flags;
in tc358768_bridge_pre_enable()
675
switch (
dsi_dev
->format) {
in tc358768_bridge_pre_enable()
700
dsi_dev
->format);
in tc358768_bridge_pre_enable()
714
for (i = 0; i <
dsi_dev
->lanes; i++)
in tc358768_bridge_pre_enable()
784
for (i = 0; i <
dsi_dev
->lanes; i++)
in tc358768_bridge_pre_enable()
842
val |= (
dsi_dev
->lanes - 1) << 1;
in tc358768_bridge_pre_enable()
849
if (
dsi_dev
->mode_flags & MIPI_DSI_MODE_EOT_PACKET)
in tc358768_bridge_pre_enable()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H
A
D
tc358768.c
644
struct mipi_dsi_device *
dsi_dev
= priv->output.dev;
in tc358768_bridge_pre_enable()
local
645
unsigned long mode_flags =
dsi_dev
->mode_flags;
in tc358768_bridge_pre_enable()
685
switch (
dsi_dev
->format) {
in tc358768_bridge_pre_enable()
714
dsi_dev
->format);
in tc358768_bridge_pre_enable()
729
for (i = 0; i <
dsi_dev
->lanes; i++)
in tc358768_bridge_pre_enable()
797
for (i = 0; i <
dsi_dev
->lanes; i++)
in tc358768_bridge_pre_enable()
817
if (
dsi_dev
->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) {
in tc358768_bridge_pre_enable()
886
val |= (
dsi_dev
->lanes - 1) << 1;
in tc358768_bridge_pre_enable()
893
if (
dsi_dev
->mode_flags & MIPI_DSI_MODE_NO_EOT_PACKET)
in tc358768_bridge_pre_enable()
Completed in 6 milliseconds