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_ctl
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
vt1211.c
121
u8
fan_ctl
;
member
295
data->
fan_ctl
= val & 0xf;
in vt1211_update_device()
543
data->
fan_ctl
= reg & 0xf;
in set_fan()
575
data->
fan_ctl
));
in set_fan()
651
data->
fan_ctl
= reg & 0xf;
in set_pwm()
663
data->
fan_ctl
&= 0xe;
in set_pwm()
667
data->
fan_ctl
|= 1;
in set_pwm()
682
data->
fan_ctl
));
in set_pwm()
H
A
D
it87.c
546
u8
fan_ctl
; /* Register value */
member
826
data->
fan_ctl
= it87_read_value(data, IT87_REG_FAN_CTL);
in it87_update_device()
1170
index = (data->
fan_ctl
>> 4) & 0x07;
in show_pwm_freq()
1433
data->
fan_ctl
= it87_read_value(data, IT87_REG_FAN_CTL) & 0x8f;
in set_pwm_freq()
1434
data->
fan_ctl
|= i << 4;
in set_pwm_freq()
1435
it87_write_value(data, IT87_REG_FAN_CTL, data->
fan_ctl
);
in set_pwm_freq()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
vt1211.c
121
u8
fan_ctl
;
member
289
data->
fan_ctl
= val & 0xf;
in vt1211_update_device()
537
data->
fan_ctl
= reg & 0xf;
in set_fan()
569
data->
fan_ctl
));
in set_fan()
645
data->
fan_ctl
= reg & 0xf;
in set_pwm()
657
data->
fan_ctl
&= 0xe;
in set_pwm()
661
data->
fan_ctl
|= 1;
in set_pwm()
676
data->
fan_ctl
));
in set_pwm()
H
A
D
it87.c
611
u8
fan_ctl
; /* Register value */
member
958
data->
fan_ctl
= it87_read_value(data, IT87_REG_FAN_CTL);
in it87_update_device()
1381
index = (data->
fan_ctl
>> 4) & 0x07;
in show_pwm_freq()
1662
data->
fan_ctl
= it87_read_value(data, IT87_REG_FAN_CTL) & 0x8f;
in set_pwm_freq()
1663
data->
fan_ctl
|= i << 4;
in set_pwm_freq()
1664
it87_write_value(data, IT87_REG_FAN_CTL, data->
fan_ctl
);
in set_pwm_freq()
Completed in 13 milliseconds