Lines Matching defs:adp5589_kpad
229 struct adp5589_kpad { struct
230 struct i2c_client *client;
231 struct input_dev *input;
232 const struct adp_constants *var;
233 unsigned short keycode[ADP5589_KEYMAPSIZE];
234 const struct adp5589_gpi_map *gpimap;
235 unsigned short gpimapsize;
236 unsigned extend_cfg;
237 bool is_adp5585;
238 bool adp5585_support_row5;
240 unsigned char gpiomap[ADP5589_MAXGPIO];
241 bool export_gpio;
242 struct gpio_chip gc;
243 struct mutex gpio_lock; /* Protect cached dir, dat_out */
244 u8 dat_out[3];
245 u8 dir[3];