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

#include <gpio_keys.h>

Data Fields

struct gpio_keys_buttonbuttons
 
int nbuttons
 
unsigned int poll_interval
 
unsigned int rep:1
 
int(* enable )(struct device *dev)
 
void(* disable )(struct device *dev)
 
const charname
 

Detailed Description

Definition at line 20 of file gpio_keys.h.

Field Documentation

Definition at line 21 of file gpio_keys.h.

void(* disable)(struct device *dev)

Definition at line 27 of file gpio_keys.h.

int(* enable)(struct device *dev)

Definition at line 26 of file gpio_keys.h.

const char* name

Definition at line 28 of file gpio_keys.h.

int nbuttons

Definition at line 22 of file gpio_keys.h.

unsigned int poll_interval

Definition at line 23 of file gpio_keys.h.

unsigned int rep

Definition at line 25 of file gpio_keys.h.


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