Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
auo_k190x.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/gpio.h>
#include <linux/pm_runtime.h>
#include <linux/fb.h>
#include <linux/delay.h>
#include <linux/uaccess.h>
#include <linux/vmalloc.h>
#include <linux/regulator/consumer.h>
#include <video/auo_k190xfb.h>
#include "auo_k190x.h"

Go to the source code of this file.

Data Structures

struct  panel_info
 

Functions

void auok190x_send_command_nowait (struct auok190xfb_par *par, u16 data)
 
 EXPORT_SYMBOL_GPL (auok190x_send_command_nowait)
 
void auok190x_send_cmdargs_nowait (struct auok190xfb_par *par, u16 cmd, int argc, u16 *argv)
 
 EXPORT_SYMBOL_GPL (auok190x_send_cmdargs_nowait)
 
int auok190x_send_command (struct auok190xfb_par *par, u16 data)
 
 EXPORT_SYMBOL_GPL (auok190x_send_command)
 
int auok190x_send_cmdargs (struct auok190xfb_par *par, u16 cmd, int argc, u16 *argv)
 
 EXPORT_SYMBOL_GPL (auok190x_send_cmdargs)
 
int auok190x_read_cmdargs (struct auok190xfb_par *par, u16 cmd, int argc, u16 *argv)
 
 EXPORT_SYMBOL_GPL (auok190x_read_cmdargs)
 
void auok190x_send_cmdargs_pixels_nowait (struct auok190xfb_par *par, u16 cmd, int argc, u16 *argv, int size, u16 *data)
 
 EXPORT_SYMBOL_GPL (auok190x_send_cmdargs_pixels_nowait)
 
int auok190x_send_cmdargs_pixels (struct auok190xfb_par *par, u16 cmd, int argc, u16 *argv, int size, u16 *data)
 
 EXPORT_SYMBOL_GPL (auok190x_send_cmdargs_pixels)
 
 EXPORT_SYMBOL_GPL (auok190x_pm)
 
int __devinit auok190x_common_probe (struct platform_device *pdev, struct auok190x_init_data *init)
 
 EXPORT_SYMBOL_GPL (auok190x_common_probe)
 
int __devexit auok190x_common_remove (struct platform_device *pdev)
 
 EXPORT_SYMBOL_GPL (auok190x_common_remove)
 
 MODULE_DESCRIPTION ("Common code for AUO-K190X controllers")
 
 MODULE_AUTHOR ("Heiko Stuebner <[email protected]>")
 
 MODULE_LICENSE ("GPL")
 

Variables

struct dev_pm_ops auok190x_pm
 

Function Documentation

int __devinit auok190x_common_probe ( struct platform_device pdev,
struct auok190x_init_data init 
)

Definition at line 776 of file auo_k190x.c.

int __devexit auok190x_common_remove ( struct platform_device pdev)

Definition at line 1009 of file auo_k190x.c.

int auok190x_read_cmdargs ( struct auok190xfb_par par,
u16  cmd,
int  argc,
u16 argv 
)

Definition at line 157 of file auo_k190x.c.

int auok190x_send_cmdargs ( struct auok190xfb_par par,
u16  cmd,
int  argc,
u16 argv 
)

Definition at line 143 of file auo_k190x.c.

void auok190x_send_cmdargs_nowait ( struct auok190xfb_par par,
u16  cmd,
int  argc,
u16 argv 
)

Definition at line 116 of file auo_k190x.c.

int auok190x_send_cmdargs_pixels ( struct auok190xfb_par par,
u16  cmd,
int  argc,
u16 argv,
int  size,
u16 data 
)

Definition at line 195 of file auo_k190x.c.

void auok190x_send_cmdargs_pixels_nowait ( struct auok190xfb_par par,
u16  cmd,
int  argc,
u16 argv,
int  size,
u16 data 
)

Definition at line 177 of file auo_k190x.c.

int auok190x_send_command ( struct auok190xfb_par par,
u16  data 
)

Definition at line 130 of file auo_k190x.c.

void auok190x_send_command_nowait ( struct auok190xfb_par par,
u16  data 
)

Definition at line 108 of file auo_k190x.c.

EXPORT_SYMBOL_GPL ( auok190x_send_command_nowait  )
EXPORT_SYMBOL_GPL ( auok190x_send_cmdargs_nowait  )
EXPORT_SYMBOL_GPL ( auok190x_send_command  )
EXPORT_SYMBOL_GPL ( auok190x_send_cmdargs  )
EXPORT_SYMBOL_GPL ( auok190x_read_cmdargs  )
EXPORT_SYMBOL_GPL ( auok190x_send_cmdargs_pixels_nowait  )
EXPORT_SYMBOL_GPL ( auok190x_send_cmdargs_pixels  )
EXPORT_SYMBOL_GPL ( auok190x_pm  )
EXPORT_SYMBOL_GPL ( auok190x_common_probe  )
EXPORT_SYMBOL_GPL ( auok190x_common_remove  )
MODULE_AUTHOR ( "Heiko Stuebner <[email protected]>"  )
MODULE_DESCRIPTION ( "Common code for AUO-K190X controllers"  )
MODULE_LICENSE ( "GPL"  )

Variable Documentation

struct dev_pm_ops auok190x_pm
Initial value:
= {
SET_RUNTIME_PM_OPS(auok190x_runtime_suspend, auok190x_runtime_resume,
}

Definition at line 765 of file auo_k190x.c.