Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/platform_data/
H A Dmcs.h26 unsigned int key_maxval; member
/openbmc/linux/drivers/input/keyboard/
H A Dmcs_touchkey.c120 struct_size(data, keycodes, pdata->key_maxval + 1), in mcs_touchkey_probe()
161 input_dev->keycodemax = pdata->key_maxval + 1; in mcs_touchkey_probe()