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:sf2_levels
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
w83792d.c
283
u8
sf2_levels
[3][4]; /* Smart FanII: Fan1,2,3 duty cycle levels */
member
883
(((data->
sf2_levels
[index-1][nr]) * 100) / 15));
in show_sf2_level()
905
data->
sf2_levels
[index][nr] = clamp_val((val * 15) / 100, 0, 15);
in store_sf2_level()
909
level_tmp = data->
sf2_levels
[index][nr];
in store_sf2_level()
911
level_tmp = data->
sf2_levels
[index][nr] << 4;
in store_sf2_level()
1583
data->
sf2_levels
[i][0] = reg_tmp & 0x0f;
in w83792d_update_device()
1584
data->
sf2_levels
[i][1] = (reg_tmp >> 4) & 0x0f;
in w83792d_update_device()
1587
data->
sf2_levels
[i][2] = (reg_tmp >> 4) & 0x0f;
in w83792d_update_device()
1588
data->
sf2_levels
[i][3] = reg_tmp & 0x0f;
in w83792d_update_device()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
w83792d.c
283
u8
sf2_levels
[3][4]; /* Smart FanII: Fan1,2,3 duty cycle levels */
member
883
(((data->
sf2_levels
[index-1][nr]) * 100) / 15));
in show_sf2_level()
905
data->
sf2_levels
[index][nr] = clamp_val((val * 15) / 100, 0, 15);
in store_sf2_level()
909
level_tmp = data->
sf2_levels
[index][nr];
in store_sf2_level()
911
level_tmp = data->
sf2_levels
[index][nr] << 4;
in store_sf2_level()
1581
data->
sf2_levels
[i][0] = reg_tmp & 0x0f;
in w83792d_update_device()
1582
data->
sf2_levels
[i][1] = (reg_tmp >> 4) & 0x0f;
in w83792d_update_device()
1585
data->
sf2_levels
[i][2] = (reg_tmp >> 4) & 0x0f;
in w83792d_update_device()
1586
data->
sf2_levels
[i][3] = reg_tmp & 0x0f;
in w83792d_update_device()
Completed in 6 milliseconds