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_fans
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
max6650.c
105
int
nr_fans
;
member
166
for (i = 0; i < data->
nr_fans
; i++) {
in max6650_update_device()
698
if (channel && (channel >= data->
nr_fans
|| type != hwmon_fan))
in max6650_is_visible()
779
data->
nr_fans
= of_id ? (int)(uintptr_t)of_id->data :
in max6650_probe()
H
A
D
f71882fg.c
1198
int
nr_fans
= f71882fg_nr_fans[data->type];
in f71882fg_update_device()
local
1263
for (nr = 0; nr <
nr_fans
; nr++) {
in f71882fg_update_device()
1324
for (nr = 0; nr <
nr_fans
; nr++) {
in f71882fg_update_device()
2334
int
nr_fans
= f71882fg_nr_fans[sio_data->type];
in f71882fg_probe()
local
2464
for (i = 0; i <
nr_fans
; i++) {
in f71882fg_probe()
2506
int
nr_fans
= f71882fg_nr_fans[data->type];
in f71882fg_remove()
local
2571
ARRAY_SIZE(fxxxx_fan_attr[0]) *
nr_fans
);
in f71882fg_remove()
2575
fxxxx_fan_beep_attr,
nr_fans
);
in f71882fg_remove()
2582
ARRAY_SIZE(fxxxx_auto_pwm_attr[0]) *
nr_fans
);
in f71882fg_remove()
2591
nr_fans
);
in f71882fg_remove()
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
max6650.c
105
int
nr_fans
;
member
166
for (i = 0; i < data->
nr_fans
; i++) {
in max6650_update_device()
698
if (channel && (channel >= data->
nr_fans
|| type != hwmon_fan))
in max6650_is_visible()
779
data->
nr_fans
= of_id ? (int)(uintptr_t)of_id->data :
in max6650_probe()
H
A
D
f71882fg.c
341
int
nr_fans
= f71882fg_nr_fans[data->type];
in f71882fg_update_device()
local
406
for (nr = 0; nr <
nr_fans
; nr++) {
in f71882fg_update_device()
467
for (nr = 0; nr <
nr_fans
; nr++) {
in f71882fg_update_device()
2229
int
nr_fans
= f71882fg_nr_fans[data->type];
in f71882fg_remove()
local
2294
ARRAY_SIZE(fxxxx_fan_attr[0]) *
nr_fans
);
in f71882fg_remove()
2298
fxxxx_fan_beep_attr,
nr_fans
);
in f71882fg_remove()
2305
ARRAY_SIZE(fxxxx_auto_pwm_attr[0]) *
nr_fans
);
in f71882fg_remove()
2314
nr_fans
);
in f71882fg_remove()
2320
ARRAY_SIZE(f71869_auto_pwm_attr[0]) *
nr_fans
);
in f71882fg_remove()
2328
ARRAY_SIZE(f8000_auto_pwm_attr[0]) *
nr_fans
);
in f71882fg_remove()
2343
int
nr_fans
= f71882fg_
nr_fans
[sio_data->type];
f71882fg_probe()
local
[all...]
Completed in 9 milliseconds