Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_touch.c14 const uint32_t reported_y_code = cfg->swapped_x_y ? INPUT_ABS_X : INPUT_ABS_Y; in input_touchscreen_report_pos() local
19 input_report_abs(dev, reported_y_code, reported_y, false, timeout); in input_touchscreen_report_pos()