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:last_hwmon_state
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
mlxreg-fan.c
81
* @
last_hwmon_state
: last cooling state set by hwmon subsystem;
89
unsigned long
last_hwmon_state
;
member
221
pwm->
last_hwmon_state
= MLXREG_FAN_PWM_DUTY2STATE(val);
in mlxreg_fan_write()
226
if (pwm->
last_hwmon_state
>= pwm->last_thermal_state)
in mlxreg_fan_write()
228
pwm->
last_hwmon_state
);
in mlxreg_fan_write()
374
state = max_t(unsigned long, state, pwm->
last_hwmon_state
);
in mlxreg_fan_set_cur_state()
572
pwm->
last_hwmon_state
= MLXREG_FAN_PWM_DUTY2STATE(MLXREG_FAN_MIN_DUTY);
in mlxreg_fan_cooling_config()
H
A
D
emc2305.c
65
* @
last_hwmon_state
: last cooling state updated by hwmon subsystem
68
* The '
last_hwmon_state
' and 'last_thermal_state' fields are provided to support fan low limit
85
unsigned long
last_hwmon_state
;
member
182
state = max_t(unsigned long, state, data->cdev_data[cdev_idx].
last_hwmon_state
);
in __emc2305_set_cur_state()
321
data->cdev_data[cdev_idx].
last_hwmon_state
=
in emc2305_set_single_tz()
408
data->cdev_data[cdev_idx].
last_hwmon_state
=
in emc2305_write()
415
if (data->cdev_data[cdev_idx].
last_hwmon_state
>=
in emc2305_write()
418
data->cdev_data[cdev_idx].
last_hwmon_state
);
in emc2305_write()
Completed in 2 milliseconds