Searched refs:tilt (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-ctrl.c120 /* Formatters for the motorized pan & tilt [GS]ET_MPT_CTL */
1164 static int _pwc_mpt_set_angle(struct pwc_device *pdev, int pan, int tilt) argument
1174 tilt = -64 * tilt / 100; /* positive tilt is down, which is not what the user would expect */
1177 buf[2] = tilt & 0xFF;
1178 buf[3] = (tilt >> 8) & 0xFF;
1182 int pwc_mpt_set_angle(struct pwc_device *pdev, int pan, int tilt) argument
1189 tilt < pdev->angle_range.tilt_min ||
1190 tilt > pde
[all...]
H A Dpwc-ioctl.h167 int tilt; /* degress * 100 */ member in struct:pwc_mpt_angles
283 /* Motorized pan & tilt functions */
H A Dpwc.h250 /*** motorized pan/tilt feature */
293 extern int pwc_mpt_set_angle(struct pwc_device *pdev, int pan, int tilt);
H A Dpwc-if.c998 int pan, tilt; local
1004 else if (sscanf(buf, "%d %d", &pan, &tilt) > 0)
1005 ret = pwc_mpt_set_angle(pdev, pan, tilt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/media/
H A Dpwc-ioctl.h168 int tilt; /* degress * 100 */ member in struct:pwc_mpt_angles
284 /* Motorized pan & tilt functions */

Completed in 112 milliseconds