Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/gpio.h>
#include <linux/platform_device.h>
#include <linux/seq_file.h>
#include <linux/mfd/arizona/core.h>
#include <linux/mfd/arizona/pdata.h>
#include <linux/mfd/arizona/registers.h>
Go to the source code of this file.
Data Structures | |
struct | arizona_gpio |
Functions | |
module_platform_driver (arizona_gpio_driver) | |
MODULE_AUTHOR ("Mark Brown <[email protected]>") | |
MODULE_DESCRIPTION ("GPIO interface for Arizona devices") | |
MODULE_LICENSE ("GPL") | |
MODULE_ALIAS ("platform:arizona-gpio") | |
MODULE_ALIAS | ( | "platform:arizona-gpio" | ) |
MODULE_AUTHOR | ( | "Mark Brown <[email protected]>" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_platform_driver | ( | arizona_gpio_driver | ) |