Searched refs:tilt (Results 1 – 9 of 9) sorted by relevance
1 Driver for tilt-switches connected via GPIOs4 Generic driver to read data from tilt switches connected via gpios.5 Orientation can be provided by one or more than one tilt switches,6 i.e. each tilt switch providing one axis, and the number of axes14 that represent the current tilt state.30 Example configuration for a single TS1003 tilt switch that rotates around31 one axis in 4 steps and emits the current tilt via two GPIOs.98 .name = "gpio-tilt-polled",
414 [1] Also, the difference (TOOL_X - POSITION_X) can be used to model tilt.
31 - gpio-tilt-polled: drivers/input/misc/gpio_tilt_polled.c provides tilt33 machine if for nothing else. It can detect different tilt angles of the
158 uint8_t tilt; /* right = 1, left = -1 */ member
853 if (memcmp(&kone->last_mouse_event.tilt, &event->tilt, 5)) in kone_raw_event()857 memset(&event->tilt, 0, 5); in kone_raw_event()
117 a UVC pan/tilt control could be mapped to separate pan and tilt V4L2
268 tristate "Polled GPIO tilt switch"272 This driver implements support for tilt switches connected
561 uint32_t tilt:4; member573 uint32_t tilt:4;
1296 or without compensation from tilt sensors.