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:TP_EC_FAN_AUTO
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
thinkpad_acpi.c
8068
TP_EC_FAN_AUTO
= 0x80, /* EC fan mode: auto fan control */
enumerator
8152
*fan_status =
TP_EC_FAN_AUTO
;
in fan_quirk1_handle()
8195
(
TP_EC_FAN_AUTO
| TP_EC_FAN_FULLSPEED)) == 0) {
in fan_update_desired_level()
8339
if (!(level &
TP_EC_FAN_AUTO
) &&
in fan_set_level()
8348
else if (level &
TP_EC_FAN_AUTO
)
in fan_set_level()
8417
s |=
TP_EC_FAN_AUTO
| 4; /* min fan speed 4 */
in fan_set_enable()
8592
} else if (status &
TP_EC_FAN_AUTO
) {
in fan_pwm1_enable_show()
8621
level =
TP_EC_FAN_AUTO
;
in fan_pwm1_enable_store()
8657
(
TP_EC_FAN_AUTO
| TP_EC_FAN_FULLSPEED)) != 0)
in fan_pwm1_show()
8688
(
TP_EC_FAN_AUTO
| TP_EC_FAN_FULLSPEE
in fan_pwm1_store()
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
thinkpad_acpi.c
7977
TP_EC_FAN_AUTO
= 0x80, /* EC fan mode: auto fan control */
enumerator
8064
*fan_status =
TP_EC_FAN_AUTO
;
in fan_quirk1_handle()
8106
(
TP_EC_FAN_AUTO
| TP_EC_FAN_FULLSPEED)) == 0) {
in fan_update_desired_level()
8280
if (!(level &
TP_EC_FAN_AUTO
) &&
in fan_set_level()
8289
else if (level &
TP_EC_FAN_AUTO
)
in fan_set_level()
8358
s |=
TP_EC_FAN_AUTO
| 4; /* min fan speed 4 */
in fan_set_enable()
8533
} else if (status &
TP_EC_FAN_AUTO
) {
in fan_pwm1_enable_show()
8562
level =
TP_EC_FAN_AUTO
;
in fan_pwm1_enable_store()
8598
(
TP_EC_FAN_AUTO
| TP_EC_FAN_FULLSPEED)) != 0)
in fan_pwm1_show()
8629
(
TP_EC_FAN_AUTO
| TP_EC_FAN_FULLSPEE
in fan_pwm1_store()
[all...]
Completed in 22 milliseconds