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:adm1031
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
adm1031.c
3
*
adm1031
.c - Part of lm_sensors, Linux kernel modules for hardware
6
* Supports adm1030 /
adm1031
58
enum chips { adm1030,
adm1031
};
enumerator
120
dev_dbg(&client->dev, "Starting
adm1031
update\n");
in adm1031_update_device()
122
chan < ((data->chip_type ==
adm1031
) ? 3 : 2); chan++) {
in adm1031_update_device()
545
|| (data->chip_type ==
adm1031
in trust_fan_readings()
987
name = (id == 0x30) ? "adm1030" : "
adm1031
";
in adm1031_detect()
1002
if (data->chip_type ==
adm1031
) {
in adm1031_init_client()
1052
if (data->chip_type ==
adm1031
)
in adm1031_probe()
1062
{ "
adm1031
", adm103
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
adm1031.c
3
*
adm1031
.c - Part of lm_sensors, Linux kernel modules for hardware
6
* Supports adm1030 /
adm1031
58
enum chips { adm1030,
adm1031
};
enumerator
120
dev_dbg(&client->dev, "Starting
adm1031
update\n");
in adm1031_update_device()
122
chan < ((data->chip_type ==
adm1031
) ? 3 : 2); chan++) {
in adm1031_update_device()
544
|| (data->chip_type ==
adm1031
in trust_fan_readings()
986
name = (id == 0x30) ? "adm1030" : "
adm1031
";
in adm1031_detect()
1001
if (data->chip_type ==
adm1031
) {
in adm1031_init_client()
1051
if (data->chip_type ==
adm1031
)
in adm1031_probe()
1061
{ "
adm1031
", adm103
[all...]
H
A
D
Makefile
38
obj-$(CONFIG_SENSORS_ADM1031) +=
adm1031
.o
Completed in 5 milliseconds