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:pptable_func
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
hwmgr.c
230
if (!hwmgr->
pptable_func
||
in hwmgr_hw_init()
231
!hwmgr->
pptable_func
->pptable_init ||
in hwmgr_hw_init()
238
ret = hwmgr->
pptable_func
->pptable_init(hwmgr);
in hwmgr_hw_init()
277
if (hwmgr->
pptable_func
->pptable_fini)
in hwmgr_hw_init()
278
hwmgr->
pptable_func
->pptable_fini(hwmgr);
in hwmgr_hw_init()
296
if (hwmgr->
pptable_func
->pptable_fini)
in hwmgr_hw_fini()
297
hwmgr->
pptable_func
->pptable_fini(hwmgr);
in hwmgr_hw_fini()
H
A
D
smu10_hwmgr.c
1489
hwmgr->
pptable_func
= &pptable_funcs;
in smu10_init_function_pointers()
H
A
D
smu8_hwmgr.c
2047
hwmgr->
pptable_func
= &pptable_funcs;
in smu8_init_function_pointers()
H
A
D
smu7_hwmgr.c
5367
hwmgr->
pptable_func
= &pptable_funcs;
in smu7_init_function_pointers()
5369
hwmgr->
pptable_func
= &pptable_v1_0_funcs;
in smu7_init_function_pointers()
H
A
D
vega12_hwmgr.c
2955
hwmgr->
pptable_func
= &vega12_pptable_funcs;
in vega12_hwmgr_init()
H
A
D
vega20_hwmgr.c
4438
hwmgr->
pptable_func
= &vega20_pptable_funcs;
in vega20_hwmgr_init()
H
A
D
vega10_hwmgr.c
5590
hwmgr->
pptable_func
= &vega10_pptable_funcs;
in vega10_hwmgr_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
hwmgr.c
226
if (!hwmgr->
pptable_func
||
in hwmgr_hw_init()
227
!hwmgr->
pptable_func
->pptable_init ||
in hwmgr_hw_init()
234
ret = hwmgr->
pptable_func
->pptable_init(hwmgr);
in hwmgr_hw_init()
273
if (hwmgr->
pptable_func
->pptable_fini)
in hwmgr_hw_init()
274
hwmgr->
pptable_func
->pptable_fini(hwmgr);
in hwmgr_hw_init()
292
if (hwmgr->
pptable_func
->pptable_fini)
in hwmgr_hw_fini()
293
hwmgr->
pptable_func
->pptable_fini(hwmgr);
in hwmgr_hw_fini()
H
A
D
smu10_hwmgr.c
1672
hwmgr->
pptable_func
= &pptable_funcs;
in smu10_init_function_pointers()
H
A
D
smu8_hwmgr.c
2067
hwmgr->
pptable_func
= &pptable_funcs;
in smu8_init_function_pointers()
H
A
D
vega12_hwmgr.c
2981
hwmgr->
pptable_func
= &vega12_pptable_funcs;
in vega12_hwmgr_init()
H
A
D
smu7_hwmgr.c
5821
hwmgr->
pptable_func
= &pptable_funcs;
in smu7_init_function_pointers()
5823
hwmgr->
pptable_func
= &pptable_v1_0_funcs;
in smu7_init_function_pointers()
H
A
D
vega20_hwmgr.c
4438
hwmgr->
pptable_func
= &vega20_pptable_funcs;
in vega20_hwmgr_init()
H
A
D
vega10_hwmgr.c
5775
hwmgr->
pptable_func
= &vega10_pptable_funcs;
in vega10_hwmgr_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H
A
D
hwmgr.h
781
const struct pp_table_func *
pptable_func
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
H
A
D
hwmgr.h
779
const struct pp_table_func *
pptable_func
;
member
Completed in 57 milliseconds