|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/dma-mapping.h>#include <linux/err.h>#include <linux/irq.h>#include <linux/slab.h>#include <linux/platform_device.h>#include <plat/gpio-nomadik.h>#include <mach/hardware.h>#include "devices-common.h"Go to the source code of this file.
Functions | |
| void | dbx500_add_gpios (struct device *parent, resource_size_t *base, int num, int irq, struct nmk_gpio_platform_data *pdata) |
| void dbx500_add_gpios | ( | struct device * | parent, |
| resource_size_t * | base, | ||
| int | num, | ||
| int | irq, | ||
| struct nmk_gpio_platform_data * | pdata | ||
| ) |
Definition at line 48 of file devices-common.c.
1.8.2