// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2013 Red Hat * Author: Rob Clark <[email protected]> */ #include "hdmi.h" static void hdmi_phy_8x74_powerup(struct hdmi_phy *phy, unsigned long int pixclock) { … } static void hdmi_phy_8x74_powerdown(struct hdmi_phy *phy) { … } static const char * const hdmi_phy_8x74_reg_names[] = …; static const char * const hdmi_phy_8x74_clk_names[] = …; const struct hdmi_phy_cfg msm_hdmi_phy_8x74_cfg = …;