Linux Kernel
3.7.1
|
#include <stmpe.h>
Data Fields | |
int | gpio_base |
unsigned | norequest_mask |
void(* | setup )(struct stmpe *stmpe, unsigned gpio_base) |
void(* | remove )(struct stmpe *stmpe, unsigned gpio_base) |
struct stmpe_gpio_platform_data - STMPE GPIO platform data : first gpio number assigned. A maximum of STMPE_NR_GPIOS GPIOs will be allocated. : bitmask specifying which GPIOs should not be requestable due to different usage (e.g. touch, keypad) STMPE_GPIO_NOREQ_* macros can be used here. : board specific setup callback. : board specific remove callback