|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/gpio.h>#include <linux/slab.h>#include <linux/spinlock.h>#include <linux/module.h>#include <linux/platform_device.h>#include <linux/pinctrl/consumer.h>#include <linux/sh_pfc.h>Go to the source code of this file.
Data Structures | |
| struct | sh_pfc_chip |
Macros | |
| #define | pr_fmt(fmt) "sh_pfc " KBUILD_MODNAME ": " fmt |
Functions | |
| int | sh_pfc_register_gpiochip (struct sh_pfc *pfc) |
| EXPORT_SYMBOL_GPL (sh_pfc_register_gpiochip) | |
| module_init (sh_pfc_gpio_init) | |
| module_exit (sh_pfc_gpio_exit) | |
| MODULE_AUTHOR ("Magnus Damm, Paul Mundt") | |
| MODULE_DESCRIPTION ("GPIO driver for SuperH pin function controller") | |
| MODULE_LICENSE ("GPL v2") | |
| MODULE_ALIAS ("platform:pfc-gpio") | |
| EXPORT_SYMBOL_GPL | ( | sh_pfc_register_gpiochip | ) |
| MODULE_ALIAS | ( | "platform:pfc-gpio" | ) |
| MODULE_AUTHOR | ( | "Magnus | Damm, |
| Paul Mundt" | |||
| ) |
| MODULE_DESCRIPTION | ( | "GPIO driver for SuperH pin function controller" | ) |
| module_exit | ( | sh_pfc_gpio_exit | ) |
| module_init | ( | sh_pfc_gpio_init | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
1.8.2