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:i8k_smm
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
dell-smm-hwmon.c
227
static int
i8k_smm
(struct smm_regs *regs)
in i8k_smm()
function
249
return
i8k_smm
(®s) ? : regs.eax & 0xff;
in i8k_get_fan_status()
263
return
i8k_smm
(®s) ? : (regs.eax & 0xffff) * i8k_fan_mult;
in i8k_get_fan_speed()
277
return
i8k_smm
(®s) ? : regs.eax & 0xff;
in _i8k_get_fan_type()
302
return
i8k_smm
(®s) ? : (regs.eax & 0xffff) * i8k_fan_mult;
in i8k_get_fan_nominal_speed()
316
return
i8k_smm
(®s);
in i8k_enable_fan_auto_mode()
332
return
i8k_smm
(®s);
in i8k_set_fan()
340
return
i8k_smm
(®s) ? : regs.eax & 0xff;
in i8k_get_temp_type()
353
return
i8k_smm
(®s) ? : regs.eax & 0xff;
in _i8k_get_temp()
390
rc =
i8k_smm
(
in i8k_get_dell_signature()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
dell-smm-hwmon.c
212
static int
i8k_smm
(struct smm_regs *regs)
in i8k_smm()
function
236
return
i8k_smm
(®s) ? : regs.eax & 0xff;
in i8k_get_fan_status()
252
return
i8k_smm
(®s) ? : (regs.eax & 0xffff) * data->i8k_fan_mult;
in i8k_get_fan_speed()
268
return
i8k_smm
(®s) ? : regs.eax & 0xff;
in _i8k_get_fan_type()
293
return
i8k_smm
(®s) ? : (regs.eax & 0xffff);
in i8k_get_fan_nominal_speed()
307
return
i8k_smm
(®s);
in i8k_enable_fan_auto_mode()
323
return
i8k_smm
(®s);
in i8k_set_fan()
333
return
i8k_smm
(®s) ? : regs.eax & 0xff;
in i8k_get_temp_type()
346
return
i8k_smm
(®s) ? : regs.eax & 0xff;
in _i8k_get_temp()
383
rc =
i8k_smm
(
in i8k_get_dell_signature()
[all...]
Completed in 5 milliseconds