Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
Dhdmi.h349 struct omap_hdmi { struct
350 struct mutex lock;
351 struct platform_device *pdev;
352 struct dss_device *dss;
354 struct dss_debugfs_entry *debugfs;
356 struct hdmi_wp_data wp;
357 struct hdmi_pll_data pll;
358 struct hdmi_phy_data phy;
359 struct hdmi_core_data core;
383 #define drm_bridge_to_hdmi(b) container_of(b, struct omap_hdmi, bridge) argument
/kernel/linux/linux-4.19/drivers/gpu/drm/omapdrm/dss/
Dhdmi.h359 struct omap_hdmi { struct
360 struct mutex lock;
361 struct platform_device *pdev;
362 struct dss_device *dss;
364 struct dss_debugfs_entry *debugfs;
366 struct hdmi_wp_data wp;
367 struct hdmi_pll_data pll;
368 struct hdmi_phy_data phy;
392 #define dssdev_to_hdmi(dssdev) container_of(dssdev, struct omap_hdmi, output) argument
/kernel/linux/linux-4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi.h341 struct omap_hdmi { struct
342 struct mutex lock;
343 struct platform_device *pdev;
345 struct hdmi_wp_data wp;
346 struct hdmi_pll_data pll;
347 struct hdmi_phy_data phy;
348 struct hdmi_core_data core;
350 struct hdmi_config cfg;
352 struct regulator *vdda_reg;
354 bool core_enabled;
[all …]
/kernel/linux/linux-5.10/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 …]