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_runtime_get
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H
A
D
dsi.c
1108
static int
dsi_runtime_get
(struct dsi_data *dsi)
in dsi_runtime_get()
function
1112
DSSDBG("
dsi_runtime_get
\n");
in dsi_runtime_get()
1325
r =
dsi_runtime_get
(dsi);
in dsi_pll_enable()
1393
if (
dsi_runtime_get
(dsi))
in dsi_dump_dsi_clocks()
1544
if (
dsi_runtime_get
(dsi))
in dsi_dump_dsi_regs()
4164
r =
dsi_runtime_get
(dsi);
in dsi_display_enable()
5062
r =
dsi_runtime_get
(dsi);
in dsi_bind()
5390
dsi_runtime_get
(dsi);
in dsi_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H
A
D
dsi.c
701
static int
dsi_runtime_get
(struct dsi_data *dsi)
in dsi_runtime_get()
function
705
DSSDBG("
dsi_runtime_get
\n");
in dsi_runtime_get()
920
r =
dsi_runtime_get
(dsi);
in dsi_pll_enable()
988
if (
dsi_runtime_get
(dsi))
in dsi_dump_dsi_clocks()
1139
if (
dsi_runtime_get
(dsi))
in dsi_dump_dsi_regs()
3515
r =
dsi_runtime_get
(dsi);
in dsi_enable()
4570
r =
dsi_runtime_get
(dsi);
in dsi_bind()
5005
dsi_runtime_get
(dsi);
in dsi_probe()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H
A
D
dsi.c
1132
static int
dsi_runtime_get
(struct platform_device *dsidev)
in dsi_runtime_get()
function
1137
DSSDBG("
dsi_runtime_get
\n");
in dsi_runtime_get()
1390
r =
dsi_runtime_get
(dsidev);
in dsi_pll_enable()
1476
if (
dsi_runtime_get
(dsidev))
in dsi_dump_dsidev_clocks()
1646
if (
dsi_runtime_get
(dsidev))
in dsi_dump_dsidev_regs()
4263
r =
dsi_runtime_get
(dsidev);
in dsi_display_enable()
5411
r =
dsi_runtime_get
(dsidev);
in dsi_bind()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H
A
D
dsi.c
1132
static int
dsi_runtime_get
(struct platform_device *dsidev)
in dsi_runtime_get()
function
1137
DSSDBG("
dsi_runtime_get
\n");
in dsi_runtime_get()
1387
r =
dsi_runtime_get
(dsidev);
in dsi_pll_enable()
1473
if (
dsi_runtime_get
(dsidev))
in dsi_dump_dsidev_clocks()
1651
if (
dsi_runtime_get
(dsidev))
in dsi_dump_dsidev_regs()
4261
r =
dsi_runtime_get
(dsidev);
in dsi_display_enable()
5409
r =
dsi_runtime_get
(dsidev);
in dsi_bind()
Completed in 28 milliseconds