Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
stmpe_gpio_platform_data Struct Reference

#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)
 

Detailed Description

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

Definition at line 138 of file stmpe.h.

Field Documentation

int gpio_base

Definition at line 139 of file stmpe.h.

unsigned norequest_mask

Definition at line 140 of file stmpe.h.

void(* remove)(struct stmpe *stmpe, unsigned gpio_base)

Definition at line 142 of file stmpe.h.

Definition at line 141 of file stmpe.h.


The documentation for this struct was generated from the following file: