linux/drivers/video/mxc/mxcfb_seiko_wvga.c File Reference

MXC Frame buffer driver for SDC. More...

Functions

static void lcd_poweron (void)
static int __devinit lcd_probe (struct platform_device *pdev)

Variables

static struct platform_driver lcd_driver

Detailed Description

MXC Frame buffer driver for SDC.


Function Documentation

static void lcd_poweron ( void   )  [static]

Include files

Referenced by lcd_probe().

static int __devinit lcd_probe ( struct platform_device *  pdev  )  [static]

This function is called whenever the platform device is detected.

Parameters:
pdev the platform device
Returns:
Returns 0 on SUCCESS and error on FAILURE.

References lcd_poweron().


Variable Documentation

struct platform_driver lcd_driver [static]
Initial value:
 {
        .driver = {
                   .name = "lcd_seiko"},
        .probe = lcd_probe,
        .remove = __devexit_p(lcd_remove),
        .suspend = lcd_suspend,
        .resume = lcd_resume,
}

platform driver structure for SEIKO WVGA

footer
©  Freescale Semiconductor, Inc., 2007.  All rights reserved.
Freescale Confidential Proprietary
NDA Required
doxygen