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:NR_CHANNEL
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
max31790.c
50
#define
NR_CHANNEL
6
macro
62
u8 fan_config[
NR_CHANNEL
];
63
u8 fan_dynamics[
NR_CHANNEL
];
65
u16 tach[
NR_CHANNEL
* 2];
66
u16 pwm[
NR_CHANNEL
];
67
u16 target_count[
NR_CHANNEL
];
93
for (i = 0; i <
NR_CHANNEL
; i++) {
in max31790_update_device()
103
MAX31790_REG_TACH_COUNT(
NR_CHANNEL
in max31790_update_device()
107
data->tach[
NR_CHANNEL
+ i] = rv;
in max31790_update_device()
176
sr = get_tach_period(data->fan_dynamics[channel %
NR_CHANNEL
]);
in max31790_read_fan()
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
max31790.c
48
#define
NR_CHANNEL
6
macro
60
u8 fan_config[
NR_CHANNEL
];
61
u8 fan_dynamics[
NR_CHANNEL
];
63
u16 tach[
NR_CHANNEL
* 2];
64
u16 pwm[
NR_CHANNEL
];
65
u16 target_count[
NR_CHANNEL
];
91
for (i = 0; i <
NR_CHANNEL
; i++) {
in max31790_update_device()
101
MAX31790_REG_TACH_COUNT(
NR_CHANNEL
in max31790_update_device()
105
data->tach[
NR_CHANNEL
+ i] = rv;
in max31790_update_device()
174
sr = get_tach_period(data->fan_dynamics[channel %
NR_CHANNEL
]);
in max31790_read_fan()
[all...]
Completed in 2 milliseconds