Ejemplo n.º 1
0
static void acc_con_late_resume(struct early_suspend *early_sus)
{
	struct  acc_con_info *acc = container_of(early_sus,
		struct acc_con_info, early_suspend);

	printk(KERN_ERR "%s\n", __func__);
#ifdef CONFIG_MHL_SII9234_ALLOW_SUSPEND
	if (acc->mhl_pwr_state)
		HotPlugService();
#endif
}
Ejemplo n.º 2
0
static void OnDownstreamRxPoweredUp(struct hdmi_info *hdmi)
{
        HDMI_DBG("%s\n", __func__);
	dsRxPoweredUp = true;
	HotPlugService(hdmi);
#ifdef CONFIG_HTC_HEADSET_MGR
	/* send cable in event */
	switch_send_event(BIT_HDMI_CABLE, 1);
	HDMI_DBG("Cable inserted.\n");
#endif
	pvid_mode = vid_mode;
        hdmi_active9022_dup(hdmi->client);
}