Lines Matching defs:omap_hdmi
330 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;
345 struct omap_dss_device output;
347 struct platform_device *audio_pdev;
348 void (*audio_abort_cb)(struct device *dev);
349 int wp_idlemode;
351 bool audio_configured;
352 struct omap_dss_audio audio_config;
355 spinlock_t audio_playing_lock;
356 bool audio_playing;
357 bool display_enabled;