Linux Kernel
3.7.1
|
#include <linux/gpio.h>
#include <linux/spi/spi.h>
#include <linux/spi/ads7846.h>
#include <linux/platform_data/spi-omap2-mcspi.h>
#include <linux/platform_data/mtd-nand-omap2.h>
#include "common.h"
#include "common-board-devices.h"
Go to the source code of this file.
Functions | |
void __init | omap_ads7846_init (int bus_num, int gpio_pendown, int gpio_debounce, struct ads7846_platform_data *board_pdata) |
void __init | omap_nand_flash_init (int options, struct mtd_partition *parts, int nr_parts) |
void __init omap_ads7846_init | ( | int | bus_num, |
int | gpio_pendown, | ||
int | gpio_debounce, | ||
struct ads7846_platform_data * | board_pdata | ||
) |
Definition at line 100 of file common-board-devices.c.
Definition at line 145 of file common-board-devices.c.