Searched refs:touch_dev (Results 1 – 2 of 2) sorted by relevance
35 static const struct device *const touch_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_touch)); variable64 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()
265 touch_dev: ili2132a@9 {