Example #1
0
static s32 gm7121_tv_close(void)
{
    if(tv_source_ops.tcon_disable)
        tv_source_ops.tcon_disable(gm7121_device);
    msleep(100);
    tv_pin_config(0);
    gm7121_tv_power_on(0);
    msleep(500);
    return 0;
}
static s32 ep952_close(void)
{
    printk("%s:%d\n", __func__, __LINE__);
	g_ep952_enabled = 0;
    if(hdmi_source_ops.tcon_disable)
        hdmi_source_ops.tcon_disable(ep952_device);
    msleep(100);
    hdmi_pin_config(0);
    ep952_hdmi_power_on(0);
    msleep(100);
    return 0;
}