Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/input/
Dinput_touch.h42 bool swapped_x_y; member
56 .swapped_x_y = DT_PROP(node_id, swapped_x_y) \
/Zephyr-latest/drivers/input/
Dinput_touch.c13 const uint32_t reported_x_code = cfg->swapped_x_y ? INPUT_ABS_Y : INPUT_ABS_X; in input_touchscreen_report_pos()
14 const uint32_t reported_y_code = cfg->swapped_x_y ? INPUT_ABS_X : INPUT_ABS_Y; in input_touchscreen_report_pos()