Symbol: mtk_fixed_clk
drivers/clk/mediatek/clk-mt2701.c
27
static const struct mtk_fixed_clk top_fixed_clks[] = {
drivers/clk/mediatek/clk-mt2712.c
21
static const struct mtk_fixed_clk top_fixed_clks[] = {
drivers/clk/mediatek/clk-mt6735-topckgen.c
42
static const struct mtk_fixed_clk topckgen_fixed_clks[] = {
drivers/clk/mediatek/clk-mt6765.c
76
static const struct mtk_fixed_clk fixed_clks[] = {
drivers/clk/mediatek/clk-mt6779.c
20
static const struct mtk_fixed_clk top_fixed_clks[] = {
drivers/clk/mediatek/clk-mt6795-topckgen.c
350
static const struct mtk_fixed_clk fixed_clks[] = {
drivers/clk/mediatek/clk-mt7622.c
240
static const struct mtk_fixed_clk top_fixed_clks[] = {
drivers/clk/mediatek/clk-mt7629.c
339
static const struct mtk_fixed_clk top_fixed_clks[] = {
drivers/clk/mediatek/clk-mt7986-topckgen.c
20
static const struct mtk_fixed_clk top_fixed_clks[] = {
drivers/clk/mediatek/clk-mt7988-topckgen.c
20
static const struct mtk_fixed_clk top_fixed_clks[] = {
drivers/clk/mediatek/clk-mt8167.c
23
static const struct mtk_fixed_clk fixed_clks[] = {
drivers/clk/mediatek/clk-mt8173-topckgen.c
423
static const struct mtk_fixed_clk fixed_clks[] = {
drivers/clk/mediatek/clk-mt8183.c
20
static const struct mtk_fixed_clk top_fixed_clks[] = {
drivers/clk/mediatek/clk-mt8186-topckgen.c
15
static const struct mtk_fixed_clk top_fixed_clks[] = {
drivers/clk/mediatek/clk-mt8188-topckgen.c
17
static const struct mtk_fixed_clk top_fixed_clks[] = {
drivers/clk/mediatek/clk-mt8192.c
22
static const struct mtk_fixed_clk top_fixed_clks[] = {
drivers/clk/mediatek/clk-mt8195-topckgen.c
16
static const struct mtk_fixed_clk top_fixed_clks[] = {
drivers/clk/mediatek/clk-mt8365.c
23
static const struct mtk_fixed_clk top_fixed_clks[] = {
drivers/clk/mediatek/clk-mt8516.c
23
static const struct mtk_fixed_clk fixed_clks[] __initconst = {
drivers/clk/mediatek/clk-mtk.c
119
const struct mtk_fixed_clk *rc = &clks[i];
drivers/clk/mediatek/clk-mtk.c
132
void mtk_clk_unregister_fixed_clks(const struct mtk_fixed_clk *clks, int num,
drivers/clk/mediatek/clk-mtk.c
141
const struct mtk_fixed_clk *rc = &clks[i - 1];
drivers/clk/mediatek/clk-mtk.c
86
int mtk_clk_register_fixed_clks(const struct mtk_fixed_clk *clks, int num,
drivers/clk/mediatek/clk-mtk.c
96
const struct mtk_fixed_clk *rc = &clks[i];
drivers/clk/mediatek/clk-mtk.h
249
const struct mtk_fixed_clk *fixed_clks;
drivers/clk/mediatek/clk-mtk.h
60
int mtk_clk_register_fixed_clks(const struct mtk_fixed_clk *clks, int num,
drivers/clk/mediatek/clk-mtk.h
62
void mtk_clk_unregister_fixed_clks(const struct mtk_fixed_clk *clks, int num,