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:CPC_SUPPORTED
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
cppc_acpi.c
121
#define
CPC_SUPPORTED
(cpc) ((cpc)->type == ACPI_TYPE_INTEGER ? \
macro
1243
if (
CPC_SUPPORTED
(low_freq_reg))
in cppc_get_perf_caps()
1246
if (
CPC_SUPPORTED
(nom_freq_reg))
in cppc_get_perf_caps()
1291
if (!
CPC_SUPPORTED
(ref_perf_reg))
in cppc_perf_ctrs_in_pcc()
1333
if (!
CPC_SUPPORTED
(ref_perf_reg))
in cppc_get_perf_ctrs()
1363
if (
CPC_SUPPORTED
(ctr_wrap_reg))
in cppc_get_perf_ctrs()
1409
if (
CPC_SUPPORTED
(auto_sel_reg)) {
in cppc_set_epp_perf()
1415
if (
CPC_SUPPORTED
(epp_set_reg)) {
in cppc_set_epp_perf()
1454
if (!
CPC_SUPPORTED
(auto_sel_reg))
in cppc_get_auto_sel_caps()
1511
if (
CPC_SUPPORTED
(auto_sel_re
in cppc_set_auto_sel()
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
cppc_acpi.c
111
#define
CPC_SUPPORTED
(cpc) ((cpc)->type == ACPI_TYPE_INTEGER ? \
macro
1139
if (
CPC_SUPPORTED
(low_freq_reg))
in cppc_get_perf_caps()
1142
if (
CPC_SUPPORTED
(nom_freq_reg))
in cppc_get_perf_caps()
1187
if (!
CPC_SUPPORTED
(ref_perf_reg))
in cppc_get_perf_ctrs()
1217
if (
CPC_SUPPORTED
(ctr_wrap_reg))
in cppc_get_perf_ctrs()
Completed in 4 milliseconds