Home
last modified time | relevance | path

Searched refs:test_cb (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/subsys/input/double_tap/src/
Dmain.c23 static void test_cb(struct input_event *evt, void *user_data) in test_cb() function
31 INPUT_CALLBACK_DEFINE(double_tap_dev, test_cb, NULL);
/Zephyr-latest/tests/lib/fdtable/src/
Dmain.c136 static void test_cb(void *p1, void *p2, void *p3) in test_cb() function
169 test_cb, in ZTEST()
/Zephyr-latest/tests/subsys/input/longpress/src/
Dmain.c25 static void test_cb(struct input_event *evt, void *user_data) in test_cb() function
33 INPUT_CALLBACK_DEFINE(longpress_dev, test_cb, NULL);
/Zephyr-latest/tests/drivers/input/kbd_matrix/src/
Dmain.c106 static void test_cb(struct input_event *evt, void *user_data) in test_cb() function
131 INPUT_CALLBACK_DEFINE(test_dev, test_cb, NULL);
/Zephyr-latest/tests/drivers/input/gpio_kbd_matrix/src/
Dmain.c198 static void test_cb(struct input_event *evt, void *user_data) in test_cb() function
223 INPUT_CALLBACK_DEFINE(NULL, test_cb, NULL);
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c646 static void test_cb(void *a, void *b, void *c) in test_cb() function
659 k_thread_user_mode_enter(test_cb, a, b, c); in test_cb()
683 K_THREAD_STACK_SIZEOF(ztest_thread_stack), test_cb, suite, test, in run_test()