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:freq_attr
(Results
1 - 21
of
21
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
cpufreq.h
274
struct
freq_attr
{
struct
281
static struct
freq_attr
_name = \
285
static struct
freq_attr
_name = \
289
static struct
freq_attr
_name = \
293
static struct
freq_attr
_name = \
377
struct
freq_attr
**attr;
1047
extern struct
freq_attr
cpufreq_freq_attr_scaling_available_freqs;
1048
extern struct
freq_attr
cpufreq_freq_attr_scaling_boost_freqs;
1049
extern struct
freq_attr
*cpufreq_generic_attr[];
/kernel/linux/linux-6.6/include/linux/
H
A
D
cpufreq.h
294
struct
freq_attr
{
struct
301
static struct
freq_attr
_name = \
305
static struct
freq_attr
_name = \
309
static struct
freq_attr
_name = \
313
static struct
freq_attr
_name = \
395
struct
freq_attr
**attr;
1228
extern struct
freq_attr
cpufreq_freq_attr_scaling_available_freqs;
1229
extern struct
freq_attr
cpufreq_freq_attr_scaling_boost_freqs;
1230
extern struct
freq_attr
*cpufreq_generic_attr[];
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
freq_table.c
266
struct
freq_attr
cpufreq_freq_attr_##_name##_freqs = \
293
struct
freq_attr
*cpufreq_generic_attr[] = {
H
A
D
powernv-cpufreq.c
385
static struct
freq_attr
cpufreq_freq_attr_cpuinfo_nominal_freq =
390
static struct
freq_attr
*powernv_cpu_freq_attr[] = {
405
static struct
freq_attr
throttle_attr_##name = __ATTR_RO(name) \
H
A
D
cpufreq-dt.c
39
static struct
freq_attr
*cpufreq_dt_attr[] = {
H
A
D
acpi-cpufreq.c
938
static struct
freq_attr
*acpi_cpufreq_attr[] = {
1018
struct
freq_attr
**attr;
in acpi_cpufreq_init()
H
A
D
cpufreq.c
945
#define to_attr(a) container_of(a, struct
freq_attr
, attr)
950
struct
freq_attr
*fattr = to_attr(attr);
in show()
967
struct
freq_attr
*fattr = to_attr(attr);
in store()
1032
struct
freq_attr
**drv_attr;
in cpufreq_add_dev_interface()
H
A
D
qcom-cpufreq-hw.c
395
static struct
freq_attr
*qcom_cpufreq_hw_attr[] = {
H
A
D
brcmstb-avs-cpufreq.c
717
static struct
freq_attr
*brcm_avs_cpufreq_attr[] = {
H
A
D
intel_pstate.c
813
static struct
freq_attr
*hwp_cpufreq_attrs[] = {
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
freq_table.c
266
struct
freq_attr
cpufreq_freq_attr_##_name##_freqs = \
293
struct
freq_attr
*cpufreq_generic_attr[] = {
H
A
D
powernv-cpufreq.c
385
static struct
freq_attr
cpufreq_freq_attr_cpuinfo_nominal_freq =
390
static struct
freq_attr
*powernv_cpu_freq_attr[] = {
405
static struct
freq_attr
throttle_attr_##name = __ATTR_RO(name) \
H
A
D
cpufreq.c
661
static struct
freq_attr
local_boost = __ATTR(boost, 0644, show_local_boost, store_local_boost);
991
#define to_attr(a) container_of(a, struct
freq_attr
, attr)
996
struct
freq_attr
*fattr = to_attr(attr);
in show()
1014
struct
freq_attr
*fattr = to_attr(attr);
in store()
1070
struct
freq_attr
**drv_attr;
in cpufreq_add_dev_interface()
H
A
D
cpufreq-dt.c
39
static struct
freq_attr
*cpufreq_dt_attr[] = {
H
A
D
apple-soc-cpufreq.c
198
static struct
freq_attr
*apple_soc_cpufreq_hw_attr[] = {
H
A
D
acpi-cpufreq.c
937
static struct
freq_attr
*acpi_cpufreq_attr[] = {
994
struct
freq_attr
**attr;
in acpi_cpufreq_probe()
H
A
D
amd-pstate.c
1085
static struct
freq_attr
*amd_pstate_attr[] = {
1092
static struct
freq_attr
*amd_pstate_epp_attr[] = {
H
A
D
qcom-cpufreq-hw.c
598
static struct
freq_attr
*qcom_cpufreq_hw_attr[] = {
H
A
D
brcmstb-avs-cpufreq.c
719
static struct
freq_attr
*brcm_avs_cpufreq_attr[] = {
H
A
D
cppc_cpufreq.c
903
static struct
freq_attr
*cppc_cpufreq_attr[] = {
H
A
D
intel_pstate.c
934
static struct
freq_attr
*hwp_cpufreq_attrs[] = {
Completed in 35 milliseconds