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:DEVICE_ATTR_IS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/
H
A
D
amdgpu_pm.c
2013
#define
DEVICE_ATTR_IS
(_name) (!strcmp(attr_name, #_name))
in default_attr_update()
macro
2015
if (
DEVICE_ATTR_IS
(pp_dpm_socclk)) {
in default_attr_update()
2018
} else if (
DEVICE_ATTR_IS
(pp_dpm_dcefclk)) {
in default_attr_update()
2022
} else if (
DEVICE_ATTR_IS
(pp_dpm_fclk)) {
in default_attr_update()
2025
} else if (
DEVICE_ATTR_IS
(pp_od_clk_voltage)) {
in default_attr_update()
2029
} else if (
DEVICE_ATTR_IS
(mem_busy_percent)) {
in default_attr_update()
2032
} else if (
DEVICE_ATTR_IS
(pcie_bw)) {
in default_attr_update()
2036
} else if (
DEVICE_ATTR_IS
(unique_id)) {
in default_attr_update()
2053
} else if (
DEVICE_ATTR_IS
(pp_features)) {
in default_attr_update()
2058
} else if (
DEVICE_ATTR_IS
(gpu_metric
in default_attr_update()
2134
#undef
DEVICE_ATTR_IS
default_attr_update()
macro
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/
H
A
D
amdgpu_pm.c
2056
#define
DEVICE_ATTR_IS
(_name) (!strcmp(attr_name, #_name))
in default_attr_update()
macro
2058
if (
DEVICE_ATTR_IS
(pp_dpm_socclk)) {
in default_attr_update()
2061
} else if (
DEVICE_ATTR_IS
(pp_dpm_dcefclk)) {
in default_attr_update()
2064
} else if (
DEVICE_ATTR_IS
(pp_dpm_fclk)) {
in default_attr_update()
2067
} else if (
DEVICE_ATTR_IS
(pp_dpm_pcie)) {
in default_attr_update()
2070
} else if (
DEVICE_ATTR_IS
(pp_od_clk_voltage)) {
in default_attr_update()
2075
} else if (
DEVICE_ATTR_IS
(mem_busy_percent)) {
in default_attr_update()
2078
} else if (
DEVICE_ATTR_IS
(pcie_bw)) {
in default_attr_update()
2082
} else if (
DEVICE_ATTR_IS
(unique_id)) {
in default_attr_update()
2087
} else if (
DEVICE_ATTR_IS
(pp_feature
in default_attr_update()
2111
#undef
DEVICE_ATTR_IS
default_attr_update()
macro
[all...]
Completed in 7 milliseconds