|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/slab.h>#include <linux/interrupt.h>#include <linux/irq.h>#include <linux/platform_device.h>#include <linux/err.h>#include <linux/mutex.h>#include <linux/hwmon.h>#include <linux/gpio.h>#include <linux/gpio-fan.h>#include <linux/of_platform.h>#include <linux/of_gpio.h>Go to the source code of this file.
Data Structures | |
| struct | gpio_fan_data |
Macros | |
| #define | GPIO_FAN_PM NULL |
Functions | |
| module_platform_driver (gpio_fan_driver) | |
| MODULE_AUTHOR ("Simon Guinot <[email protected]>") | |
| MODULE_DESCRIPTION ("GPIO FAN driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("platform:gpio-fan") | |
| #define GPIO_FAN_PM NULL |
Definition at line 624 of file gpio-fan.c.
| MODULE_ALIAS | ( | "platform:gpio-fan" | ) |
| MODULE_AUTHOR | ( | "Simon Guinot <[email protected]>" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_platform_driver | ( | gpio_fan_driver | ) |
1.8.2