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:krait_mux_clk_ops
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/qcom/
H
A
D
krait-cc.c
42
mux->old_index =
krait_mux_clk_ops
.get_parent(&mux->hw);
in krait_notifier_cb()
43
ret =
krait_mux_clk_ops
.set_parent(&mux->hw, mux->safe_sel);
in krait_notifier_cb()
52
ret =
krait_mux_clk_ops
.set_parent(&mux->hw,
in krait_notifier_cb()
125
.ops = &
krait_mux_clk_ops
,
in krait_add_sec_mux()
178
.ops = &
krait_mux_clk_ops
,
in krait_add_pri_mux()
H
A
D
clk-krait.c
76
const struct clk_ops
krait_mux_clk_ops
= {
variable
81
EXPORT_SYMBOL_GPL(
krait_mux_clk_ops
);
variable
H
A
D
clk-krait.h
25
extern const struct clk_ops
krait_mux_clk_ops
;
/kernel/linux/linux-6.6/drivers/clk/qcom/
H
A
D
krait-cc.c
52
mux->old_index =
krait_mux_clk_ops
.get_parent(&mux->hw);
in krait_notifier_cb()
53
ret =
krait_mux_clk_ops
.set_parent(&mux->hw, mux->safe_sel);
in krait_notifier_cb()
62
ret =
krait_mux_clk_ops
.set_parent(&mux->hw,
in krait_notifier_cb()
156
.ops = &
krait_mux_clk_ops
,
in krait_add_sec_mux()
237
.ops = &
krait_mux_clk_ops
,
in krait_add_pri_mux()
H
A
D
clk-krait.c
92
const struct clk_ops
krait_mux_clk_ops
= {
variable
97
EXPORT_SYMBOL_GPL(
krait_mux_clk_ops
);
variable
H
A
D
clk-krait.h
26
extern const struct clk_ops
krait_mux_clk_ops
;
Completed in 2 milliseconds