num_keycodes 54 drivers/input/keyboard/tm2-touchkey.c int num_keycodes; num_keycodes 153 drivers/input/keyboard/tm2-touchkey.c if (index < 0 || index >= touchkey->num_keycodes) { num_keycodes 160 drivers/input/keyboard/tm2-touchkey.c for (i = 0; i < touchkey->num_keycodes; i++) num_keycodes 218 drivers/input/keyboard/tm2-touchkey.c touchkey->num_keycodes = of_property_read_variable_u32_array(np, num_keycodes 221 drivers/input/keyboard/tm2-touchkey.c if (touchkey->num_keycodes <= 0) { num_keycodes 225 drivers/input/keyboard/tm2-touchkey.c touchkey->num_keycodes = 2; num_keycodes 252 drivers/input/keyboard/tm2-touchkey.c for (i = 0; i < touchkey->num_keycodes; i++)