Home
last modified time | relevance | path

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

/drivers/staging/media/imx/
A Dimx-media-vdic.c110 enum ipu_motion_sel motion; member
328 ipu_vdi_set_motion(priv->vdi, priv->motion); in vdic_start()
362 enum ipu_motion_sel motion; in vdic_s_ctrl() local
369 motion = ctrl->val; in vdic_s_ctrl()
370 if (motion != priv->motion) { in vdic_s_ctrl()
376 priv->motion = motion; in vdic_s_ctrl()
719 if (priv->csi_direct && priv->motion != HIGH_MOTION) { in vdic_link_validate()
/drivers/input/misc/
A Dxen-kbdfront.c64 struct xenkbd_motion *motion) in xenkbd_handle_motion_event() argument
69 input_report_rel(info->ptr, REL_X, motion->rel_x); in xenkbd_handle_motion_event()
70 input_report_rel(info->ptr, REL_Y, motion->rel_y); in xenkbd_handle_motion_event()
71 if (motion->rel_z) in xenkbd_handle_motion_event()
72 input_report_rel(info->ptr, REL_WHEEL, -motion->rel_z); in xenkbd_handle_motion_event()
164 xenkbd_handle_motion_event(info, &event->motion); in xenkbd_handle_event()
/drivers/iio/imu/inv_icm42600/
A DKconfig14 This driver supports the InvenSense ICM-426xx motion tracking
26 This driver supports the InvenSense ICM-426xx motion tracking
/drivers/iio/imu/inv_mpu6050/
A DKconfig21 and IAM20680 motion tracking devices over I2C.
33 and IAM20680 motion tracking devices over SPI.
/drivers/media/usb/go7007/
A Dgo7007-driver.c415 unsigned motion[4] = { 0, 0, 0, 0 }; in go7007_motion_regions() local
427 motion[go->modet_map[y * (go->width / 16) + x]]++; in go7007_motion_regions()
430 motion_regions = ((motion[0] > 0) << 0) | in go7007_motion_regions()
431 ((motion[1] > 0) << 1) | in go7007_motion_regions()
432 ((motion[2] > 0) << 2) | in go7007_motion_regions()
433 ((motion[3] > 0) << 3); in go7007_motion_regions()
/drivers/iio/common/cros_ec_sensors/
A DKconfig40 or a significant motion detector.
/drivers/media/pci/solo6x10/
A Dsolo6x10-v4l2-enc.c90 int motion; member
528 if (solo_is_motion_on(solo_enc) && enc_buf->motion) { in solo_enc_fillbuf()
535 .region_mask = enc_buf->motion ? 1 : 0, in solo_enc_fillbuf()
625 enc_buf.motion = 1; in solo_handle_ring()
627 enc_buf.motion = 0; in solo_handle_ring()
/drivers/macintosh/
A DKconfig259 Support for the motion sensor included in PowerBooks. Includes
270 PMU variant of motion sensor, found in late 2005 PowerBooks.
277 I2C variant of motion sensor, found in early 2005 PowerBooks and
/drivers/staging/media/atomisp/pci/
A Dsh_css_params.c1771 const struct ia_css_vector *motion) in sh_css_set_motion_vector() argument
1773 if (!motion) in sh_css_set_motion_vector()
1777 IA_CSS_ENTER_PRIVATE("x=%d, y=%d", motion->x, motion->y); in sh_css_set_motion_vector()
1779 params->motion_config = *motion; in sh_css_set_motion_vector()
1789 struct ia_css_vector *motion) in sh_css_get_motion_vector() argument
1791 if (!motion) in sh_css_get_motion_vector()
1795 IA_CSS_ENTER_PRIVATE("motion=%p", motion); in sh_css_get_motion_vector()
1797 *motion = params->motion_config; in sh_css_get_motion_vector()
1799 IA_CSS_LEAVE_PRIVATE("x=%d, y=%d", motion->x, motion->y); in sh_css_get_motion_vector()
/drivers/usb/serial/
A DKconfig582 tristate "Xsens motion tracker serial interface driver"
584 Say Y here if you want to use Xsens motion trackers.
586 This driver supports the new generation of motion trackers
/drivers/hid/
A DKconfig988 its special functionalities e.g. touchpad, lights and motion

Completed in 26 milliseconds