|
Linux Kernel
3.7.1
|
#include <linux/errno.h>#include <linux/gpio.h>#include <linux/kernel.h>#include <linux/module.h>#include <linux/mfd/tps6586x.h>#include <linux/of_device.h>#include <linux/platform_device.h>Go to the source code of this file.
Data Structures | |
| struct | tps6586x_gpio |
Macros | |
| #define | TPS6586X_GPIOSET1 0x5d |
| #define | TPS6586X_GPIOSET2 0x5e |
Functions | |
| subsys_initcall (tps6586x_gpio_init) | |
| module_exit (tps6586x_gpio_exit) | |
| MODULE_ALIAS ("platform:tps6586x-gpio") | |
| MODULE_DESCRIPTION ("GPIO interface for TPS6586X PMIC") | |
| MODULE_AUTHOR ("Laxman Dewangan <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
| #define TPS6586X_GPIOSET1 0x5d |
Definition at line 33 of file gpio-tps6586x.c.
| #define TPS6586X_GPIOSET2 0x5e |
Definition at line 34 of file gpio-tps6586x.c.
| MODULE_ALIAS | ( | "platform:tps6586x-gpio" | ) |
| MODULE_AUTHOR | ( | "Laxman Dewangan <[email protected]>" | ) |
| module_exit | ( | tps6586x_gpio_exit | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| subsys_initcall | ( | tps6586x_gpio_init | ) |
1.8.2