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:sumo_ps
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
sumo_dpm.c
74
static struct
sumo_ps
*sumo_get_ps(struct radeon_ps *rps)
in sumo_get_ps()
76
struct
sumo_ps
*ps = rps->ps_priv;
in sumo_get_ps()
345
struct
sumo_ps
*ps = sumo_get_ps(rps);
in sumo_program_bsp()
388
struct
sumo_ps
*ps = sumo_get_ps(rps);
in sumo_program_at()
667
struct
sumo_ps
*new_ps = sumo_get_ps(rps);
in sumo_patch_boost_state()
681
struct
sumo_ps
*new_ps = sumo_get_ps(new_rps);
in sumo_pre_notify_alt_vddnb_change()
682
struct
sumo_ps
*old_ps = sumo_get_ps(old_rps);
in sumo_pre_notify_alt_vddnb_change()
699
struct
sumo_ps
*new_ps = sumo_get_ps(new_rps);
in sumo_post_notify_alt_vddnb_change()
700
struct
sumo_ps
*old_ps = sumo_get_ps(old_rps);
in sumo_post_notify_alt_vddnb_change()
717
struct
sumo_ps
*new_p
in sumo_enable_boost()
[all...]
H
A
D
sumo_dpm.h
45
struct
sumo_ps
{
struct
133
struct
sumo_ps
current_ps;
135
struct
sumo_ps
requested_ps;
H
A
D
trinity_dpm.c
1700
struct
sumo_ps
*ps;
in trinity_parse_power_table()
1733
ps = kzalloc(sizeof(struct
sumo_ps
), GFP_KERNEL);
in trinity_parse_power_table()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
sumo_dpm.c
74
static struct
sumo_ps
*sumo_get_ps(struct radeon_ps *rps)
in sumo_get_ps()
76
struct
sumo_ps
*ps = rps->ps_priv;
in sumo_get_ps()
345
struct
sumo_ps
*ps = sumo_get_ps(rps);
in sumo_program_bsp()
388
struct
sumo_ps
*ps = sumo_get_ps(rps);
in sumo_program_at()
667
struct
sumo_ps
*new_ps = sumo_get_ps(rps);
in sumo_patch_boost_state()
681
struct
sumo_ps
*new_ps = sumo_get_ps(new_rps);
in sumo_pre_notify_alt_vddnb_change()
682
struct
sumo_ps
*old_ps = sumo_get_ps(old_rps);
in sumo_pre_notify_alt_vddnb_change()
699
struct
sumo_ps
*new_ps = sumo_get_ps(new_rps);
in sumo_post_notify_alt_vddnb_change()
700
struct
sumo_ps
*old_ps = sumo_get_ps(old_rps);
in sumo_post_notify_alt_vddnb_change()
717
struct
sumo_ps
*new_p
in sumo_enable_boost()
[all...]
H
A
D
sumo_dpm.h
45
struct
sumo_ps
{
struct
133
struct
sumo_ps
current_ps;
135
struct
sumo_ps
requested_ps;
H
A
D
trinity_dpm.c
1744
struct
sumo_ps
*ps;
in trinity_parse_power_table()
1777
ps = kzalloc(sizeof(struct
sumo_ps
), GFP_KERNEL);
in trinity_parse_power_table()
Completed in 11 milliseconds