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_max_rpm
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H
A
D
amdgpu_dpm.h
435
u8
fan_max_rpm
;
member
H
A
D
amdgpu_smu.h
458
unsigned
fan_max_rpm
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/inc/
H
A
D
amdgpu_dpm.h
332
u8
fan_max_rpm
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/inc/
H
A
D
amdgpu_smu.h
535
unsigned
fan_max_rpm
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/
H
A
D
legacy_dpm.c
699
adev->pm.
fan_max_rpm
= controller->ucFanMaxRPM;
in amdgpu_add_thermal_controller()
H
A
D
si_dpm.c
6718
(speed > adev->pm.
fan_max_rpm
))
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/
H
A
D
amdgpu_smu.c
2245
percent = current_rpm * 100 / smu->
fan_max_rpm
;
in smu_get_fan_speed_percent()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/
H
A
D
amdgpu_dpm.c
791
adev->pm.
fan_max_rpm
= controller->ucFanMaxRPM;
in amdgpu_add_thermal_controller()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
H
A
D
navi10_ppt.c
1391
smu->
fan_max_rpm
= pptable->FanMaximumRpm;
in navi10_get_fan_parameters()
H
A
D
arcturus_ppt.c
1153
smu->
fan_max_rpm
= pptable->FanMaximumRpm;
in arcturus_get_fan_parameters()
H
A
D
sienna_cichlid_ppt.c
1222
smu->
fan_max_rpm
= pptable->FanMaximumRpm;
in sienna_cichlid_get_fan_parameters()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
H
A
D
arcturus_ppt.c
1324
smu->
fan_max_rpm
= pptable->FanMaximumRpm;
in arcturus_get_fan_parameters()
H
A
D
navi10_ppt.c
1903
smu->
fan_max_rpm
= pptable->FanMaximumRpm;
in navi10_get_fan_parameters()
H
A
D
sienna_cichlid_ppt.c
1598
smu->
fan_max_rpm
= *table_member;
in sienna_cichlid_get_fan_parameters()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
radeon.h
1651
u8
fan_max_rpm
;
member
H
A
D
radeon_atombios.c
2290
rdev->pm.
fan_max_rpm
= controller->ucFanMaxRPM;
in radeon_atombios_add_pplib_thermal_controller()
H
A
D
ci_dpm.c
1181
(speed > rdev->pm.
fan_max_rpm
))
H
A
D
si_dpm.c
6239
(speed > rdev->pm.
fan_max_rpm
))
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
radeon.h
1644
u8
fan_max_rpm
;
member
H
A
D
radeon_atombios.c
2285
rdev->pm.
fan_max_rpm
= controller->ucFanMaxRPM;
in radeon_atombios_add_pplib_thermal_controller()
H
A
D
si_dpm.c
6237
(speed > rdev->pm.
fan_max_rpm
))
H
A
D
ci_dpm.c
1171
(speed > rdev->pm.
fan_max_rpm
))
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/
H
A
D
si_dpm.c
6668
(speed > adev->pm.
fan_max_rpm
))
Completed in 103 milliseconds