Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_stmpe811.c123 int raw_y_min; member
344 y = (((int)data->touch_y - config->raw_y_min) * common->screen_height) / in stmpe811_report_touch()
345 (config->raw_y_max - config->raw_y_min); in stmpe811_report_touch()
529 DT_INST_PROP_OR(index, raw_y_min, 0), \
538 .raw_y_min = DT_INST_PROP_OR(index, raw_y_min, 0), \