Searched refs:hdmi_phy_data (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | hdmi_phy.c | 29 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()
|
D | hdmi.h | 246 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;
|
D | hdmi_common.c | 12 struct hdmi_phy_data *phy) in hdmi_parse_lanes_of()
|