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_type
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
nzxt-smart2.c
86
u8
fan_type
[FAN_CHANNELS_MAX];
member
101
u8
fan_type
[FAN_CHANNELS_MAX];
member
185
u8
fan_type
[FAN_CHANNELS];
member
235
drvdata->
fan_type
[i] = report->
fan_type
[i];
in handle_fan_config_report()
264
if (drvdata->
fan_type
[i] == report->
fan_type
[i])
in handle_fan_status_report()
276
i, drvdata->
fan_type
[i], report->
fan_type
[i]);
in handle_fan_status_report()
277
drvdata->
fan_type
[
in handle_fan_status_report()
[all...]
H
A
D
dell-smm-hwmon.c
85
int
fan_type
[DELL_SMM_NO_FANS];
member
274
if (data->
fan_type
[fan] == INT_MIN)
in i8k_get_fan_type()
275
data->
fan_type
[fan] = _i8k_get_fan_type(data, fan);
in i8k_get_fan_type()
277
return data->
fan_type
[fan];
in i8k_get_fan_type()
1006
data->
fan_type
[i] = INT_MIN;
in dell_smm_init_hwmon()
/kernel/linux/linux-5.10/drivers/macintosh/
H
A
D
windfarm_smu_controls.c
45
int
fan_type
; /* 0 = rpm, 1 = pwm */
member
125
return smu_set_fan(fct->
fan_type
, fct->reg, value);
in smu_fan_set()
172
fct->
fan_type
= pwm_fan;
in smu_fan_create()
/kernel/linux/linux-6.6/drivers/macintosh/
H
A
D
windfarm_smu_controls.c
46
int
fan_type
; /* 0 = rpm, 1 = pwm */
member
126
return smu_set_fan(fct->
fan_type
, fct->reg, value);
in smu_fan_set()
173
fct->
fan_type
= pwm_fan;
in smu_fan_create()
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
asus-wmi.c
194
enum
fan_type
{
enum
242
enum
fan_type
fan_type
;
member
243
enum
fan_type
gpu_fan_type;
244
enum
fan_type
mid_fan_type;
2266
switch (asus->
fan_type
) {
in asus_fan_set_auto()
2370
switch (asus->
fan_type
) {
in fan1_input_show()
2432
if (asus->
fan_type
== FAN_TYPE_SPEC83) {
in pwm1_enable_store()
2451
} else if (asus->
fan_type
== FAN_TYPE_AGFN) {
in pwm1_enable_store()
2686
if (asus->
fan_type
!
in asus_hwmon_sysfs_is_visible()
[all...]
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
asus-wmi.c
167
enum
fan_type
{
enum
207
enum
fan_type
fan_type
;
member
1462
switch (asus->
fan_type
) {
in asus_fan_set_auto()
1554
switch (asus->
fan_type
) {
in fan1_input_show()
1616
if (asus->
fan_type
== FAN_TYPE_SPEC83) {
in pwm1_enable_store()
1635
} else if (asus->
fan_type
== FAN_TYPE_AGFN) {
in pwm1_enable_store()
1705
if (asus->
fan_type
!= FAN_TYPE_AGFN)
in asus_hwmon_sysfs_is_visible()
1710
if (asus->
fan_type
== FAN_TYPE_NONE)
in asus_hwmon_sysfs_is_visible()
1754
asus->
fan_type
in asus_wmi_fan_init()
[all...]
Completed in 12 milliseconds