|
Linux Kernel
3.7.1
|
#include <linux/wait.h>#include <linux/fb.h>#include <linux/delay.h>#include <linux/gpio.h>#include <linux/spi/spi.h>#include <linux/irq.h>#include <linux/interrupt.h>#include <linux/kernel.h>#include <linux/lcd.h>#include <linux/backlight.h>#include <linux/module.h>#include "s6e63m0_gamma.h"Go to the source code of this file.
Data Structures | |
| struct | s6e63m0 |
Macros | |
| #define | SLEEPMSEC 0x1000 |
| #define | ENDDEF 0x2000 |
| #define | DEFMASK 0xFF00 |
| #define | COMMAND_ONLY 0xFE |
| #define | DATA_ONLY 0xFF |
| #define | MIN_BRIGHTNESS 0 |
| #define | MAX_BRIGHTNESS 10 |
| #define | POWER_IS_ON(pwr) ((pwr) <= FB_BLANK_NORMAL) |
| #define | s6e63m0_suspend NULL |
| #define | s6e63m0_resume NULL |
Functions | |
| module_spi_driver (s6e63m0_driver) | |
| MODULE_AUTHOR ("InKi Dae <[email protected]>") | |
| MODULE_DESCRIPTION ("S6E63M0 LCD Driver") | |
| MODULE_LICENSE ("GPL") | |
| #define POWER_IS_ON | ( | pwr | ) | ((pwr) <= FB_BLANK_NORMAL) |
| MODULE_AUTHOR | ( | "InKi Dae <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "S6E63M0 LCD Driver" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_spi_driver | ( | s6e63m0_driver | ) |
1.8.2