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:smm_regs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
dell-smm-hwmon.c
120
struct
smm_regs
{
struct
142
struct
smm_regs
*regs = par;
in i8k_smm_func()
227
static int i8k_smm(struct
smm_regs
*regs)
in i8k_smm()
243
struct
smm_regs
regs = { .eax = I8K_SMM_GET_FAN, };
in i8k_get_fan_status()
257
struct
smm_regs
regs = { .eax = I8K_SMM_GET_SPEED, };
in i8k_get_fan_speed()
271
struct
smm_regs
regs = { .eax = I8K_SMM_GET_FAN_TYPE, };
in _i8k_get_fan_type()
296
struct
smm_regs
regs = { .eax = I8K_SMM_GET_NOM_SPEED, };
in i8k_get_fan_nominal_speed()
310
struct
smm_regs
regs = { };
in i8k_enable_fan_auto_mode()
324
struct
smm_regs
regs = { .eax = I8K_SMM_SET_FAN, };
in i8k_set_fan()
337
struct
smm_regs
reg
in i8k_get_temp_type()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
dell-smm-hwmon.c
126
struct
smm_regs
{
struct
175
struct
smm_regs
*regs = par;
in i8k_smm_func()
212
static int i8k_smm(struct
smm_regs
*regs)
in i8k_smm()
228
struct
smm_regs
regs = {
in i8k_get_fan_status()
244
struct
smm_regs
regs = {
in i8k_get_fan_speed()
260
struct
smm_regs
regs = {
in _i8k_get_fan_type()
285
struct
smm_regs
regs = {
in i8k_get_fan_nominal_speed()
301
struct
smm_regs
regs = { };
in i8k_enable_fan_auto_mode()
315
struct
smm_regs
regs = { .eax = I8K_SMM_SET_FAN, };
in i8k_set_fan()
328
struct
smm_regs
reg
in i8k_get_temp_type()
[all...]
Completed in 4 milliseconds