Lines Matching refs:vflip
48 __s32 vflip, __s32 hflip);
160 sd->vflip = v4l2_ctrl_new_std(hdl, &s5k83a_ctrl_ops, V4L2_CID_VFLIP, in s5k83a_init_controls()
177 __s32 vflip, hflip; in rotation_thread_function() local
190 vflip = sd->vflip->val; in rotation_thread_function()
193 vflip = !vflip; in rotation_thread_function()
197 vflip, hflip); in rotation_thread_function()
207 vflip = sd->vflip->val; in rotation_thread_function()
208 s5k83a_set_flip_real((struct gspca_dev *) sd, vflip, hflip); in rotation_thread_function()
308 __s32 vflip, __s32 hflip) in s5k83a_set_flip_real() argument
321 data[0] = (vflip) ? data[0] | 0x40 : data[0]; in s5k83a_set_flip_real()
328 data[0] = (vflip) ? 0x0b : 0x0a; in s5k83a_set_flip_real()
344 int vflip = sd->vflip->val; in s5k83a_set_hvflip() local
351 vflip = !vflip; in s5k83a_set_hvflip()
354 err = s5k83a_set_flip_real(gspca_dev, vflip, hflip); in s5k83a_set_hvflip()