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:dtpm_cpu
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/powercap/
H
A
D
dtpm_cpu.c
28
struct
dtpm_cpu
{
struct
34
static DEFINE_PER_CPU(struct
dtpm_cpu
*, dtpm_per_cpu);
36
static struct
dtpm_cpu
*to_dtpm_cpu(struct dtpm *dtpm)
in to_dtpm_cpu()
38
return container_of(dtpm, struct
dtpm_cpu
, dtpm);
in to_dtpm_cpu()
43
struct
dtpm_cpu
*
dtpm_cpu
= to_dtpm_cpu(dtpm);
in set_pd_power_limit()
local
44
struct em_perf_domain *pd = em_cpu_get(
dtpm_cpu
->cpu);
in set_pd_power_limit()
63
freq_qos_update_request(&
dtpm_cpu
->qos_req, freq);
in set_pd_power_limit()
89
struct
dtpm_cpu
*
dtpm_cpu
in get_pd_power_uw()
local
114
struct
dtpm_cpu
*
dtpm_cpu
= to_
dtpm_cpu
(dtpm);
update_pd_power_uw()
local
133
struct
dtpm_cpu
*
dtpm_cpu
= to_
dtpm_cpu
(dtpm);
pd_release()
local
159
struct
dtpm_cpu
*
dtpm_cpu
;
cpuhp_dtpm_cpu_offline()
local
170
struct
dtpm_cpu
*
dtpm_cpu
;
cpuhp_dtpm_cpu_online()
local
181
struct
dtpm_cpu
*
dtpm_cpu
;
__dtpm_cpu_setup()
local
[all...]
Completed in 1 milliseconds