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:ulMinRPM
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
smu7_thermal.c
44
fan_speed_info->min_rpm = hwmgr->thermal_controller.fanInfo.
ulMinRPM
;
in smu7_fan_ctrl_get_fan_speed_info()
265
(speed < hwmgr->thermal_controller.fanInfo.
ulMinRPM
) ||
in smu7_fan_ctrl_set_fan_speed_rpm()
H
A
D
vega10_thermal.c
56
hwmgr->thermal_controller.fanInfo.
ulMinRPM
;
in vega10_fan_ctrl_get_fan_speed_info()
315
(speed < hwmgr->thermal_controller.fanInfo.
ulMinRPM
) ||
in vega10_fan_ctrl_set_fan_speed_rpm()
H
A
D
vega10_processpptables.c
148
hwmgr->thermal_controller.fanInfo.
ulMinRPM
=
in init_thermal_controller()
217
hwmgr->thermal_controller.fanInfo.
ulMinRPM
= fan_table_v2->ucFanMinRPM * 100UL;
in init_thermal_controller()
261
hwmgr->thermal_controller.fanInfo.
ulMinRPM
= fan_table_v3->ucFanMinRPM * 100UL;
in init_thermal_controller()
H
A
D
vega20_processpptables.c
827
hwmgr->thermal_controller.fanInfo.
ulMinRPM
= 0;
in init_powerplay_table_information()
H
A
D
process_pptables_v1_0.c
908
hwmgr->thermal_controller.fanInfo.
ulMinRPM
in init_thermal_controller()
H
A
D
processpptables.c
1006
hwmgr->thermal_controller.fanInfo.
ulMinRPM
in init_thermal_controller()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
smu7_thermal.c
44
fan_speed_info->min_rpm = hwmgr->thermal_controller.fanInfo.
ulMinRPM
;
in smu7_fan_ctrl_get_fan_speed_info()
271
(speed < hwmgr->thermal_controller.fanInfo.
ulMinRPM
) ||
in smu7_fan_ctrl_set_fan_speed_rpm()
H
A
D
vega10_thermal.c
56
hwmgr->thermal_controller.fanInfo.
ulMinRPM
;
in vega10_fan_ctrl_get_fan_speed_info()
311
(speed < hwmgr->thermal_controller.fanInfo.
ulMinRPM
) ||
in vega10_fan_ctrl_set_fan_speed_rpm()
H
A
D
vega10_processpptables.c
147
hwmgr->thermal_controller.fanInfo.
ulMinRPM
=
in init_thermal_controller()
216
hwmgr->thermal_controller.fanInfo.
ulMinRPM
= fan_table_v2->ucFanMinRPM * 100UL;
in init_thermal_controller()
260
hwmgr->thermal_controller.fanInfo.
ulMinRPM
= fan_table_v3->ucFanMinRPM * 100UL;
in init_thermal_controller()
H
A
D
vega20_processpptables.c
826
hwmgr->thermal_controller.fanInfo.
ulMinRPM
= 0;
in init_powerplay_table_information()
H
A
D
process_pptables_v1_0.c
933
hwmgr->thermal_controller.fanInfo.
ulMinRPM
in init_thermal_controller()
H
A
D
processpptables.c
1002
hwmgr->thermal_controller.fanInfo.
ulMinRPM
in init_thermal_controller()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H
A
D
hwmgr.h
665
uint32_t
ulMinRPM
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
H
A
D
hwmgr.h
664
uint32_t
ulMinRPM
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/
H
A
D
amd_powerplay.c
849
*((uint32_t *)value) = hwmgr->thermal_controller.fanInfo.
ulMinRPM
;
in pp_dpm_read_sensor()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/
H
A
D
amd_powerplay.c
831
*((uint32_t *)value) = hwmgr->thermal_controller.fanInfo.
ulMinRPM
;
in pp_dpm_read_sensor()
Completed in 26 milliseconds