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

#include <timb_gpio.h>

Data Fields

int gpio_base
 
int nr_pins
 
int irq_base
 

Detailed Description

struct timbgpio_platform_data - Platform data of the Timberdale GPIO driver The number of the first GPIO pin, set to -1 for dynamic number allocation. Number of pins that is supported by the hardware (1-32) If IRQ is supported by the hardware, this is the base number of IRQ:s. One IRQ per pin will be used. Set to -1 if IRQ:s is not supported.

Definition at line 31 of file timb_gpio.h.

Field Documentation

int gpio_base

Definition at line 32 of file timb_gpio.h.

int irq_base

Definition at line 34 of file timb_gpio.h.

int nr_pins

Definition at line 33 of file timb_gpio.h.


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