#include <linux/kernel.h>
#include <linux/err.h>
#include <linux/io.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/seq_file.h>
#include "omapdss.h"
#include "dss.h"
#include "hdmi.h"
void hdmi_phy_dump(struct hdmi_phy_data *phy, struct seq_file *s)
{ … }
int hdmi_phy_parse_lanes(struct hdmi_phy_data *phy, const u32 *lanes)
{ … }
static void hdmi_phy_configure_lanes(struct hdmi_phy_data *phy)
{ … }
int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk,
unsigned long lfbitclk)
{ … }
static const struct hdmi_phy_features omap44xx_phy_feats = …;
static const struct hdmi_phy_features omap54xx_phy_feats = …;
int hdmi_phy_init(struct platform_device *pdev, struct hdmi_phy_data *phy,
unsigned int version)
{ … }