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
defs:em_cb
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
scmi-cpufreq.c
128
struct em_data_callback
em_cb
= EM_DATA_CB(scmi_get_cpu_power);
in scmi_cpufreq_init()
local
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
mediatek-cpufreq-hw.c
279
struct em_data_callback
em_cb
= EM_DATA_CB(mtk_cpufreq_get_cpu_power);
in mtk_cpufreq_register_em()
local
283
&
em_cb
, policy->cpus, true);
in mtk_cpufreq_register_em()
local
H
A
D
scmi-cpufreq.c
257
struct em_data_callback
em_cb
= EM_DATA_CB(scmi_get_cpu_power);
in scmi_cpufreq_register_em()
local
277
&
em_cb
, priv->opp_shared_cpus,
in scmi_cpufreq_register_em()
local
H
A
D
cppc_cpufreq.c
642
struct em_data_callback
em_cb
=
in cppc_cpufreq_register_em()
local
647
get_perf_level_count(policy), &
em_cb
,
in cppc_cpufreq_register_em()
local
/kernel/linux/linux-5.10/drivers/opp/
H
A
D
of.c
1294
struct em_data_callback
em_cb
= EM_DATA_CB(_get_power);
in dev_pm_opp_of_register_em()
local
/kernel/linux/linux-6.6/drivers/opp/
H
A
D
of.c
1542
struct em_data_callback
em_cb
;
in dev_pm_opp_of_register_em()
local
Completed in 7 milliseconds