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:POWERCAP_FC_PAI
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H
A
D
powercap.c
35
POWERCAP_FC_PAI
,
enumerator
479
if (dom->fc_info && dom->fc_info[
POWERCAP_FC_PAI
].get_addr) {
in scmi_powercap_pai_get()
480
*pai = ioread32(dom->fc_info[
POWERCAP_FC_PAI
].get_addr);
in scmi_powercap_pai_get()
522
if (pc->fc_info && pc->fc_info[
POWERCAP_FC_PAI
].set_addr) {
in scmi_powercap_pai_set()
523
struct scmi_fc_info *fci = &pc->fc_info[
POWERCAP_FC_PAI
];
in scmi_powercap_pai_set()
711
&fc[
POWERCAP_FC_PAI
].set_addr,
in scmi_powercap_domain_init_fc()
712
&fc[
POWERCAP_FC_PAI
].set_db);
in scmi_powercap_domain_init_fc()
716
&fc[
POWERCAP_FC_PAI
].get_addr, NULL);
in scmi_powercap_domain_init_fc()
Completed in 2 milliseconds