Linux Kernel
3.7.1
|
#include <timb_gpio.h>
Data Fields | |
int | gpio_base |
int | nr_pins |
int | irq_base |
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.
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.