#include <linux/clk-provider.h>
#include <linux/mod_devicetable.h>
#include <linux/platform_device.h>
#include <dt-bindings/clock/mediatek,mt8188-clk.h>
#include "clk-gate.h"
#include "clk-mtk.h"
static const struct mtk_gate_regs vdo1_0_cg_regs = …;
static const struct mtk_gate_regs vdo1_1_cg_regs = …;
static const struct mtk_gate_regs vdo1_2_cg_regs = …;
static const struct mtk_gate_regs vdo1_3_cg_regs = …;
static const struct mtk_gate_regs vdo1_4_cg_regs = …;
#define GATE_VDO1_0(_id, _name, _parent, _shift) …
#define GATE_VDO1_1(_id, _name, _parent, _shift) …
#define GATE_VDO1_2(_id, _name, _parent, _shift) …
#define GATE_VDO1_3(_id, _name, _parent, _shift) …
#define GATE_VDO1_3_FLAGS(_id, _name, _parent, _shift, _flags) …
#define GATE_VDO1_4(_id, _name, _parent, _shift) …
static const struct mtk_gate vdo1_clks[] = …;
static const struct mtk_clk_desc vdo1_desc = …;
static const struct platform_device_id clk_mt8188_vdo1_id_table[] = …;
MODULE_DEVICE_TABLE(platform, clk_mt8188_vdo1_id_table);
static struct platform_driver clk_mt8188_vdo1_drv = …;
module_platform_driver(…) …;
MODULE_DESCRIPTION(…) …;
MODULE_LICENSE(…) …;