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:tpacpi_hwmon
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
thinkpad_acpi.c
928
static struct device *
tpacpi_hwmon
;
variable
6526
res = sysfs_create_group(&
tpacpi_hwmon
->kobj,
in thermal_init()
6534
res = sysfs_create_group(&
tpacpi_hwmon
->kobj,
in thermal_init()
6551
sysfs_remove_group(&
tpacpi_hwmon
->kobj,
in thermal_exit()
6557
sysfs_remove_group(&
tpacpi_hwmon
->kobj,
in thermal_exit()
8906
rc = sysfs_create_group(&
tpacpi_hwmon
->kobj,
in fan_init()
8914
sysfs_remove_group(&
tpacpi_hwmon
->kobj,
in fan_init()
8929
sysfs_remove_group(&
tpacpi_hwmon
->kobj, &fan_attr_group);
in fan_exit()
10585
if (
tpacpi_hwmon
)
in thinkpad_acpi_module_exit()
10586
hwmon_device_unregister(
tpacpi_hwmon
);
in thinkpad_acpi_module_exit()
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
thinkpad_acpi.c
941
static struct device *
tpacpi_hwmon
;
variable
11619
if (
tpacpi_hwmon
)
in thinkpad_acpi_module_exit()
11620
hwmon_device_unregister(
tpacpi_hwmon
);
in thinkpad_acpi_module_exit()
11789
tpacpi_hwmon
= hwmon_device_register_with_groups(
in thinkpad_acpi_module_init()
11791
if (IS_ERR(
tpacpi_hwmon
)) {
in thinkpad_acpi_module_init()
11792
ret = PTR_ERR(
tpacpi_hwmon
);
in thinkpad_acpi_module_init()
11793
tpacpi_hwmon
= NULL;
in thinkpad_acpi_module_init()
Completed in 26 milliseconds