Home
last modified time | relevance | path

Searched refs:iqs62x_keys (Results 1 – 1 of 1) sorted by relevance

/drivers/input/keyboard/
Diqs62x-keys.c46 struct iqs62x_keys_private *iqs62x_keys) in iqs62x_keys_parse_prop() argument
60 iqs62x_keys->keycodemax = ret; in iqs62x_keys_parse_prop()
63 iqs62x_keys->keycode, in iqs62x_keys_parse_prop()
64 iqs62x_keys->keycodemax); in iqs62x_keys_parse_prop()
70 for (i = 0; i < ARRAY_SIZE(iqs62x_keys->switches); i++) { in iqs62x_keys_parse_prop()
83 iqs62x_keys->switches[i].code = val; in iqs62x_keys_parse_prop()
84 iqs62x_keys->switches[i].enabled = true; in iqs62x_keys_parse_prop()
87 iqs62x_keys->switches[i].flag = (i == IQS62X_SW_HALL_N ? in iqs62x_keys_parse_prop()
91 iqs62x_keys->switches[i].flag = (i == IQS62X_SW_HALL_N ? in iqs62x_keys_parse_prop()
101 static int iqs62x_keys_init(struct iqs62x_keys_private *iqs62x_keys) in iqs62x_keys_init() argument
[all …]