Home
last modified time | relevance | path

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

/drivers/hid/bpf/progs/
A DXPPen__ArtistPro16Gen2.bpf.c209 static void compensate_coordinates_by_tilt(__u8 *data, const __u8 idx, in compensate_coordinates_by_tilt() function
275 compensate_coordinates_by_tilt(data, 2, tilt_x, &angle_offsets_horizontal_14); in xppen_16_fix_angle_offset()
276 compensate_coordinates_by_tilt(data, 4, tilt_y, &angle_offsets_vertical_14); in xppen_16_fix_angle_offset()
279 compensate_coordinates_by_tilt(data, 2, tilt_x, &angle_offsets_horizontal_16); in xppen_16_fix_angle_offset()
280 compensate_coordinates_by_tilt(data, 4, tilt_y, &angle_offsets_vertical_16); in xppen_16_fix_angle_offset()
283 compensate_coordinates_by_tilt(data, 2, tilt_x, &angle_offsets_horizontal_19); in xppen_16_fix_angle_offset()
284 compensate_coordinates_by_tilt(data, 4, tilt_y, &angle_offsets_vertical_19); in xppen_16_fix_angle_offset()

Completed in 6 milliseconds