Lines Matching refs:ctrl_buf
729 pdev->ctrl_buf[0] = 0;
731 pdev->ctrl_buf[0] |= 0x01;
733 pdev->ctrl_buf[0] |= 0x02;
737 pdev->ctrl_buf, 1);
742 memset(pdev->ctrl_buf, 0, 4);
744 pdev->ctrl_buf[0] = pdev->motor_pan->val & 0xFF;
745 pdev->ctrl_buf[1] = (pdev->motor_pan->val >> 8);
748 pdev->ctrl_buf[2] = pdev->motor_tilt->val & 0xFF;
749 pdev->ctrl_buf[3] = (pdev->motor_tilt->val >> 8);
754 pdev->ctrl_buf, 4);