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:rpm_clk_resource
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/interconnect/qcom/
H
A
D
icc-rpm.h
29
* struct
rpm_clk_resource
- RPM bus clock resource
34
struct
rpm_clk_resource
{
struct
48
* @bus_clk_desc: a pointer to a
rpm_clk_resource
description of bus clocks
61
const struct
rpm_clk_resource
*bus_clk_desc;
119
const struct
rpm_clk_resource
*bus_clk_desc;
135
extern const struct
rpm_clk_resource
aggre1_clk;
136
extern const struct
rpm_clk_resource
aggre2_clk;
137
extern const struct
rpm_clk_resource
bimc_clk;
138
extern const struct
rpm_clk_resource
bus_0_clk;
139
extern const struct
rpm_clk_resource
bus_1_cl
[all...]
H
A
D
icc-rpm-clocks.c
10
const struct
rpm_clk_resource
aggre1_clk = {
16
const struct
rpm_clk_resource
aggre2_clk = {
22
const struct
rpm_clk_resource
bimc_clk = {
28
const struct
rpm_clk_resource
bus_0_clk = {
34
const struct
rpm_clk_resource
bus_1_clk = {
40
const struct
rpm_clk_resource
bus_2_clk = {
46
const struct
rpm_clk_resource
mmaxi_0_clk = {
52
const struct
rpm_clk_resource
mmaxi_1_clk = {
58
const struct
rpm_clk_resource
qup_clk = {
65
const struct
rpm_clk_resource
aggre1_branch_cl
[all...]
H
A
D
smd-rpm.c
46
int qcom_icc_rpm_set_bus_rate(const struct
rpm_clk_resource
*clk, int ctx, u32 rate)
in qcom_icc_rpm_set_bus_rate()
Completed in 1 milliseconds