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:common_info
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/devfreq/
H
A
D
rockchip_dmc_common.c
15
static struct dmcfreq_common_info *
common_info
;
variable
52
dev_dbg(
common_info
->dev, "rl 0x%x -> 0x%x\n",
common_info
->read_latency, readlatency);
in set_msch_rl()
53
if (!
common_info
->set_msch_readlatency(readlatency)) {
in set_msch_rl()
54
common_info
->read_latency = readlatency;
in set_msch_rl()
56
dev_err(
common_info
->dev, "failed to set msch rl\n");
in set_msch_rl()
64
common_info
->is_msch_rl_work_started = false;
in set_msch_rl_work()
72
common_info
= info;
in rockchip_dmcfreq_vop_bandwidth_init()
84
if (!
common_info
) {
in rockchip_dmcfreq_vop_bandwidth_update()
88
dev_dbg(
common_info
in rockchip_dmcfreq_vop_bandwidth_update()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H
A
D
rockchip_dmc_common.c
17
static struct dmcfreq_common_info *
common_info
;
variable
54
dev_dbg(
common_info
->dev, "rl 0x%x -> 0x%x\n",
in set_msch_rl()
55
common_info
->read_latency, readlatency);
in set_msch_rl()
56
if (!
common_info
->set_msch_readlatency(readlatency))
in set_msch_rl()
57
common_info
->read_latency = readlatency;
in set_msch_rl()
59
dev_err(
common_info
->dev, "failed to set msch rl\n");
in set_msch_rl()
66
common_info
->is_msch_rl_work_started = false;
in set_msch_rl_work()
73
common_info
= info;
in rockchip_dmcfreq_vop_bandwidth_init()
85
if (!
common_info
)
in rockchip_dmcfreq_vop_bandwidth_update()
88
dev_dbg(
common_info
in rockchip_dmcfreq_vop_bandwidth_update()
[all...]
Completed in 1 milliseconds