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
defs:fan_config
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
gsc-hwmon.c
34
u32
fan_config
[GSC_HWMON_MAX_FAN_CH + 1];
member
H
A
D
max31790.c
60
u8
fan_config
[NR_CHANNEL];
member
240
u8
fan_config
= data->
fan_config
[channel % NR_CHANNEL];
in max31790_fan_is_visible()
local
263
u8
fan_config
;
in max31790_read_pwm()
local
292
u8
fan_config
;
max31790_write_pwm()
local
352
u8
fan_config
= data->
fan_config
[channel];
max31790_pwm_is_visible()
local
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
gsc-hwmon.c
34
u32
fan_config
[GSC_HWMON_MAX_FAN_CH + 1];
member
H
A
D
max31790.c
62
u8
fan_config
[NR_CHANNEL];
member
220
u8 bits,
fan_config
;
in max31790_write_fan()
local
279
u8
fan_config
= data->
fan_config
[channel % NR_CHANNEL];
max31790_fan_is_visible()
local
306
u8
fan_config
;
max31790_read_pwm()
local
335
u8
fan_config
;
max31790_write_pwm()
local
395
u8
fan_config
= data->
fan_config
[channel];
max31790_pwm_is_visible()
local
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
H
A
D
ucd9000.c
148
int
fan_config
= 0;
in ucd9000_get_fan_config()
local
164
int
fan_config
;
in ucd9000_read_byte_data()
local
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/
H
A
D
ucd9000.c
148
int
fan_config
= 0;
in ucd9000_get_fan_config()
local
164
int
fan_config
;
in ucd9000_read_byte_data()
local
[all...]
Completed in 4 milliseconds