|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/kernel.h>#include <linux/slab.h>#include <linux/module.h>#include <linux/platform_device.h>#include <linux/device.h>#include <linux/gpio.h>#include <linux/mfd/rc5t583.h>Go to the source code of this file.
Data Structures | |
| struct | rc5t583_gpio |
Functions | |
| subsys_initcall (rc5t583_gpio_init) | |
| module_exit (rc5t583_gpio_exit) | |
| MODULE_AUTHOR ("Laxman Dewangan <[email protected]>") | |
| MODULE_DESCRIPTION ("GPIO interface for RC5T583") | |
| MODULE_LICENSE ("GPL v2") | |
| MODULE_ALIAS ("platform:rc5t583-gpio") | |
| MODULE_ALIAS | ( | "platform:rc5t583-gpio" | ) |
| MODULE_AUTHOR | ( | "Laxman Dewangan <[email protected]>" | ) |
| module_exit | ( | rc5t583_gpio_exit | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
| subsys_initcall | ( | rc5t583_gpio_init | ) |
1.8.2