Searched refs:compensate_coordinates_by_tilt (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hid/bpf/progs/ |
H A D | XPPen__ArtistPro16Gen2.bpf.c | 180 static void compensate_coordinates_by_tilt(__u8 *data, const __u8 idx, in compensate_coordinates_by_tilt() function 245 compensate_coordinates_by_tilt(data, 2, tilt_x, &angle_offsets_horizontal_14); in xppen_16_fix_angle_offset() 246 compensate_coordinates_by_tilt(data, 4, tilt_y, &angle_offsets_vertical_14); in xppen_16_fix_angle_offset() 248 compensate_coordinates_by_tilt(data, 2, tilt_x, &angle_offsets_horizontal_16); in xppen_16_fix_angle_offset() 249 compensate_coordinates_by_tilt(data, 4, tilt_y, &angle_offsets_vertical_16); in xppen_16_fix_angle_offset()
|