Lines Matching defs:omap_hdmi
341 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;
356 struct omap_dss_device output;
358 struct platform_device *audio_pdev;
359 void (*audio_abort_cb)(struct device *dev);
360 int wp_idlemode;
362 bool audio_configured;
363 struct omap_dss_audio audio_config;
366 spinlock_t audio_playing_lock;
367 bool audio_playing;
368 bool display_enabled;