Home
last modified time | relevance | path

Searched defs:omap_hdmi (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/
Dhdmi.h348 struct omap_hdmi { struct
349 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
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi.h330 struct omap_hdmi { struct
331 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 …]