Searched refs:motion (Results 1 – 10 of 10) sorted by relevance
/drivers/staging/media/imx/ |
D | imx-media-vdic.c | 110 enum ipu_motion_sel motion; member 382 ipu_vdi_set_motion(priv->vdi, priv->motion); in vdic_start() 416 enum ipu_motion_sel motion; in vdic_s_ctrl() local 423 motion = ctrl->val; in vdic_s_ctrl() 424 if (motion != priv->motion) { in vdic_s_ctrl() 430 priv->motion = motion; in vdic_s_ctrl() 773 if (priv->csi_direct && priv->motion != HIGH_MOTION) { in vdic_link_validate()
|
/drivers/input/misc/ |
D | xen-kbdfront.c | 64 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/ |
D | Kconfig | 14 This driver supports the InvenSense ICM-426xx motion tracking 26 This driver supports the InvenSense ICM-426xx motion tracking
|
/drivers/iio/imu/inv_mpu6050/ |
D | Kconfig | 21 and IAM20680 motion tracking devices over I2C. 33 and IAM20680 motion tracking devices over SPI.
|
/drivers/media/usb/go7007/ |
D | go7007-driver.c | 415 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/media/pci/solo6x10/ |
D | solo6x10-v4l2-enc.c | 90 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/ |
D | Kconfig | 258 Support for the motion sensor included in PowerBooks. Includes 269 PMU variant of motion sensor, found in late 2005 PowerBooks. 276 I2C variant of motion sensor, found in early 2005 PowerBooks and
|
/drivers/staging/media/atomisp/pci/ |
D | sh_css_params.c | 1780 const struct ia_css_vector *motion) in sh_css_set_motion_vector() argument 1782 if (!motion) in sh_css_set_motion_vector() 1786 IA_CSS_ENTER_PRIVATE("x=%d, y=%d", motion->x, motion->y); in sh_css_set_motion_vector() 1788 params->motion_config = *motion; in sh_css_set_motion_vector() 1798 struct ia_css_vector *motion) in sh_css_get_motion_vector() argument 1800 if (!motion) in sh_css_get_motion_vector() 1804 IA_CSS_ENTER_PRIVATE("motion=%p", motion); in sh_css_get_motion_vector() 1806 *motion = params->motion_config; in sh_css_get_motion_vector() 1808 IA_CSS_LEAVE_PRIVATE("x=%d, y=%d", motion->x, motion->y); in sh_css_get_motion_vector()
|
/drivers/usb/serial/ |
D | Kconfig | 582 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/ |
D | Kconfig | 942 its special functionalities e.g. touchpad, lights and motion
|