Searched refs:axis_align (Results 1 – 7 of 7) sorted by relevance
26 struct rmi_2d_axis_alignment *axis_align = &sensor->axis_align; in rmi_2d_sensor_abs_process() local32 if (axis_align->flip_x) in rmi_2d_sensor_abs_process()35 if (axis_align->flip_y) in rmi_2d_sensor_abs_process()38 if (axis_align->swap_axes) in rmi_2d_sensor_abs_process()49 obj->x += axis_align->offset_x; in rmi_2d_sensor_abs_process()50 obj->y += axis_align->offset_y; in rmi_2d_sensor_abs_process()52 obj->x = max(axis_align->clip_x_low, obj->x); in rmi_2d_sensor_abs_process()53 obj->y = max(axis_align->clip_y_low, obj->y); in rmi_2d_sensor_abs_process()55 if (axis_align->clip_x_high) in rmi_2d_sensor_abs_process()58 if (axis_align->clip_y_high) in rmi_2d_sensor_abs_process()[all …]
1126 sensor->axis_align = in rmi_f11_initialize()1127 f11->sensor_pdata.axis_align; in rmi_f11_initialize()1194 if (sensor->axis_align.delta_x_threshold) in rmi_f11_initialize()1196 sensor->axis_align.delta_x_threshold; in rmi_f11_initialize()1198 if (sensor->axis_align.delta_y_threshold) in rmi_f11_initialize()1200 sensor->axis_align.delta_y_threshold; in rmi_f11_initialize()1206 if (sensor->axis_align.delta_x_threshold || in rmi_f11_initialize()1207 sensor->axis_align.delta_y_threshold) { in rmi_f11_initialize()
44 struct rmi_2d_axis_alignment axis_align; member
408 sensor->axis_align = in rmi_f12_probe()409 f12->sensor_pdata.axis_align; in rmi_f12_probe()
91 struct rmi_2d_axis_alignment axis_align; member
582 .axis_align.flip_y = true,
1753 .axis_align.flip_y = true, in synaptics_create_intertouch()