Searched defs:adp5589_kpad (Results 1 – 1 of 1) sorted by relevance
229 struct adp5589_kpad { struct230 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;[all …]