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:VddcLevelCount
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H
A
D
smu7_discrete.h
302
uint32_t
VddcLevelCount
;
member
H
A
D
smu71_discrete.h
254
uint32_t
VddcLevelCount
;
member
H
A
D
smu72_discrete.h
231
uint32_t
VddcLevelCount
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
smu7_discrete.h
302
uint32_t
VddcLevelCount
;
member
H
A
D
ci_dpm.c
2209
table->
VddcLevelCount
= pi->vddc_voltage_table.count;
in ci_populate_smc_vddc_table()
2210
for (count = 0; count < table->
VddcLevelCount
; count++) {
in ci_populate_smc_vddc_table()
2221
table->
VddcLevelCount
= cpu_to_be32(table->
VddcLevelCount
);
in ci_populate_smc_vddc_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
H
A
D
smu71_discrete.h
254
uint32_t
VddcLevelCount
;
member
H
A
D
smu7_discrete.h
302
uint32_t
VddcLevelCount
;
member
H
A
D
smu72_discrete.h
231
uint32_t
VddcLevelCount
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
smu7_discrete.h
302
uint32_t
VddcLevelCount
;
member
H
A
D
ci_dpm.c
2185
table->
VddcLevelCount
= pi->vddc_voltage_table.count;
in ci_populate_smc_vddc_table()
2186
for (count = 0; count < table->
VddcLevelCount
; count++) {
in ci_populate_smc_vddc_table()
2197
table->
VddcLevelCount
= cpu_to_be32(table->
VddcLevelCount
);
in ci_populate_smc_vddc_table()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H
A
D
iceland_smumgr.c
624
table->
VddcLevelCount
= data->vddc_voltage_table.count;
in iceland_populate_smc_vddc_table()
625
for (count = 0; count < table->
VddcLevelCount
; count++) {
in iceland_populate_smc_vddc_table()
638
CONVERT_FROM_HOST_TO_SMC_UL(table->
VddcLevelCount
);
in iceland_populate_smc_vddc_table()
H
A
D
tonga_smumgr.c
309
table->
VddcLevelCount
= data->vddc_voltage_table.count;
in tonga_populate_smc_vddc_table()
310
for (count = 0; count < table->
VddcLevelCount
; count++) {
in tonga_populate_smc_vddc_table()
314
CONVERT_FROM_HOST_TO_SMC_UL(table->
VddcLevelCount
);
in tonga_populate_smc_vddc_table()
407
uint32_t vddc_level_count = PP_SMC_TO_HOST_UL(table->
VddcLevelCount
);
in tonga_populate_cac_tables()
H
A
D
ci_smumgr.c
847
table->
VddcLevelCount
= data->vddc_voltage_table.count;
in ci_populate_smc_vddc_table()
848
for (count = 0; count < table->
VddcLevelCount
; count++) {
in ci_populate_smc_vddc_table()
864
CONVERT_FROM_HOST_TO_SMC_UL(table->
VddcLevelCount
);
in ci_populate_smc_vddc_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H
A
D
iceland_smumgr.c
624
table->
VddcLevelCount
= data->vddc_voltage_table.count;
in iceland_populate_smc_vddc_table()
625
for (count = 0; count < table->
VddcLevelCount
; count++) {
in iceland_populate_smc_vddc_table()
638
CONVERT_FROM_HOST_TO_SMC_UL(table->
VddcLevelCount
);
in iceland_populate_smc_vddc_table()
H
A
D
tonga_smumgr.c
309
table->
VddcLevelCount
= data->vddc_voltage_table.count;
in tonga_populate_smc_vddc_table()
310
for (count = 0; count < table->
VddcLevelCount
; count++) {
in tonga_populate_smc_vddc_table()
314
CONVERT_FROM_HOST_TO_SMC_UL(table->
VddcLevelCount
);
in tonga_populate_smc_vddc_table()
407
uint32_t vddc_level_count = PP_SMC_TO_HOST_UL(table->
VddcLevelCount
);
in tonga_populate_cac_tables()
H
A
D
ci_smumgr.c
848
table->
VddcLevelCount
= data->vddc_voltage_table.count;
in ci_populate_smc_vddc_table()
849
for (count = 0; count < table->
VddcLevelCount
; count++) {
in ci_populate_smc_vddc_table()
865
CONVERT_FROM_HOST_TO_SMC_UL(table->
VddcLevelCount
);
in ci_populate_smc_vddc_table()
Completed in 48 milliseconds