Searched refs:swapped_x_y (Results 1 – 2 of 2) sorted by relevance
42 bool swapped_x_y; member56 .swapped_x_y = DT_PROP(node_id, swapped_x_y) \
13 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()