Lines Matching refs:code
27 TC_PRINT("%s: %d %x %d\n", __func__, event_count, evt->code, evt->value); in test_cb()
39 TC_PRINT("%s: %d %x %d\n", __func__, event_count_no_short, evt->code, evt->value); in test_cb_no_short()
67 zassert_equal(last_events[1].code, INPUT_KEY_A); in ZTEST()
70 zassert_equal(last_events[0].code, INPUT_KEY_A); in ZTEST()
80 zassert_equal(last_events[1].code, INPUT_KEY_B); in ZTEST()
83 zassert_equal(last_events[0].code, INPUT_KEY_B); in ZTEST()
93 zassert_equal(last_events[1].code, INPUT_KEY_X); in ZTEST()
96 zassert_equal(last_events[0].code, INPUT_KEY_X); in ZTEST()
101 zassert_equal(last_events_no_short[1].code, INPUT_KEY_X); in ZTEST()
104 zassert_equal(last_events_no_short[0].code, INPUT_KEY_X); in ZTEST()
113 zassert_equal(last_events[1].code, INPUT_KEY_Y); in ZTEST()
116 zassert_equal(last_events[0].code, INPUT_KEY_Y); in ZTEST()
121 zassert_equal(last_events_no_short[1].code, INPUT_KEY_Y); in ZTEST()
124 zassert_equal(last_events_no_short[0].code, INPUT_KEY_Y); in ZTEST()