#include "phy-mtk-hdmi.h"
static int mtk_hdmi_phy_power_on(struct phy *phy);
static int mtk_hdmi_phy_power_off(struct phy *phy);
static int mtk_hdmi_phy_configure(struct phy *phy, union phy_configure_opts *opts);
static const struct phy_ops mtk_hdmi_phy_dev_ops = …;
inline struct mtk_hdmi_phy *to_mtk_hdmi_phy(struct clk_hw *hw)
{ … }
static int mtk_hdmi_phy_power_on(struct phy *phy)
{ … }
static int mtk_hdmi_phy_power_off(struct phy *phy)
{ … }
static int mtk_hdmi_phy_configure(struct phy *phy, union phy_configure_opts *opts)
{ … }
static const struct phy_ops *
mtk_hdmi_phy_dev_get_ops(const struct mtk_hdmi_phy *hdmi_phy)
{ … }
static void mtk_hdmi_phy_clk_get_data(struct mtk_hdmi_phy *hdmi_phy,
struct clk_init_data *clk_init)
{ … }
static int mtk_hdmi_phy_probe(struct platform_device *pdev)
{ … }
static const struct of_device_id mtk_hdmi_phy_match[] = …;
MODULE_DEVICE_TABLE(of, mtk_hdmi_phy_match);
static struct platform_driver mtk_hdmi_phy_driver = …;
module_platform_driver(…) …;
MODULE_DESCRIPTION(…) …;
MODULE_LICENSE(…) …;