Home
last modified time | relevance | path

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

/linux/drivers/hid/bpf/progs/
H A DXPPen__ArtistPro16Gen2.bpf.c181 const __s8 tilt, const __u16 (*compensation_table)[128]) in compensate_coordinates_by_tilt() argument
188 …__u8 direction = tilt > 0 ? 0 : 1; /* Positive tilt means we need to subtract the compensation (vs… in compensate_coordinates_by_tilt()
189 __u8 angle = tilt > 0 ? tilt : -tilt; in compensate_coordinates_by_tilt()
/linux/drivers/hid/
H A Dhid-roccat-kone.h156 uint8_t tilt; /* right = 1, left = -1 */
H A Dhid-roccat-kone.c862 if (memcmp(&kone->last_mouse_event.tilt, &event->tilt, 5)) in kone_raw_event()
/linux/Documentation/userspace-api/media/drivers/
H A Duvcvideo.rst126 a UVC pan/tilt control could be mapped to separate pan and tilt V4L2
/linux/Documentation/devicetree/bindings/iio/
H A Dmount-matrix.txt59 If you tilt the device, the g vector virtually coming out of the display
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pci-defs.h448 uint32_t tilt:4; member
460 uint32_t tilt:4;
/linux/Documentation/input/
H A Dmulti-touch-protocol.rst411 .. [#f1] Also, the difference (TOOL_X - POSITION_X) can be used to model tilt.