|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/interrupt.h>#include <linux/platform_device.h>#include <linux/slab.h>#include <linux/workqueue.h>#include <linux/gpio.h>#include <linux/extcon.h>#include <linux/extcon/extcon_gpio.h>Go to the source code of this file.
Data Structures | |
| struct | gpio_extcon_data |
Functions | |
| module_platform_driver (gpio_extcon_driver) | |
| MODULE_AUTHOR ("Mike Lockwood <[email protected]>") | |
| MODULE_DESCRIPTION ("GPIO extcon driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Mike Lockwood <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "GPIO extcon driver" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | gpio_extcon_driver | ) |
1.8.2