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:t_hyst
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
lm77.c
42
t_hyst
,
enumerator
51
[
t_hyst
] = LM77_REG_TEMP_HYST,
148
temp = nr == t_min ? data->temp[nr] + data->temp[
t_hyst
] :
in temp_hyst_show()
149
data->temp[nr] - data->temp[
t_hyst
];
in temp_hyst_show()
196
data->temp[
t_hyst
] = val;
in temp_hyst_store()
198
LM77_TEMP_TO_REG(data->temp[
t_hyst
]));
in temp_hyst_store()
H
A
D
lm92.c
86
t_hyst
,
enumerator
95
[
t_hyst
] = LM92_REG_TEMP_HYST,
175
- TEMP_FROM_REG(data->temp[
t_hyst
]));
in temp_hyst_show()
184
+ TEMP_FROM_REG(data->temp[
t_hyst
]));
in temp1_min_hyst_show()
203
data->temp[
t_hyst
] =
in temp_hyst_store()
206
data->temp[
t_hyst
]);
in temp_hyst_store()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
lm92.c
86
t_hyst
,
enumerator
95
[
t_hyst
] = LM92_REG_TEMP_HYST,
175
- TEMP_FROM_REG(data->temp[
t_hyst
]));
in temp_hyst_show()
184
+ TEMP_FROM_REG(data->temp[
t_hyst
]));
in temp1_min_hyst_show()
203
data->temp[
t_hyst
] =
in temp_hyst_store()
206
data->temp[
t_hyst
]);
in temp_hyst_store()
H
A
D
lm77.c
42
t_hyst
,
enumerator
51
[
t_hyst
] = LM77_REG_TEMP_HYST,
148
temp = nr == t_min ? data->temp[nr] + data->temp[
t_hyst
] :
in temp_hyst_show()
149
data->temp[nr] - data->temp[
t_hyst
];
in temp_hyst_show()
196
data->temp[
t_hyst
] = val;
in temp_hyst_store()
198
LM77_TEMP_TO_REG(data->temp[
t_hyst
]));
in temp_hyst_store()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H
A
D
amdgpu_dpm.h
239
u8
t_hyst
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/inc/
H
A
D
amdgpu_dpm.h
228
u8
t_hyst
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/
H
A
D
legacy_dpm.c
242
adev->pm.dpm.fan.
t_hyst
= fan_info->fan.ucTHyst;
in amdgpu_parse_extended_power_table()
H
A
D
si_dpm.c
6526
fan_table.hys_down = cpu_to_be16(adev->pm.dpm.fan.
t_hyst
);
in si_thermal_setup_fan_table()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/
H
A
D
amdgpu_dpm.c
308
adev->pm.dpm.fan.
t_hyst
= fan_info->fan.ucTHyst;
in amdgpu_parse_extended_power_table()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
r600_dpm.c
895
rdev->pm.dpm.fan.
t_hyst
= fan_info->fan.ucTHyst;
in r600_parse_extended_power_table()
H
A
D
radeon.h
1505
u8
t_hyst
;
member
H
A
D
ci_dpm.c
987
fan_table.HystDown = cpu_to_be16(rdev->pm.dpm.fan.
t_hyst
);
in ci_thermal_setup_fan_table()
H
A
D
si_dpm.c
6057
fan_table.hys_down = cpu_to_be16(rdev->pm.dpm.fan.
t_hyst
);
in si_thermal_setup_fan_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
r600_dpm.c
895
rdev->pm.dpm.fan.
t_hyst
= fan_info->fan.ucTHyst;
in r600_parse_extended_power_table()
H
A
D
radeon.h
1498
u8
t_hyst
;
member
H
A
D
si_dpm.c
6055
fan_table.hys_down = cpu_to_be16(rdev->pm.dpm.fan.
t_hyst
);
in si_thermal_setup_fan_table()
H
A
D
ci_dpm.c
977
fan_table.HystDown = cpu_to_be16(rdev->pm.dpm.fan.
t_hyst
);
in ci_thermal_setup_fan_table()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/
H
A
D
si_dpm.c
6486
fan_table.hys_down = cpu_to_be16(adev->pm.dpm.fan.
t_hyst
);
in si_thermal_setup_fan_table()
Completed in 73 milliseconds