Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_stmpe811.c122 int raw_x_min; member
342 x = (((int)data->touch_x - config->raw_x_min) * common->screen_width) / in stmpe811_report_touch()
343 (config->raw_x_max - config->raw_x_min); in stmpe811_report_touch()
526 DT_INST_PROP_OR(index, raw_x_min, 0), \
537 .raw_x_min = DT_INST_PROP_OR(index, raw_x_min, 0), \