|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/delay.h>#include <linux/device.h>#include <linux/backlight.h>#include <linux/fb.h>#include <linux/err.h>#include <linux/slab.h>#include <video/omapdss.h>Go to the source code of this file.
Data Structures | |
| struct | sharp_data |
Functions | |
| module_init (sharp_ls_panel_drv_init) | |
| module_exit (sharp_ls_panel_drv_exit) | |
| MODULE_LICENSE ("GPL") | |
| module_exit | ( | sharp_ls_panel_drv_exit | ) |
| module_init | ( | sharp_ls_panel_drv_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2