Lines Matching refs:INPUT_EV_KEY
66 zassert_equal(last_events[1].type, INPUT_EV_KEY); in ZTEST()
69 zassert_equal(last_events[0].type, INPUT_EV_KEY); in ZTEST()
79 zassert_equal(last_events[1].type, INPUT_EV_KEY); in ZTEST()
82 zassert_equal(last_events[0].type, INPUT_EV_KEY); in ZTEST()
92 zassert_equal(last_events[1].type, INPUT_EV_KEY); in ZTEST()
95 zassert_equal(last_events[0].type, INPUT_EV_KEY); in ZTEST()
100 zassert_equal(last_events_no_short[1].type, INPUT_EV_KEY); in ZTEST()
103 zassert_equal(last_events_no_short[0].type, INPUT_EV_KEY); in ZTEST()
112 zassert_equal(last_events[1].type, INPUT_EV_KEY); in ZTEST()
115 zassert_equal(last_events[0].type, INPUT_EV_KEY); in ZTEST()
120 zassert_equal(last_events_no_short[1].type, INPUT_EV_KEY); in ZTEST()
123 zassert_equal(last_events_no_short[0].type, INPUT_EV_KEY); in ZTEST()