Searched defs:omap_hdmi (Results 1 – 2 of 2) sorted by relevance
348 struct omap_hdmi { struct349 struct mutex lock;350 struct platform_device *pdev;351 struct dss_device *dss;353 struct dss_debugfs_entry *debugfs;355 struct hdmi_wp_data wp;356 struct hdmi_pll_data pll;357 struct hdmi_phy_data phy;381 #define dssdev_to_hdmi(dssdev) container_of(dssdev, struct omap_hdmi, output) argument
330 struct omap_hdmi { struct331 struct mutex lock;332 struct platform_device *pdev;334 struct hdmi_wp_data wp;335 struct hdmi_pll_data pll;336 struct hdmi_phy_data phy;337 struct hdmi_core_data core;339 struct hdmi_config cfg;341 struct regulator *vdda_reg;343 bool core_enabled;[all …]