|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/device.h>#include <linux/io.h>#include <linux/platform_device.h>#include <linux/slab.h>#include "pinctrl-pxa3xx.h"Go to the source code of this file.
Functions | |
| int | pxa3xx_pinctrl_register (struct platform_device *pdev, struct pxa3xx_pinmux_info *info) |
| int | pxa3xx_pinctrl_unregister (struct platform_device *pdev) |
| core_initcall_sync (pxa3xx_pinctrl_init) | |
| module_exit (pxa3xx_pinctrl_exit) | |
| MODULE_AUTHOR ("Haojian Zhuang <[email protected]>") | |
| MODULE_DESCRIPTION ("PXA3xx pin control driver") | |
| MODULE_LICENSE ("GPL v2") | |
| core_initcall_sync | ( | pxa3xx_pinctrl_init | ) |
| MODULE_AUTHOR | ( | "Haojian Zhuang <[email protected]>" | ) |
| module_exit | ( | pxa3xx_pinctrl_exit | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
| int pxa3xx_pinctrl_register | ( | struct platform_device * | pdev, |
| struct pxa3xx_pinmux_info * | info | ||
| ) |
Definition at line 171 of file pinctrl-pxa3xx.c.
| int pxa3xx_pinctrl_unregister | ( | struct platform_device * | pdev | ) |
Definition at line 210 of file pinctrl-pxa3xx.c.
1.8.2