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:adt7470_data
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
adt7470.c
140
struct
adt7470_data
{
struct
192
struct
adt7470_data
*data)
in adt7470_read_temperatures()
257
struct
adt7470_data
*data = i2c_get_clientdata(client);
in adt7470_update_thread()
273
static struct
adt7470_data
*adt7470_update_device(struct device *dev)
in adt7470_update_device()
275
struct
adt7470_data
*data = dev_get_drvdata(dev);
in adt7470_update_device()
397
struct
adt7470_data
*data = adt7470_update_device(dev);
in auto_update_interval_show()
405
struct
adt7470_data
*data = dev_get_drvdata(dev);
in auto_update_interval_store()
424
struct
adt7470_data
*data = adt7470_update_device(dev);
in num_temp_sensors_show()
432
struct
adt7470_data
*data = dev_get_drvdata(dev);
in num_temp_sensors_store()
453
struct
adt7470_data
*dat
in temp_min_show()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
adt7470.c
144
struct
adt7470_data
{
struct
179
static inline int adt7470_read_word_data(struct
adt7470_data
*data, unsigned int reg,
in adt7470_read_word_data()
194
static inline int adt7470_write_word_data(struct
adt7470_data
*data, unsigned int reg,
in adt7470_write_word_data()
206
static int adt7470_read_temperatures(struct
adt7470_data
*data)
in adt7470_read_temperatures()
291
struct
adt7470_data
*data = i2c_get_clientdata(client);
in adt7470_update_thread()
307
static int adt7470_update_sensors(struct
adt7470_data
*data)
in adt7470_update_sensors()
378
static int adt7470_update_limits(struct
adt7470_data
*data)
in adt7470_update_limits()
424
static struct
adt7470_data
*adt7470_update_device(struct device *dev)
in adt7470_update_device()
426
struct
adt7470_data
*data = dev_get_drvdata(dev);
in adt7470_update_device()
476
struct
adt7470_data
*dat
in auto_update_interval_show()
[all...]
Completed in 5 milliseconds