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:si_ps
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/
H
A
D
si_dpm.h
614
struct
si_ps
{
struct
845
struct
si_ps
current_ps;
846
struct
si_ps
requested_ps;
H
A
D
si_dpm.c
1816
static struct
si_ps
*si_get_ps(struct amdgpu_ps *rps);
1953
static struct
si_ps
*si_get_ps(struct amdgpu_ps *aps)
in si_get_ps()
1955
struct
si_ps
*ps = aps->ps_priv;
in si_get_ps()
2371
struct
si_ps
*state = si_get_ps(amdgpu_state);
in si_populate_power_containment_values()
2463
struct
si_ps
*state = si_get_ps(amdgpu_state);
in si_populate_sq_ramping_values()
3129
struct
si_ps
*new_ps = si_get_ps(rps);
in ni_update_current_ps()
3142
struct
si_ps
*new_ps = si_get_ps(rps);
in ni_update_requested_ps()
3156
struct
si_ps
*new_state = si_get_ps(new_ps);
in ni_set_uvd_clock_before_set_eng_clock()
3157
struct
si_ps
*current_state = si_get_ps(old_ps);
in ni_set_uvd_clock_before_set_eng_clock()
3174
struct
si_ps
*new_stat
in ni_set_uvd_clock_after_set_eng_clock()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/
H
A
D
si_dpm.h
621
struct
si_ps
{
struct
852
struct
si_ps
current_ps;
853
struct
si_ps
requested_ps;
H
A
D
si_dpm.c
1831
static struct
si_ps
*si_get_ps(struct amdgpu_ps *rps);
1968
static struct
si_ps
*si_get_ps(struct amdgpu_ps *aps)
in si_get_ps()
1970
struct
si_ps
*ps = aps->ps_priv;
in si_get_ps()
2386
struct
si_ps
*state = si_get_ps(amdgpu_state);
in si_populate_power_containment_values()
2478
struct
si_ps
*state = si_get_ps(amdgpu_state);
in si_populate_sq_ramping_values()
3144
struct
si_ps
*new_ps = si_get_ps(rps);
in ni_update_current_ps()
3157
struct
si_ps
*new_ps = si_get_ps(rps);
in ni_update_requested_ps()
3171
struct
si_ps
*new_state = si_get_ps(new_ps);
in ni_set_uvd_clock_before_set_eng_clock()
3172
struct
si_ps
*current_state = si_get_ps(old_ps);
in ni_set_uvd_clock_before_set_eng_clock()
3189
struct
si_ps
*new_stat
in ni_set_uvd_clock_after_set_eng_clock()
[all...]
Completed in 19 milliseconds