Searched defs:pm8xxx_keypad_platform_data (Results 1 – 1 of 1) sorted by relevance
33 struct pm8xxx_keypad_platform_data { struct34 const struct matrix_keymap_data *keymap_data;36 const char *input_name;37 const char *input_phys_device;39 unsigned int num_cols;40 unsigned int num_rows;41 unsigned int rows_gpio_start;42 unsigned int cols_gpio_start;44 unsigned int debounce_ms;45 unsigned int scan_delay_ms;[all …]