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:other_dsi
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/
H
A
D
dsi_manager.c
71
struct msm_dsi *
other_dsi
= dsi_mgr_get_other_dsi(id);
in dsi_mgr_setup_components()
local
83
} else if (
other_dsi
) {
in dsi_mgr_setup_components()
85
msm_dsi :
other_dsi
;
in dsi_mgr_setup_components()
87
other_dsi
: msm_dsi;
in dsi_mgr_setup_components()
108
msm_dsi_host_set_phy_mode(
other_dsi
->host,
other_dsi
->phy);
in dsi_mgr_setup_components()
204
struct msm_dsi *
other_dsi
= dsi_mgr_get_other_dsi(id);
in msm_dsi_manager_set_split_display()
local
210
master_dsi =
other_dsi
;
in msm_dsi_manager_set_split_display()
214
slave_dsi =
other_dsi
;
in msm_dsi_manager_set_split_display()
224
if (
other_dsi
in msm_dsi_manager_set_split_display()
416
struct msm_dsi *
other_dsi
= dsi_mgr_get_
other_dsi
(id);
dsi_mgr_bridge_mode_set()
local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/
H
A
D
dsi_manager.c
70
struct msm_dsi *
other_dsi
= dsi_mgr_get_other_dsi(id);
in dsi_mgr_setup_components()
local
86
} else if (!
other_dsi
) {
in dsi_mgr_setup_components()
90
msm_dsi :
other_dsi
;
in dsi_mgr_setup_components()
92
other_dsi
: msm_dsi;
in dsi_mgr_setup_components()
118
ret = msm_dsi_host_set_src_pll(
other_dsi
->host, src_pll);
in dsi_mgr_setup_components()
251
struct msm_dsi *
other_dsi
= dsi_mgr_get_other_dsi(id);
in msm_dsi_manager_panel_init()
local
256
master_dsi =
other_dsi
;
in msm_dsi_manager_panel_init()
260
slave_dsi =
other_dsi
;
in msm_dsi_manager_panel_init()
285
if (
other_dsi
&&
other_dsi
in msm_dsi_manager_panel_init()
567
struct msm_dsi *
other_dsi
= dsi_mgr_get_
other_dsi
(id);
dsi_mgr_bridge_mode_set()
local
[all...]
Completed in 2 milliseconds