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:clk_pllv1
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/imx/
H
A
D
clk-pllv1.c
25
struct
clk_pllv1
{
struct
31
#define to_clk_pllv1(clk) (container_of(clk, struct
clk_pllv1
, clk))
33
static inline bool is_imx1_pllv1(struct
clk_pllv1
*pll)
in is_imx1_pllv1()
38
static inline bool is_imx21_pllv1(struct
clk_pllv1
*pll)
in is_imx21_pllv1()
43
static inline bool is_imx27_pllv1(struct
clk_pllv1
*pll)
in is_imx27_pllv1()
48
static inline bool mfn_is_negative(struct
clk_pllv1
*pll, unsigned int mfn)
in mfn_is_negative()
56
struct
clk_pllv1
*pll = to_clk_pllv1(hw);
in clk_pllv1_recalc_rate()
118
struct
clk_pllv1
*pll;
in imx_clk_hw_pllv1()
/kernel/linux/linux-6.6/drivers/clk/imx/
H
A
D
clk-pllv1.c
16
* struct
clk_pllv1
- IMX PLLv1 clock descriptor
24
struct
clk_pllv1
{
struct
30
#define to_clk_pllv1(clk) (container_of(clk, struct
clk_pllv1
, clk))
32
static inline bool is_imx1_pllv1(struct
clk_pllv1
*pll)
in is_imx1_pllv1()
37
static inline bool is_imx21_pllv1(struct
clk_pllv1
*pll)
in is_imx21_pllv1()
42
static inline bool is_imx27_pllv1(struct
clk_pllv1
*pll)
in is_imx27_pllv1()
47
static inline bool mfn_is_negative(struct
clk_pllv1
*pll, unsigned int mfn)
in mfn_is_negative()
55
struct
clk_pllv1
*pll = to_clk_pllv1(hw);
in clk_pllv1_recalc_rate()
117
struct
clk_pllv1
*pll;
in imx_clk_hw_pllv1()
Completed in 2 milliseconds