Linux Kernel
3.7.1
|
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/gpio.h>
#include <mach/hardware.h>
#include <asm/mach/map.h>
#include <mach/iomux-v3.h>
Go to the source code of this file.
Functions | |
int | mxc_iomux_v3_setup_pad (iomux_v3_cfg_t pad) |
EXPORT_SYMBOL (mxc_iomux_v3_setup_pad) | |
int | mxc_iomux_v3_setup_multiple_pads (iomux_v3_cfg_t *pad_list, unsigned count) |
EXPORT_SYMBOL (mxc_iomux_v3_setup_multiple_pads) | |
void | mxc_iomux_v3_init (void __iomem *iomux_v3_base) |
EXPORT_SYMBOL | ( | mxc_iomux_v3_setup_pad | ) |
EXPORT_SYMBOL | ( | mxc_iomux_v3_setup_multiple_pads | ) |
Definition at line 75 of file iomux-v3.c.
int mxc_iomux_v3_setup_multiple_pads | ( | iomux_v3_cfg_t * | pad_list, |
unsigned | count | ||
) |
Definition at line 59 of file iomux-v3.c.
int mxc_iomux_v3_setup_pad | ( | iomux_v3_cfg_t | pad | ) |
Definition at line 37 of file iomux-v3.c.