Home
last modified time | relevance | path

Searched refs:hdmi_phy_data (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Dhdmi_phy.c29 void hdmi_phy_dump(struct hdmi_phy_data *phy, struct seq_file *s) in hdmi_phy_dump()
42 int hdmi_phy_parse_lanes(struct hdmi_phy_data *phy, const u32 *lanes) in hdmi_phy_parse_lanes()
78 static void hdmi_phy_configure_lanes(struct hdmi_phy_data *phy) in hdmi_phy_configure_lanes()
133 int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk, in hdmi_phy_configure()
225 int hdmi_phy_init(struct platform_device *pdev, struct hdmi_phy_data *phy) in hdmi_phy_init()
Dhdmi.h246 struct hdmi_phy_data { struct
316 int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk,
318 void hdmi_phy_dump(struct hdmi_phy_data *phy, struct seq_file *s);
319 int hdmi_phy_init(struct platform_device *pdev, struct hdmi_phy_data *phy);
320 int hdmi_phy_parse_lanes(struct hdmi_phy_data *phy, const u32 *lanes);
324 struct hdmi_phy_data *phy);
346 struct hdmi_phy_data phy;
Dhdmi_common.c12 struct hdmi_phy_data *phy) in hdmi_parse_lanes_of()