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:samu_table
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
processpptables.c
1268
struct phm_samu_clock_voltage_dependency_table *
samu_table
;
in get_samu_clock_voltage_limit_table()
local
1270
samu_table
= kzalloc(struct_size(
samu_table
, entries, table->numEntries),
in get_samu_clock_voltage_limit_table()
1272
if (!
samu_table
)
in get_samu_clock_voltage_limit_table()
1275
samu_table
->count = table->numEntries;
in get_samu_clock_voltage_limit_table()
1278
samu_table
->entries[i].v = (unsigned long)le16_to_cpu(table->entries[i].usVoltage);
in get_samu_clock_voltage_limit_table()
1279
samu_table
->entries[i].samclk = ((unsigned long)table->entries[i].ucSAMClockHigh << 16)
in get_samu_clock_voltage_limit_table()
1283
*ptable =
samu_table
;
in get_samu_clock_voltage_limit_table()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
processpptables.c
1278
struct phm_samu_clock_voltage_dependency_table *
samu_table
;
in get_samu_clock_voltage_limit_table()
local
1284
samu_table
= kzalloc(table_size, GFP_KERNEL);
in get_samu_clock_voltage_limit_table()
1285
if (NULL ==
samu_table
)
in get_samu_clock_voltage_limit_table()
1288
samu_table
->count = table->numEntries;
in get_samu_clock_voltage_limit_table()
1291
samu_table
->entries[i].v = (unsigned long)le16_to_cpu(table->entries[i].usVoltage);
in get_samu_clock_voltage_limit_table()
1292
samu_table
->entries[i].samclk = ((unsigned long)table->entries[i].ucSAMClockHigh << 16)
in get_samu_clock_voltage_limit_table()
1296
*ptable =
samu_table
;
in get_samu_clock_voltage_limit_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
kv_dpm.c
1788
struct radeon_clock_voltage_dependency_table *
samu_table
=
in kv_patch_voltage_values()
local
1807
if (
samu_table
->count) {
in kv_patch_voltage_values()
1808
for (i = 0; i <
samu_table
->count; i++)
in kv_patch_voltage_values()
1809
samu_table
->entries[i].v =
in kv_patch_voltage_values()
1811
samu_table
->entries[i].v);
in kv_patch_voltage_values()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/
H
A
D
kv_dpm.c
2046
struct amdgpu_clock_voltage_dependency_table *
samu_table
=
in kv_patch_voltage_values()
local
2065
if (
samu_table
->count) {
in kv_patch_voltage_values()
2066
for (i = 0; i <
samu_table
->count; i++)
in kv_patch_voltage_values()
2067
samu_table
->entries[i].v =
in kv_patch_voltage_values()
2069
samu_table
->entries[i].v);
in kv_patch_voltage_values()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
kv_dpm.c
1991
struct radeon_clock_voltage_dependency_table *
samu_table
=
in kv_patch_voltage_values()
local
2010
if (
samu_table
->count) {
in kv_patch_voltage_values()
2011
for (i = 0; i <
samu_table
->count; i++)
in kv_patch_voltage_values()
2012
samu_table
->entries[i].v =
in kv_patch_voltage_values()
2014
samu_table
->entries[i].v);
in kv_patch_voltage_values()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/
H
A
D
kv_dpm.c
2048
struct amdgpu_clock_voltage_dependency_table *
samu_table
=
in kv_patch_voltage_values()
local
2067
if (
samu_table
->count) {
in kv_patch_voltage_values()
2068
for (i = 0; i <
samu_table
->count; i++)
in kv_patch_voltage_values()
2069
samu_table
->entries[i].v =
in kv_patch_voltage_values()
2071
samu_table
->entries[i].v);
in kv_patch_voltage_values()
Completed in 21 milliseconds