Home
last modified time | relevance | path

Searched defs:omap_gpio_switch (Results 1 – 1 of 1) sorted by relevance

/development/ndk/platforms/android-9/arch-arm/include/asm/arch/
Dgpio-switch.h23 struct omap_gpio_switch { struct
24 const char *name;
25 s16 gpio;
26 unsigned flags:4;
27 unsigned type:4;
29 u16 debounce_rising;
31 u16 debounce_falling;
33 void (* notify)(void *data, int state);
34 void *notify_data;