Example #1
0
void lcd_disable(void)
{
	debug("%s\n", __FUNCTION__);
	//power_off_backlight();
    power_off_lcd();
    tcon_remove();
}
static void __exit t13_exit(void)
{
    power_off_backlight();
    power_off_lcd();

    platform_device_unregister(&tcon_dev);
}
static void t13_power_off(void)
{
	power_off_backlight();
    	power_off_lcd();
}
Example #4
0
static void t13_power_off(void)
{
    power_off_lcd();
}
static void t13_io_init(void)
{
    //printk("\n\nT13 LCD Init.\n\n");    
    power_off_lcd();	
	//power_on_backlight();	//disable when required power sequence.
}
void shut_down_lcd(void)
{
	printk("shut down lcd...\n");
	power_off_backlight();
    power_off_lcd();
}
Example #7
0
void lcd_disable(void)
{
    power_off_backlight();
    power_off_lcd();
    tcon_remove();
}
Example #8
0
static void t13_io_init(void)
{
    printk("\n\nT13 LCD Init.\n\n");    
    //power_on_lcd(); 
    power_off_lcd();	
}
Example #9
0
static void lcd_power_off(void)
{
	debug("%s\n", __FUNCTION__);
	//power_off_backlight();
    power_off_lcd();
}