Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_touch.c15 const uint32_t reported_x = cfg->inverted_x ? cfg->screen_width - x : x; in input_touchscreen_report_pos() local
18 input_report_abs(dev, reported_x_code, reported_x, false, timeout); in input_touchscreen_report_pos()