Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/interrupt.h>
#include <linux/fb.h>
#include <linux/backlight.h>
#include <asm/hardware/locomo.h>
#include <asm/irq.h>
#include <asm/mach/sharpsl_param.h>
#include <asm/mach-types.h>
#include "../../../arch/arm/mach-sa1100/generic.h"
Go to the source code of this file.
Macros | |
#define | LOCOMOLCD_SUSPENDED 0x01 |
#define | locomolcd_suspend NULL |
#define | locomolcd_resume NULL |
Functions | |
void | locomolcd_power (int on) |
EXPORT_SYMBOL (locomolcd_power) | |
module_init (locomolcd_init) | |
module_exit (locomolcd_exit) | |
MODULE_AUTHOR ("John Lenz <[email protected]>, Pavel Machek <[email protected]>") | |
MODULE_DESCRIPTION ("Collie LCD driver") | |
MODULE_LICENSE ("GPL") | |
#define locomolcd_resume NULL |
Definition at line 165 of file locomolcd.c.
#define locomolcd_suspend NULL |
Definition at line 164 of file locomolcd.c.
#define LOCOMOLCD_SUSPENDED 0x01 |
Definition at line 32 of file locomolcd.c.
EXPORT_SYMBOL | ( | locomolcd_power | ) |
Definition at line 83 of file locomolcd.c.
MODULE_AUTHOR | ( | "John Lenz <[email protected]> | , |
Pavel Machek< pavel @ucw.cz >" | |||
) |
module_exit | ( | locomolcd_exit | ) |
module_init | ( | locomolcd_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |