/* Power management functions */
static int ps_hdmi_hpd_suspend(struct device *dev)
{
	pr_debug("Entered %s\n", __func__);

	if (g_context)
		disable_irq(g_context->irq_number);

	ps_hdmi_power_rails_off();
	return 0;
}
/* Power management functions */
static int ps_hdmi_hpd_suspend(struct device *dev)
{
	pr_debug("Entered %s\n", __func__);
	ps_hdmi_power_rails_off();
	return 0;
}