#include <dt-bindings/clock/mediatek,mt8188-clk.h>
#include <linux/clk-provider.h>
#include <linux/platform_device.h>
#include "clk-gate.h"
#include "clk-mtk.h"
static const struct mtk_gate_regs imgsys_cg_regs = …;
#define GATE_IMGSYS(_id, _name, _parent, _shift) …
static const struct mtk_gate imgsys_main_clks[] = …;
static const struct mtk_gate imgsys_wpe1_clks[] = …;
static const struct mtk_gate imgsys_wpe2_clks[] = …;
static const struct mtk_gate imgsys_wpe3_clks[] = …;
static const struct mtk_gate imgsys1_dip_top_clks[] = …;
static const struct mtk_gate imgsys1_dip_nr_clks[] = …;
static const struct mtk_clk_desc imgsys_main_desc = …;
static const struct mtk_clk_desc imgsys_wpe1_desc = …;
static const struct mtk_clk_desc imgsys_wpe2_desc = …;
static const struct mtk_clk_desc imgsys_wpe3_desc = …;
static const struct mtk_clk_desc imgsys1_dip_top_desc = …;
static const struct mtk_clk_desc imgsys1_dip_nr_desc = …;
static const struct of_device_id of_match_clk_mt8188_imgsys_main[] = …;
MODULE_DEVICE_TABLE(of, of_match_clk_mt8188_imgsys_main);
static struct platform_driver clk_mt8188_imgsys_main_drv = …;
module_platform_driver(…) …;
MODULE_DESCRIPTION(…) …;
MODULE_LICENSE(…) …;