Lines Matching defs:omap_hdmi
340 struct omap_hdmi { struct
341 struct mutex lock;
342 struct platform_device *pdev;
344 struct hdmi_wp_data wp;
345 struct hdmi_pll_data pll;
346 struct hdmi_phy_data phy;
347 struct hdmi_core_data core;
349 struct hdmi_config cfg;
351 struct regulator *vdda_reg;
353 bool core_enabled;
355 struct omap_dss_device output;
357 struct platform_device *audio_pdev;
358 void (*audio_abort_cb)(struct device *dev);
359 int wp_idlemode;
361 bool audio_configured;
362 struct omap_dss_audio audio_config;
365 spinlock_t audio_playing_lock;
366 bool audio_playing;
367 bool display_enabled;