motor_tilt        375 drivers/media/usb/pwc/pwc-v4l.c 	pdev->motor_tilt = v4l2_ctrl_new_std(hdl, &pwc_ctrl_ops,
motor_tilt        747 drivers/media/usb/pwc/pwc-v4l.c 	if (pdev->motor_tilt->is_new) {
motor_tilt        748 drivers/media/usb/pwc/pwc-v4l.c 		pdev->ctrl_buf[2] = pdev->motor_tilt->val & 0xFF;
motor_tilt        749 drivers/media/usb/pwc/pwc-v4l.c 		pdev->ctrl_buf[3] = (pdev->motor_tilt->val >> 8);
motor_tilt        751 drivers/media/usb/pwc/pwc-v4l.c 	if (pdev->motor_pan->is_new || pdev->motor_tilt->is_new) {
motor_tilt        334 drivers/media/usb/pwc/pwc.h 		struct v4l2_ctrl	*motor_tilt;