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_MAX
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/phy/
H
A
D
dsi_phy.h
36
bool src_pll_truthtable[
DSI_MAX
][
DSI_MAX
];
37
const resource_size_t io_start[
DSI_MAX
];
H
A
D
dsi_phy.c
469
if ((phy_id >=
DSI_MAX
) || (pll_id >=
DSI_MAX
))
in msm_dsi_phy_set_src_pll()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/
H
A
D
dsi_manager.c
22
struct msm_dsi *dsi[
DSI_MAX
];
42
return msm_dsim_glb.dsi[(id + 1) %
DSI_MAX
];
in dsi_mgr_get_other_dsi()
141
struct msm_dsi_phy_shared_timings shared_timings[
DSI_MAX
])
in dsi_mgr_phy_enable()
376
struct msm_dsi_phy_shared_timings phy_shared_timings[
DSI_MAX
];
in dsi_mgr_bridge_pre_enable()
810
if (id >=
DSI_MAX
) {
in msm_dsi_manager_register()
H
A
D
dsi_cfg.h
37
const resource_size_t io_start[
DSI_MAX
];
H
A
D
dsi.h
21
#define
DSI_MAX
2
macro
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/
H
A
D
dsi_manager.c
24
struct msm_dsi *dsi[
DSI_MAX
];
44
return msm_dsim_glb.dsi[(id + 1) %
DSI_MAX
];
in dsi_mgr_get_other_dsi()
127
struct msm_dsi_phy_shared_timings shared_timings[
DSI_MAX
])
in dsi_mgr_phy_enable()
237
struct msm_dsi_phy_shared_timings phy_shared_timings[
DSI_MAX
];
in dsi_mgr_bridge_power_on()
634
if (id >=
DSI_MAX
) {
in msm_dsi_manager_register()
H
A
D
dsi_cfg.h
45
const resource_size_t io_start[VARIANTS_MAX][
DSI_MAX
];
H
A
D
dsi.h
21
#define
DSI_MAX
2
macro
H
A
D
dsi_host.c
1831
for (j = 0; j <
DSI_MAX
; j++)
in dsi_host_get_id()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/phy/
H
A
D
dsi_phy.h
39
const resource_size_t io_start[
DSI_MAX
];
H
A
D
dsi_phy_10nm.c
102
static struct dsi_pll_10nm *pll_10nm_list[
DSI_MAX
];
554
pll_10nm->slave = pll_10nm_list[(pll_10nm->phy->id + 1) %
DSI_MAX
];
in dsi_10nm_set_usecase()
H
A
D
dsi_phy_7nm.c
97
static struct dsi_pll_7nm *pll_7nm_list[
DSI_MAX
];
603
pll_7nm->slave = pll_7nm_list[(pll_7nm->phy->id + 1) %
DSI_MAX
];
in dsi_7nm_set_usecase()
H
A
D
dsi_phy_14nm.c
108
static struct dsi_pll_14nm *pll_14nm_list[
DSI_MAX
];
751
pll_14nm->slave = pll_14nm_list[(pll_14nm->phy->id + 1) %
DSI_MAX
];
in dsi_14nm_set_usecase()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/pll/
H
A
D
dsi_pll_10nm.c
130
static struct dsi_pll_10nm *pll_10nm_list[
DSI_MAX
];
602
pll_10nm->slave = pll_10nm_list[(pll_10nm->id + 1) %
DSI_MAX
];
in dsi_pll_10nm_set_usecase()
H
A
D
dsi_pll_7nm.c
130
static struct dsi_pll_7nm *pll_7nm_list[
DSI_MAX
];
628
pll_7nm->slave = pll_7nm_list[(pll_7nm->id + 1) %
DSI_MAX
];
in dsi_pll_7nm_set_usecase()
H
A
D
dsi_pll_14nm.c
174
static struct dsi_pll_14nm *pll_14nm_list[
DSI_MAX
];
860
pll_14nm->slave = pll_14nm_list[(pll_14nm->id + 1) %
DSI_MAX
];
in dsi_pll_14nm_set_usecase()
Completed in 23 milliseconds