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:config_store
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/amd/pmf/
H
A
D
auto-mode.c
15
static struct auto_mode_mode_config
config_store
;
variable
115
struct power_table_control *pwr_ctrl = &
config_store
.mode_set[idx].power_control;
in amd_pmf_set_automode()
128
apmf_update_fan_idx(dev,
config_store
.mode_set[idx].fan_control.manual,
in amd_pmf_set_automode()
129
config_store
.mode_set[idx].fan_control.fan_id);
in amd_pmf_set_automode()
160
if ((
config_store
.transition[i].shifting_up && avg_power >=
in amd_pmf_trans_automode()
161
config_store
.transition[i].power_threshold) ||
in amd_pmf_trans_automode()
162
(!
config_store
.transition[i].shifting_up && avg_power <=
in amd_pmf_trans_automode()
163
config_store
.transition[i].power_threshold)) {
in amd_pmf_trans_automode()
164
if (
config_store
.transition[i].timer <
in amd_pmf_trans_automode()
165
config_store
in amd_pmf_trans_automode()
[all...]
H
A
D
cnqf.c
15
static struct cnqf_config
config_store
;
variable
77
pc = &
config_store
.mode_set[src][idx].power_control;
in amd_pmf_set_cnqf()
91
config_store
.mode_set[src][idx].fan_control.manual,
in amd_pmf_set_cnqf()
92
config_store
.mode_set[src][idx].fan_control.fan_id);
in amd_pmf_set_cnqf()
102
tp = &
config_store
.trans_param[src][CNQF_TRANSITION_TO_QUIET];
in amd_pmf_update_power_threshold()
103
ts = &
config_store
.mode_set[src][CNQF_MODE_BALANCE];
in amd_pmf_update_power_threshold()
106
tp = &
config_store
.trans_param[src][CNQF_TRANSITION_TO_TURBO];
in amd_pmf_update_power_threshold()
107
ts = &
config_store
.mode_set[src][CNQF_MODE_PERFORMANCE];
in amd_pmf_update_power_threshold()
110
tp = &
config_store
.trans_param[src][CNQF_TRANSITION_FROM_BALANCE_TO_PERFORMANCE];
in amd_pmf_update_power_threshold()
111
ts = &
config_store
in amd_pmf_update_power_threshold()
[all...]
H
A
D
sps.c
13
static struct amd_pmf_static_slider_granular
config_store
;
variable
74
memset(&
config_store
, 0, sizeof(
config_store
));
in amd_pmf_load_defaults_sps()
79
config_store
.prop[i][j].spl = output.prop[idx].spl;
in amd_pmf_load_defaults_sps()
80
config_store
.prop[i][j].sppt = output.prop[idx].sppt;
in amd_pmf_load_defaults_sps()
81
config_store
.prop[i][j].sppt_apu_only =
in amd_pmf_load_defaults_sps()
83
config_store
.prop[i][j].fppt = output.prop[idx].fppt;
in amd_pmf_load_defaults_sps()
84
config_store
.prop[i][j].stt_min = output.prop[idx].stt_min;
in amd_pmf_load_defaults_sps()
85
config_store
.prop[i][j].stt_skin_temp[STT_TEMP_APU] =
in amd_pmf_load_defaults_sps()
87
config_store
in amd_pmf_load_defaults_sps()
[all...]
/kernel/linux/linux-5.10/drivers/s390/crypto/
H
A
D
ap_card.c
151
static ssize_t
config_store
(struct device *dev,
in config_store()
function
/kernel/linux/linux-6.6/drivers/s390/crypto/
H
A
D
ap_card.c
150
static ssize_t
config_store
(struct device *dev,
in config_store()
function
Completed in 3 milliseconds