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:fan_boost_mode
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
asus-wmi.c
213
u8
fan_boost_mode
;
member
1803
value = asus->
fan_boost_mode
;
in fan_boost_mode_write()
1826
if (asus->
fan_boost_mode
== ASUS_FAN_BOOST_MODE_NORMAL) {
in fan_boost_mode_switch_next()
1828
asus->
fan_boost_mode
= ASUS_FAN_BOOST_MODE_OVERBOOST;
in fan_boost_mode_switch_next()
1830
asus->
fan_boost_mode
= ASUS_FAN_BOOST_MODE_SILENT;
in fan_boost_mode_switch_next()
1831
} else if (asus->
fan_boost_mode
== ASUS_FAN_BOOST_MODE_OVERBOOST) {
in fan_boost_mode_switch_next()
1833
asus->
fan_boost_mode
= ASUS_FAN_BOOST_MODE_SILENT;
in fan_boost_mode_switch_next()
1835
asus->
fan_boost_mode
= ASUS_FAN_BOOST_MODE_NORMAL;
in fan_boost_mode_switch_next()
1837
asus->
fan_boost_mode
= ASUS_FAN_BOOST_MODE_NORMAL;
in fan_boost_mode_switch_next()
1848
return scnprintf(buf, PAGE_SIZE, "%d\n", asus->
fan_boost_mode
);
in fan_boost_mode_show()
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
asus-wmi.c
252
u8
fan_boost_mode
;
member
2806
value = asus->
fan_boost_mode
;
in fan_boost_mode_write()
2813
"
fan_boost_mode
");
in fan_boost_mode_write()
2833
if (asus->
fan_boost_mode
== ASUS_FAN_BOOST_MODE_NORMAL) {
in fan_boost_mode_switch_next()
2835
asus->
fan_boost_mode
= ASUS_FAN_BOOST_MODE_OVERBOOST;
in fan_boost_mode_switch_next()
2837
asus->
fan_boost_mode
= ASUS_FAN_BOOST_MODE_SILENT;
in fan_boost_mode_switch_next()
2838
} else if (asus->
fan_boost_mode
== ASUS_FAN_BOOST_MODE_OVERBOOST) {
in fan_boost_mode_switch_next()
2840
asus->
fan_boost_mode
= ASUS_FAN_BOOST_MODE_SILENT;
in fan_boost_mode_switch_next()
2842
asus->
fan_boost_mode
= ASUS_FAN_BOOST_MODE_NORMAL;
in fan_boost_mode_switch_next()
2844
asus->
fan_boost_mode
in fan_boost_mode_switch_next()
[all...]
Completed in 9 milliseconds