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:to_devfreq
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/devfreq/
H
A
D
devfreq.c
720
struct devfreq *devfreq =
to_devfreq
(dev);
in devfreq_dev_release()
1331
struct devfreq *df =
to_devfreq
(dev);
in name_show()
1339
struct devfreq *df =
to_devfreq
(dev);
in governor_show()
1350
struct devfreq *df =
to_devfreq
(dev);
in governor_store()
1414
struct devfreq *df =
to_devfreq
(d);
in available_governors_show()
1460
struct devfreq *df =
to_devfreq
(dev);
in cur_freq_show()
1476
struct devfreq *df =
to_devfreq
(dev);
in target_freq_show()
1485
struct devfreq *df =
to_devfreq
(dev);
in polling_interval_show()
1497
struct devfreq *df =
to_devfreq
(dev);
in polling_interval_store()
1518
struct devfreq *df =
to_devfreq
(de
in min_freq_store()
[all...]
H
A
D
governor_userspace.c
37
struct devfreq *devfreq =
to_devfreq
(dev);
in store_freq()
58
struct devfreq *devfreq =
to_devfreq
(dev);
in show_freq()
H
A
D
governor.h
16
#define
to_devfreq
(DEV) container_of((DEV), struct devfreq, dev)
macro
/kernel/linux/linux-6.6/drivers/devfreq/
H
A
D
devfreq.c
749
struct devfreq *devfreq =
to_devfreq
(dev);
in devfreq_dev_release()
1416
struct devfreq *df =
to_devfreq
(dev);
in name_show()
1424
struct devfreq *df =
to_devfreq
(dev);
in governor_show()
1435
struct devfreq *df =
to_devfreq
(dev);
in governor_store()
1516
struct devfreq *df =
to_devfreq
(d);
in available_governors_show()
1562
struct devfreq *df =
to_devfreq
(dev);
in cur_freq_show()
1578
struct devfreq *df =
to_devfreq
(dev);
in target_freq_show()
1587
struct devfreq *df =
to_devfreq
(dev);
in min_freq_store()
1614
struct devfreq *df =
to_devfreq
(dev);
in min_freq_show()
1628
struct devfreq *df =
to_devfreq
(de
in max_freq_store()
[all...]
H
A
D
governor_userspace.c
37
struct devfreq *devfreq =
to_devfreq
(dev);
in set_freq_store()
58
struct devfreq *devfreq =
to_devfreq
(dev);
in set_freq_show()
H
A
D
governor.h
18
#define
to_devfreq
(DEV) container_of((DEV), struct devfreq, dev)
macro
Completed in 6 milliseconds