Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/mfd/
Diqs62x.h35 #define IQS62X_NUM_KEYS 16 macro
36 #define IQS62X_NUM_EVENTS (IQS62X_NUM_KEYS + 6)
/linux-6.1.9/drivers/input/keyboard/
Diqs62x-keys.c40 unsigned int keycode[IQS62X_NUM_KEYS];
53 if (ret > IQS62X_NUM_KEYS) { in iqs62x_keys_parse_prop()