Home
last modified time | relevance | path

Searched refs:touch_dev (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/subsys/input/draw_touch_events/src/
Dmain.c35 static const struct device *const touch_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_touch)); variable
64 INPUT_CALLBACK_DEFINE(touch_dev, touch_event_callback, NULL);
113 LOG_INF("Touch sample for touchscreen: %s, dc: %s", touch_dev->name, display_dev->name); in main()
115 if (!device_is_ready(touch_dev)) { in main()
116 LOG_ERR("Device %s not found. Aborting sample.", touch_dev->name); in main()
/Zephyr-latest/tests/drivers/build_all/input/
Dapp.overlay265 touch_dev: ili2132a@9 {