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:enable_ssc
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/pll/
H
A
D
dsi_pll_10nm.c
67
bool
enable_ssc
;
member
151
config->
enable_ssc
= false;
in dsi_pll_setup_config()
209
if (!config->
enable_ssc
) {
in dsi_pll_calc_ssc()
249
if (pll->pll_configuration.
enable_ssc
) {
in dsi_pll_ssc_commit()
H
A
D
dsi_pll_7nm.c
67
bool
enable_ssc
;
member
152
config->
enable_ssc
= false;
in dsi_pll_setup_config()
210
if (!config->
enable_ssc
) {
in dsi_pll_calc_ssc()
250
if (pll->pll_configuration.
enable_ssc
) {
in dsi_pll_ssc_commit()
/kernel/linux/linux-6.6/drivers/phy/rockchip/
H
A
D
phy-rockchip-naneng-combphy.c
143
bool
enable_ssc
;
member
305
priv->
enable_ssc
= device_property_present(dev, "rockchip,enable-ssc");
in rockchip_combphy_parse_dt()
522
if (priv->
enable_ssc
) {
in rk3568_combphy_cfg()
700
if (priv->
enable_ssc
) {
in rk3588_combphy_cfg()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/phy/
H
A
D
dsi_phy_10nm.c
46
bool
enable_ssc
;
member
110
config->
enable_ssc
= false;
in dsi_pll_setup_config()
156
if (!config->
enable_ssc
) {
in dsi_pll_calc_ssc()
187
if (config->
enable_ssc
) {
in dsi_pll_ssc_commit()
H
A
D
dsi_phy_7nm.c
54
bool
enable_ssc
;
member
106
config->
enable_ssc
= false;
in dsi_pll_setup_config()
163
if (!config->
enable_ssc
) {
in dsi_pll_calc_ssc()
194
if (config->
enable_ssc
) {
in dsi_pll_ssc_commit()
/kernel/linux/linux-5.10/drivers/clk/keystone/
H
A
D
sci-clk.c
83
bool
enable_ssc
= clk->flags & SCI_CLK_SSC_ENABLE;
in sci_clk_prepare()
local
88
clk->clk_id,
enable_ssc
,
in sci_clk_prepare()
/kernel/linux/linux-6.6/drivers/clk/keystone/
H
A
D
sci-clk.c
74
bool
enable_ssc
= clk->flags & SCI_CLK_SSC_ENABLE;
in sci_clk_prepare()
local
79
clk->clk_id,
enable_ssc
,
in sci_clk_prepare()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H
A
D
ite-it6505.c
433
bool
enable_ssc
;
member
1493
it6505->
enable_ssc
= (it6505->dpcd[DP_MAX_DOWNSPREAD] &
in it6505_parse_link_capabilities()
1496
it6505->
enable_ssc
? "0.5" : "0",
in it6505_parse_link_capabilities()
1497
it6505->
enable_ssc
? "" : "Not ");
in it6505_parse_link_capabilities()
1521
it6505->
enable_ssc
? SPREAD_AMP_5 : 0x00);
in it6505_setup_ssc()
1522
if (it6505->
enable_ssc
) {
in it6505_setup_ssc()
1573
it6505->
enable_ssc
? "en" : "dis",
in it6505_link_training_setup()
1693
it6505->
enable_ssc
? DP_SPREAD_AMP_0_5 : 0x00);
in it6505_step_cr_train()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H
A
D
intel_bios.h
101
u8
enable_ssc
:1;
member
H
A
D
intel_bios.c
313
dev_priv->lvds_use_ssc = general->
enable_ssc
;
in parse_general_features()
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H
A
D
intel_bios.h
101
u8
enable_ssc
:1;
member
H
A
D
intel_bios.c
314
dev_priv->lvds_use_ssc = general->
enable_ssc
;
in parse_general_features()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_vbt_defs.h
136
u8
enable_ssc
:1;
member
H
A
D
intel_bios.c
545
dev_priv->vbt.lvds_use_ssc = general->
enable_ssc
;
in parse_general_features()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_vbt_defs.h
150
u8
enable_ssc
:1;
member
H
A
D
intel_bios.c
1174
i915->display.vbt.lvds_use_ssc = general->
enable_ssc
;
in parse_general_features()
Completed in 30 milliseconds