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_fan
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
dell-smm-hwmon.c
72
static unsigned int
auto_fan
;
variable
315
regs.eax = enable ?
auto_fan
: manual_fan;
in i8k_enable_fan_auto_mode()
759
if (!
auto_fan
)
in i8k_hwmon_pwm_enable_store()
894
if (index == 23 && !
auto_fan
)
in i8k_is_visible()
1181
unsigned int
auto_fan
;
member
1191
.
auto_fan
= 0x35a3,
1293
auto_fan
= data->
auto_fan
;
in i8k_probe()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
dell-smm-hwmon.c
82
unsigned int
auto_fan
;
member
306
regs.eax = enable ? data->
auto_fan
: data->manual_fan;
in i8k_enable_fan_auto_mode()
718
if (data->
auto_fan
)
in dell_smm_is_visible()
1278
unsigned int
auto_fan
;
member
1288
.
auto_fan
= 0x35a3,
1405
data->
auto_fan
= control->
auto_fan
;
in dell_smm_probe()
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
msi-laptop.c
532
static DEVICE_ATTR(
auto_fan
, 0644, show_auto_fan, store_auto_fan);
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
msi-laptop.c
534
static DEVICE_ATTR(
auto_fan
, 0644, show_auto_fan, store_auto_fan);
Completed in 8 milliseconds