Lines Matching defs:pm8xxx_keypad_platform_data
33 struct pm8xxx_keypad_platform_data { struct
34 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;
46 unsigned int row_hold_ns;
48 bool wakeup;
49 bool rep;