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:sch5627_data
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
sch5627.c
66
struct
sch5627_data
{
struct
84
static struct
sch5627_data
*sch5627_update_device(struct device *dev)
in sch5627_update_device()
86
struct
sch5627_data
*data = dev_get_drvdata(dev);
in sch5627_update_device()
87
struct
sch5627_data
*ret = data;
in sch5627_update_device()
143
static int sch5627_read_limits(struct
sch5627_data
*data)
in sch5627_read_limits()
205
struct
sch5627_data
*data = sch5627_update_device(dev);
in temp_show()
219
struct
sch5627_data
*data = sch5627_update_device(dev);
in temp_fault_show()
231
struct
sch5627_data
*data = dev_get_drvdata(dev);
in temp_max_show()
242
struct
sch5627_data
*data = dev_get_drvdata(dev);
in temp_crit_show()
253
struct
sch5627_data
*dat
in fan_show()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
sch5627.c
74
struct
sch5627_data
{
struct
94
static int sch5627_update_temp(struct
sch5627_data
*data)
in sch5627_update_temp()
121
static int sch5627_update_fan(struct
sch5627_data
*data)
in sch5627_update_fan()
146
static int sch5627_update_in(struct
sch5627_data
*data)
in sch5627_update_in()
180
static int sch5627_read_limits(struct
sch5627_data
*data)
in sch5627_read_limits()
235
const struct
sch5627_data
*data = drvdata;
in sch5627_is_visible()
252
struct
sch5627_data
*data = dev_get_drvdata(dev);
in sch5627_read()
361
struct
sch5627_data
*data = dev_get_drvdata(dev);
in sch5627_write()
437
struct
sch5627_data
*data;
in sch5627_probe()
441
data = devm_kzalloc(&pdev->dev, sizeof(struct
sch5627_data
),
in sch5627_probe()
[all...]
Completed in 2 milliseconds