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:REG_ALARM
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
nct6775.h
86
const u16 *
REG_ALARM
;
member
H
A
D
nct6775-core.c
1681
if (!data->
REG_ALARM
[i])
in nct6775_update_device()
1683
err = nct6775_read_value(data, data->
REG_ALARM
[i], &alarm);
in nct6775_update_device()
3584
data->
REG_ALARM
= NCT6106_REG_ALARM;
in nct6775_probe()
3660
data->
REG_ALARM
= NCT6106_REG_ALARM;
in nct6775_probe()
3740
data->
REG_ALARM
= NCT6775_REG_ALARM;
in nct6775_probe()
3816
data->
REG_ALARM
= NCT6775_REG_ALARM;
in nct6775_probe()
3896
data->
REG_ALARM
= NCT6779_REG_ALARM;
in nct6775_probe()
4008
data->
REG_ALARM
= NCT6791_REG_ALARM;
in nct6775_probe()
4121
data->
REG_ALARM
= NCT6799_REG_ALARM;
in nct6775_probe()
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
nct6775.c
1133
const u16 *
REG_ALARM
;
member
1843
if (!data->
REG_ALARM
[i])
in nct6775_update_device()
1845
alarm = nct6775_read_value(data, data->
REG_ALARM
[i]);
in nct6775_update_device()
3882
data->
REG_ALARM
= NCT6106_REG_ALARM;
in nct6775_probe()
3955
data->
REG_ALARM
= NCT6106_REG_ALARM;
in nct6775_probe()
4032
data->
REG_ALARM
= NCT6775_REG_ALARM;
in nct6775_probe()
4105
data->
REG_ALARM
= NCT6775_REG_ALARM;
in nct6775_probe()
4182
data->
REG_ALARM
= NCT6779_REG_ALARM;
in nct6775_probe()
4298
data->
REG_ALARM
= NCT6791_REG_ALARM;
in nct6775_probe()
/kernel/linux/linux-5.10/drivers/regulator/
H
A
D
tps6524x-regulator.c
65
#define
REG_ALARM
0x5
macro
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
tps6524x-regulator.c
65
#define
REG_ALARM
0x5
macro
Completed in 17 milliseconds