Searched defs:omap_gpio_switch (Results 1 – 1 of 1) sorted by relevance
23 struct omap_gpio_switch { struct24 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;