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:igp_ps
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
rs780_dpm.c
35
static struct
igp_ps
*rs780_get_ps(struct radeon_ps *rps)
in rs780_get_ps()
37
struct
igp_ps
*ps = rps->ps_priv;
in rs780_get_ps()
79
struct
igp_ps
*default_state = rs780_get_ps(boot_ps);
in rs780_initialize_dpm_power_state()
381
struct
igp_ps
*current_state = rs780_get_ps(rdev->pm.dpm.current_ps);
in rs780_force_voltage()
408
struct
igp_ps
*current_state = rs780_get_ps(rdev->pm.dpm.current_ps);
in rs780_force_fbdiv()
431
struct
igp_ps
*new_state = rs780_get_ps(new_ps);
in rs780_set_engine_clock_scaling()
432
struct
igp_ps
*old_state = rs780_get_ps(old_ps);
in rs780_set_engine_clock_scaling()
478
struct
igp_ps
*new_state = rs780_get_ps(new_ps);
in rs780_set_engine_clock_spc()
479
struct
igp_ps
*old_state = rs780_get_ps(old_ps);
in rs780_set_engine_clock_spc()
497
struct
igp_ps
*new_stat
in rs780_activate_engine_clk_scaling()
[all...]
H
A
D
rs780_dpm.h
52
struct
igp_ps
{
struct
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
rs780_dpm.c
35
static struct
igp_ps
*rs780_get_ps(struct radeon_ps *rps)
in rs780_get_ps()
37
struct
igp_ps
*ps = rps->ps_priv;
in rs780_get_ps()
79
struct
igp_ps
*default_state = rs780_get_ps(boot_ps);
in rs780_initialize_dpm_power_state()
380
struct
igp_ps
*current_state = rs780_get_ps(rdev->pm.dpm.current_ps);
in rs780_force_voltage()
407
struct
igp_ps
*current_state = rs780_get_ps(rdev->pm.dpm.current_ps);
in rs780_force_fbdiv()
430
struct
igp_ps
*new_state = rs780_get_ps(new_ps);
in rs780_set_engine_clock_scaling()
431
struct
igp_ps
*old_state = rs780_get_ps(old_ps);
in rs780_set_engine_clock_scaling()
477
struct
igp_ps
*new_state = rs780_get_ps(new_ps);
in rs780_set_engine_clock_spc()
478
struct
igp_ps
*old_state = rs780_get_ps(old_ps);
in rs780_set_engine_clock_spc()
496
struct
igp_ps
*new_stat
in rs780_activate_engine_clk_scaling()
[all...]
H
A
D
rs780_dpm.h
52
struct
igp_ps
{
struct
Completed in 3 milliseconds