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:auto_points
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
f71805f.c
188
struct f71805f_auto_point
auto_points
[3];
member
367
data->
auto_points
[nr].temp[apnr] =
in f71805f_update_device()
371
data->
auto_points
[nr].fan[apnr] =
in f71805f_update_device()
795
temp_from_reg(data->
auto_points
[pwmnr].temp[apnr]));
in show_pwm_auto_point_temp()
814
data->
auto_points
[pwmnr].temp[apnr] = temp_to_reg(val);
in set_pwm_auto_point_temp()
816
data->
auto_points
[pwmnr].temp[apnr]);
in set_pwm_auto_point_temp()
832
fan_from_reg(data->
auto_points
[pwmnr].fan[apnr]));
in show_pwm_auto_point_fan()
851
data->
auto_points
[pwmnr].fan[apnr] = fan_to_reg(val);
in set_pwm_auto_point_fan()
853
data->
auto_points
[pwmnr].fan[apnr]);
in set_pwm_auto_point_fan()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
f71805f.c
188
struct f71805f_auto_point
auto_points
[3];
member
367
data->
auto_points
[nr].temp[apnr] =
in f71805f_update_device()
371
data->
auto_points
[nr].fan[apnr] =
in f71805f_update_device()
795
temp_from_reg(data->
auto_points
[pwmnr].temp[apnr]));
in show_pwm_auto_point_temp()
814
data->
auto_points
[pwmnr].temp[apnr] = temp_to_reg(val);
in set_pwm_auto_point_temp()
816
data->
auto_points
[pwmnr].temp[apnr]);
in set_pwm_auto_point_temp()
832
fan_from_reg(data->
auto_points
[pwmnr].fan[apnr]));
in show_pwm_auto_point_fan()
851
data->
auto_points
[pwmnr].fan[apnr] = fan_to_reg(val);
in set_pwm_auto_point_fan()
853
data->
auto_points
[pwmnr].fan[apnr]);
in set_pwm_auto_point_fan()
Completed in 5 milliseconds