Lines Matching full:keycodes
53 u32 keycodes[4]; member
164 touchkey->keycodes[i], 0); in tm2_touchkey_irq_handler()
167 touchkey->keycodes[index], 1); in tm2_touchkey_irq_handler()
222 "linux,keycodes", touchkey->keycodes, 0, in tm2_touchkey_probe()
223 ARRAY_SIZE(touchkey->keycodes)); in tm2_touchkey_probe()
225 /* default keycodes */ in tm2_touchkey_probe()
226 touchkey->keycodes[0] = KEY_PHONE; in tm2_touchkey_probe()
227 touchkey->keycodes[1] = KEY_BACK; in tm2_touchkey_probe()
255 touchkey->input_dev->keycode = touchkey->keycodes; in tm2_touchkey_probe()
257 touchkey->input_dev->keycodesize = sizeof(touchkey->keycodes[0]); in tm2_touchkey_probe()
262 touchkey->keycodes[i]); in tm2_touchkey_probe()