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:pm_mng_profile
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/goya/
H
A
D
goya_hwmgr.c
96
if (hdev->
pm_mng_profile
== PM_AUTO) {
in mme_clk_store()
145
if (hdev->
pm_mng_profile
== PM_AUTO) {
in tpc_clk_store()
194
if (hdev->
pm_mng_profile
== PM_AUTO) {
in ic_clk_store()
273
(hdev->
pm_mng_profile
== PM_AUTO) ? "auto" :
in pm_mng_profile_show()
274
(hdev->
pm_mng_profile
== PM_MANUAL) ? "manual" :
in pm_mng_profile_show()
299
if (hdev->
pm_mng_profile
== PM_MANUAL) {
in pm_mng_profile_store()
301
hdev->
pm_mng_profile
= PM_AUTO;
in pm_mng_profile_store()
305
if (hdev->
pm_mng_profile
== PM_AUTO) {
in pm_mng_profile_store()
311
hdev->
pm_mng_profile
= PM_MANUAL;
in pm_mng_profile_store()
374
static DEVICE_ATTR_RW(
pm_mng_profile
);
[all...]
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/
H
A
D
goya_hwmgr.c
68
if (goya->
pm_mng_profile
== PM_AUTO) {
in mme_clk_store()
117
if (goya->
pm_mng_profile
== PM_AUTO) {
in tpc_clk_store()
166
if (goya->
pm_mng_profile
== PM_AUTO) {
in ic_clk_store()
246
(goya->
pm_mng_profile
== PM_AUTO) ? "auto" :
in pm_mng_profile_show()
247
(goya->
pm_mng_profile
== PM_MANUAL) ? "manual" :
in pm_mng_profile_show()
273
if (goya->
pm_mng_profile
== PM_MANUAL) {
in pm_mng_profile_store()
275
goya->
pm_mng_profile
= PM_AUTO;
in pm_mng_profile_store()
279
if (goya->
pm_mng_profile
== PM_AUTO) {
in pm_mng_profile_store()
285
goya->
pm_mng_profile
= PM_MANUAL;
in pm_mng_profile_store()
349
static DEVICE_ATTR_RW(
pm_mng_profile
);
[all...]
H
A
D
goyaP.h
177
enum hl_pm_mng_profile
pm_mng_profile
;
member
H
A
D
goya.c
820
if ((goya->
pm_mng_profile
== PM_MANUAL) ||
in goya_set_frequency()
907
goya->
pm_mng_profile
= PM_AUTO;
in goya_late_init()
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H
A
D
sysfs.c
442
hdev->
pm_mng_profile
= PM_AUTO;
in hl_sysfs_init()
444
hdev->
pm_mng_profile
= PM_MANUAL;
in hl_sysfs_init()
H
A
D
device.c
459
if (hdev->
pm_mng_profile
== PM_AUTO)
in device_late_init()
611
if ((hdev->
pm_mng_profile
== PM_MANUAL) ||
in hl_device_set_frequency()
H
A
D
habanalabs.h
1526
* @
pm_mng_profile
: current power management profile.
1632
enum hl_pm_mng_profile
pm_mng_profile
;
member
Completed in 13 milliseconds