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:hardcode_pptable
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/
H
A
D
amdgpu_smu.c
298
if (!smu_table->power_play_table && !smu_table->
hardcode_pptable
)
in smu_sys_get_pp_table()
303
if (smu_table->
hardcode_pptable
)
in smu_sys_get_pp_table()
304
*table = smu_table->
hardcode_pptable
;
in smu_sys_get_pp_table()
330
if (!smu_table->
hardcode_pptable
)
in smu_sys_set_pp_table()
331
smu_table->
hardcode_pptable
= kzalloc(size, GFP_KERNEL);
in smu_sys_set_pp_table()
332
if (!smu_table->
hardcode_pptable
) {
in smu_sys_set_pp_table()
337
memcpy(smu_table->
hardcode_pptable
, buf, size);
in smu_sys_set_pp_table()
338
smu_table->power_play_table = smu_table->
hardcode_pptable
;
in smu_sys_set_pp_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/
H
A
D
amdgpu_smu.c
492
if (!smu_table->power_play_table && !smu_table->
hardcode_pptable
)
in smu_sys_get_pp_table()
495
if (smu_table->
hardcode_pptable
)
in smu_sys_get_pp_table()
496
*table = smu_table->
hardcode_pptable
;
in smu_sys_get_pp_table()
520
if (!smu_table->
hardcode_pptable
) {
in smu_sys_set_pp_table()
521
smu_table->
hardcode_pptable
= kzalloc(size, GFP_KERNEL);
in smu_sys_set_pp_table()
522
if (!smu_table->
hardcode_pptable
)
in smu_sys_set_pp_table()
526
memcpy(smu_table->
hardcode_pptable
, buf, size);
in smu_sys_set_pp_table()
527
smu_table->power_play_table = smu_table->
hardcode_pptable
;
in smu_sys_set_pp_table()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H
A
D
amdgpu_smu.h
253
void *
hardcode_pptable
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/inc/
H
A
D
amdgpu_smu.h
326
void *
hardcode_pptable
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
H
A
D
smu_v11_0.c
433
kfree(smu_table->
hardcode_pptable
);
in smu_v11_0_fini_smc_tables()
434
smu_table->
hardcode_pptable
= NULL;
in smu_v11_0_fini_smc_tables()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
H
A
D
smu_v11_0.c
447
kfree(smu_table->
hardcode_pptable
);
in smu_v11_0_fini_smc_tables()
448
smu_table->
hardcode_pptable
= NULL;
in smu_v11_0_fini_smc_tables()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
H
A
D
smu_v13_0.c
520
kfree(smu_table->
hardcode_pptable
);
in smu_v13_0_fini_smc_tables()
521
smu_table->
hardcode_pptable
= NULL;
in smu_v13_0_fini_smc_tables()
Completed in 28 milliseconds