Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
ili9320.h File Reference

Go to the source code of this file.

Data Structures

struct  ili9320_reg
 
struct  ili9320_client
 
struct  ili9320_spi
 
struct  ili9320
 

Functions

int ili9320_write (struct ili9320 *ili, unsigned int reg, unsigned int value)
 
int ili9320_write_regs (struct ili9320 *ili, struct ili9320_reg *values, int nr_values)
 
int ili9320_probe_spi (struct spi_device *spi, struct ili9320_client *cli)
 
int ili9320_remove (struct ili9320 *lcd)
 
void ili9320_shutdown (struct ili9320 *lcd)
 
int ili9320_suspend (struct ili9320 *lcd, pm_message_t state)
 
int ili9320_resume (struct ili9320 *lcd)
 

Function Documentation

int ili9320_probe_spi ( struct spi_device spi,
struct ili9320_client cli 
)

Definition at line 200 of file ili9320.c.

int ili9320_remove ( struct ili9320 lcd)

Definition at line 266 of file ili9320.c.

int ili9320_resume ( struct ili9320 lcd)
void ili9320_shutdown ( struct ili9320 lcd)

Definition at line 317 of file ili9320.c.

int ili9320_suspend ( struct ili9320 lcd,
pm_message_t  state 
)
int ili9320_write ( struct ili9320 ili,
unsigned int  reg,
unsigned int  value 
)

Definition at line 54 of file ili9320.c.

int ili9320_write_regs ( struct ili9320 ili,
struct ili9320_reg values,
int  nr_values 
)

Definition at line 62 of file ili9320.c.