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:genpd_names
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
qcom-cpufreq-nvmem.c
40
const char **
genpd_names
;
member
217
.
genpd_names
= qcs404_genpd_names,
301
if (drv->data->
genpd_names
) {
in qcom_cpufreq_probe()
302
config.
genpd_names
= drv->data->
genpd_names
;
in qcom_cpufreq_probe()
306
if (config.supported_hw || config.
genpd_names
) {
in qcom_cpufreq_probe()
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
qcom-cpufreq-nvmem.c
54
const char **
genpd_names
;
member
261
.
genpd_names
= qcs404_genpd_names,
376
if (drv->data->
genpd_names
) {
in qcom_cpufreq_probe()
379
drv->data->
genpd_names
,
in qcom_cpufreq_probe()
/kernel/linux/linux-6.6/include/linux/
H
A
D
pm_opp.h
76
* @
genpd_names
: Null terminated array of pointers containing names of genpd to
91
const char * const *
genpd_names
;
member
626
.
genpd_names
= names,
in dev_pm_opp_attach_genpd()
643
.
genpd_names
= names,
in devm_pm_opp_attach_genpd()
/kernel/linux/linux-6.6/drivers/opp/
H
A
D
core.c
2621
if (config->
genpd_names
) {
in dev_pm_opp_set_config()
2622
ret = _opp_attach_genpd(opp_table, dev, config->
genpd_names
,
in dev_pm_opp_set_config()
Completed in 6 milliseconds