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:temp_tolerance
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
w83791d.c
305
u8
temp_tolerance
[3]; /* pwm 1-3 temperature tolerance */
member
862
return sprintf(buf, "%d\n", TEMP1_FROM_REG(data->
temp_tolerance
[nr]));
in show_temp_tolerance()
900
data->
temp_tolerance
[nr] = TOL_TEMP_TO_REG(val);
in store_temp_tolerance()
904
(data->
temp_tolerance
[nr] << val_shift) | target_mask);
in store_temp_tolerance()
1555
data->
temp_tolerance
[0] = reg_array_tmp[0] & 0x0f;
in w83791d_update_device()
1556
data->
temp_tolerance
[1] = (reg_array_tmp[0] >> 4) & 0x0f;
in w83791d_update_device()
1557
data->
temp_tolerance
[2] = reg_array_tmp[1] & 0x0f;
in w83791d_update_device()
H
A
D
nct6775.c
1189
u8
temp_tolerance
[2][NUM_FAN];
member
1651
if (!data->
temp_tolerance
[0][i] ||
in nct6775_update_pwm()
1653
data->
temp_tolerance
[0][i] = fanmodecfg & 0x0f;
in nct6775_update_pwm()
1665
data->
temp_tolerance
[1][i] =
in nct6775_update_pwm()
2676
data->
temp_tolerance
[0][nr];
in pwm_update_registers()
2923
return sprintf(buf, "%d\n", data->
temp_tolerance
[index][nr] * 1000);
in show_temp_tolerance()
2945
data->
temp_tolerance
[index][nr] = val;
in store_temp_tolerance()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
w83791d.c
305
u8
temp_tolerance
[3]; /* pwm 1-3 temperature tolerance */
member
862
return sprintf(buf, "%d\n", TEMP1_FROM_REG(data->
temp_tolerance
[nr]));
in show_temp_tolerance()
900
data->
temp_tolerance
[nr] = TOL_TEMP_TO_REG(val);
in store_temp_tolerance()
904
(data->
temp_tolerance
[nr] << val_shift) | target_mask);
in store_temp_tolerance()
1553
data->
temp_tolerance
[0] = reg_array_tmp[0] & 0x0f;
in w83791d_update_device()
1554
data->
temp_tolerance
[1] = (reg_array_tmp[0] >> 4) & 0x0f;
in w83791d_update_device()
1555
data->
temp_tolerance
[2] = reg_array_tmp[1] & 0x0f;
in w83791d_update_device()
H
A
D
nct6775.h
147
u8
temp_tolerance
[2][NUM_FAN];
member
H
A
D
nct6775-core.c
1423
if (!data->
temp_tolerance
[0][i] ||
in nct6775_update_pwm()
1425
data->
temp_tolerance
[0][i] = fanmodecfg & 0x0f;
in nct6775_update_pwm()
1442
data->
temp_tolerance
[1][i] = reg;
in nct6775_update_pwm()
2651
data->
temp_tolerance
[0][nr];
in pwm_update_registers()
2943
return sprintf(buf, "%d\n", data->
temp_tolerance
[index][nr] * 1000);
in show_temp_tolerance()
2965
data->
temp_tolerance
[index][nr] = val;
in store_temp_tolerance()
Completed in 18 milliseconds