Searched defs:gpio_tilt_platform_data (Results 1 – 1 of 1) sorted by relevance
56 struct gpio_tilt_platform_data { struct57 struct gpio *gpios;58 int nr_gpios;60 struct gpio_tilt_axis *axes;61 int nr_axes;63 struct gpio_tilt_state *states;64 int nr_states;66 int debounce_interval;68 unsigned int poll_interval;69 int (*enable)(struct device *dev);[all …]