|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/slab.h>#include <linux/module.h>#include <linux/gpio.h>#include <linux/mfd/core.h>#include <linux/platform_device.h>#include <linux/seq_file.h>#include <linux/mfd/wm8350/core.h>#include <linux/mfd/wm8350/gpio.h>Go to the source code of this file.
Data Structures | |
| struct | wm8350_gpio_data |
Functions | |
| subsys_initcall (wm8350_gpio_init) | |
| module_exit (wm8350_gpio_exit) | |
| MODULE_AUTHOR ("Mark Brown <[email protected]>") | |
| MODULE_DESCRIPTION ("GPIO interface for WM8350 PMICs") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("platform:wm8350-gpio") | |
| MODULE_ALIAS | ( | "platform:wm8350-gpio" | ) |
| MODULE_AUTHOR | ( | "Mark Brown <[email protected]>" | ) |
| module_exit | ( | wm8350_gpio_exit | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| subsys_initcall | ( | wm8350_gpio_init | ) |
1.8.2