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:mtk_clk_mux
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/mediatek/
H
A
D
clk-mux.c
15
static inline struct
mtk_clk_mux
*to_mtk_clk_mux(struct clk_hw *hw)
in to_mtk_clk_mux()
17
return container_of(hw, struct
mtk_clk_mux
, hw);
in to_mtk_clk_mux()
22
struct
mtk_clk_mux
*mux = to_mtk_clk_mux(hw);
in mtk_clk_mux_enable()
31
struct
mtk_clk_mux
*mux = to_mtk_clk_mux(hw);
in mtk_clk_mux_disable()
39
struct
mtk_clk_mux
*mux = to_mtk_clk_mux(hw);
in mtk_clk_mux_enable_setclr()
47
struct
mtk_clk_mux
*mux = to_mtk_clk_mux(hw);
in mtk_clk_mux_disable_setclr()
55
struct
mtk_clk_mux
*mux = to_mtk_clk_mux(hw);
in mtk_clk_mux_is_enabled()
65
struct
mtk_clk_mux
*mux = to_mtk_clk_mux(hw);
in mtk_clk_mux_get_parent()
77
struct
mtk_clk_mux
*mux = to_mtk_clk_mux(hw);
in mtk_clk_mux_set_parent_lock()
99
struct
mtk_clk_mux
*mu
in mtk_clk_mux_set_parent_setclr_lock()
[all...]
H
A
D
clk-mux.h
12
struct
mtk_clk_mux
{
struct
/kernel/linux/linux-6.6/drivers/clk/mediatek/
H
A
D
clk-mux.c
20
struct
mtk_clk_mux
{
struct
28
static inline struct
mtk_clk_mux
*to_mtk_clk_mux(struct clk_hw *hw)
in to_mtk_clk_mux()
30
return container_of(hw, struct
mtk_clk_mux
, hw);
in to_mtk_clk_mux()
35
struct
mtk_clk_mux
*mux = to_mtk_clk_mux(hw);
in mtk_clk_mux_enable_setclr()
67
struct
mtk_clk_mux
*mux = to_mtk_clk_mux(hw);
in mtk_clk_mux_disable_setclr()
75
struct
mtk_clk_mux
*mux = to_mtk_clk_mux(hw);
in mtk_clk_mux_is_enabled()
85
struct
mtk_clk_mux
*mux = to_mtk_clk_mux(hw);
in mtk_clk_mux_get_parent()
97
struct
mtk_clk_mux
*mux = to_mtk_clk_mux(hw);
in mtk_clk_mux_set_parent_setclr_lock()
135
struct
mtk_clk_mux
*mux = to_mtk_clk_mux(hw);
in mtk_clk_mux_determine_rate()
162
struct
mtk_clk_mux
*clk_mu
in mtk_clk_register_mux()
[all...]
Completed in 2 milliseconds