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:throttler_idx
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
H
A
D
smu_v13_0_6_ppt.c
1891
int
throttler_idx
, throtting_events = 0, buf_idx = 0;
in smu_v13_0_6_log_thermal_throttling_event()
local
1901
for (
throttler_idx
= 0;
in smu_v13_0_6_log_thermal_throttling_event()
1902
throttler_idx
< ARRAY_SIZE(throttling_logging_label);
in smu_v13_0_6_log_thermal_throttling_event()
1903
throttler_idx
++) {
in smu_v13_0_6_log_thermal_throttling_event()
1904
if (throttler_status & (1U <<
throttler_idx
)) {
in smu_v13_0_6_log_thermal_throttling_event()
1909
throttling_logging_label[
throttler_idx
]);
in smu_v13_0_6_log_thermal_throttling_event()
H
A
D
aldebaran_ppt.c
1680
int
throttler_idx
, throtting_events = 0, buf_idx = 0;
in aldebaran_log_thermal_throttling_event()
local
1692
for (
throttler_idx
= 0;
throttler_idx
< ARRAY_SIZE(logging_label);
in aldebaran_log_thermal_throttling_event()
1693
throttler_idx
++) {
in aldebaran_log_thermal_throttling_event()
1694
if (throttler_status & logging_label[
throttler_idx
].feature_mask) {
in aldebaran_log_thermal_throttling_event()
1700
logging_label[
throttler_idx
].label);
in aldebaran_log_thermal_throttling_event()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
H
A
D
arcturus_ppt.c
2221
int
throttler_idx
, throtting_events = 0, buf_idx = 0;
in arcturus_log_thermal_throttling_event()
local
2233
for (
throttler_idx
= 0;
throttler_idx
< ARRAY_SIZE(logging_label);
in arcturus_log_thermal_throttling_event()
2234
throttler_idx
++) {
in arcturus_log_thermal_throttling_event()
2235
if (throttler_status & logging_label[
throttler_idx
].feature_mask) {
in arcturus_log_thermal_throttling_event()
2241
logging_label[
throttler_idx
].label);
in arcturus_log_thermal_throttling_event()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
H
A
D
arcturus_ppt.c
2316
int
throttler_idx
, throtting_events = 0, buf_idx = 0;
in arcturus_log_thermal_throttling_event()
local
2328
for (
throttler_idx
= 0;
throttler_idx
< ARRAY_SIZE(logging_label);
in arcturus_log_thermal_throttling_event()
2329
throttler_idx
++) {
in arcturus_log_thermal_throttling_event()
2330
if (throttler_status & logging_label[
throttler_idx
].feature_mask) {
in arcturus_log_thermal_throttling_event()
2336
logging_label[
throttler_idx
].label);
in arcturus_log_thermal_throttling_event()
Completed in 11 milliseconds