Searched refs:motion (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-iio-accel-bmc150 | 1 What: /sys/bus/iio/devices/triggerX/name = "bmc150_accel-any-motion-devX" 7 only when there is any motion.
|
D | sysfs-bus-iio-gyro-bmg160 | 1 What: /sys/bus/iio/devices/triggerX/name = "bmg160-any-motion-devX" 7 only when there is any motion.
|
D | sysfs-bus-iio-mpu6050 | 7 This is mounting matrix for motion sensors. Mounting matrix
|
D | sysfs-driver-hid-wiimote | 25 extension. You will get uevent notifications for the motion-plus
|
/linux-4.1.27/Documentation/input/ |
D | atarikbd.txt | 49 The ikbd can report mouse motion in three distinctly different ways. It can 50 report relative motion, absolute motion in a coordinate system maintained 51 within the ikbd, or by converting mouse motion into keyboard cursor control 60 button being pressed or released, or motion in either axis exceeding a 61 settable threshold of motion. Regardless of the threshold, all bits of 65 relative mouse motion events will be generated: (a) while the keyboard has 79 If the accumulated motion before the report packet is generated exceeds the 80 +127...-128 range, the motion is broken into multiple packets. 92 The ikbd can translate mouse motion into the equivalent cursor keystrokes. 94 each axis. The ikbd internally maintains mouse motion information to the [all …]
|
D | cma3000_d0x.txt | 19 when motion exceeds the defined thresholds.
|
D | event-codes.txt | 77 occurring at the same moment in time. For example, motion of a mouse may set 78 the REL_X and REL_Y values for one motion, then emit a SYN_REPORT. The next 79 motion will emit more REL_X and REL_Y values and send another SYN_REPORT. 138 BTN_TOOL_DOUBLETAP should be set to value 1 for the duration of the motion.
|
D | elantech.txt | 59 combine a status packet with multiple head or motion packets. Hardware version 638 head packets or motion packets. A head packet contains data of finger id, finger 639 position (absolute x, y values), width, and pressure. A motion packet contains 644 the following packets would be motion packets, only sending delta of finger
|
/linux-4.1.27/drivers/input/misc/ |
D | xen-kbdfront.c | 71 input_report_rel(dev, REL_X, event->motion.rel_x); in input_handler() 72 input_report_rel(dev, REL_Y, event->motion.rel_y); in input_handler() 73 if (event->motion.rel_z) in input_handler() 75 -event->motion.rel_z); in input_handler()
|
/linux-4.1.27/drivers/media/usb/go7007/ |
D | go7007-driver.c | 421 unsigned motion[4] = { 0, 0, 0, 0 }; in go7007_motion_regions() local 433 motion[go->modet_map[y * (go->width / 16) + x]]++; in go7007_motion_regions() 436 motion_regions = ((motion[0] > 0) << 0) | in go7007_motion_regions() 437 ((motion[1] > 0) << 1) | in go7007_motion_regions() 438 ((motion[2] > 0) << 2) | in go7007_motion_regions() 439 ((motion[3] > 0) << 3); in go7007_motion_regions()
|
/linux-4.1.27/include/xen/interface/io/ |
D | kbdif.h | 72 struct xenkbd_motion motion; member
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2-enc.c | 99 int motion; member 535 if (solo_is_motion_on(solo_enc) && enc_buf->motion) { in solo_enc_fillbuf() 541 .region_mask = enc_buf->motion ? 1 : 0, in solo_enc_fillbuf() 631 enc_buf.motion = 1; in solo_handle_ring() 633 enc_buf.motion = 0; in solo_handle_ring()
|
/linux-4.1.27/drivers/macintosh/ |
D | Kconfig | 275 Support for the motion sensor included in PowerBooks. Includes 286 PMU variant of motion sensor, found in late 2005 PowerBooks. 293 I2C variant of motion sensor, found in early 2005 PowerBooks and
|
/linux-4.1.27/Documentation/video4linux/ |
D | meye.txt | 92 Get and set the extended parameters of the motion eye camera.
|
/linux-4.1.27/drivers/usb/serial/ |
D | Kconfig | 660 tristate "Xsens motion tracker serial interface driver" 662 Say Y here if you want to use Xsens motion trackers. 664 This driver supports the new generation of motion trackers
|
/linux-4.1.27/Documentation/hid/ |
D | hid-sensor.txt | 36 This accelerometer-3D has some fields. Here for example field 2 is motion intensity
|
/linux-4.1.27/Documentation/usb/ |
D | power-management.txt | 279 presses but not to motion, and some in response to neither.
|