Lines Matching refs:hflip
168 __s32 vflip, __s32 hflip);
278 sd->hflip = v4l2_ctrl_new_std(hdl, &s5k83a_ctrl_ops, V4L2_CID_HFLIP, in s5k83a_init_controls()
288 v4l2_ctrl_cluster(2, &sd->hflip); in s5k83a_init_controls()
297 __s32 vflip, hflip; in rotation_thread_function() local
309 hflip = sd->hflip->val; in rotation_thread_function()
314 hflip = !hflip; in rotation_thread_function()
317 vflip, hflip); in rotation_thread_function()
326 hflip = sd->hflip->val; in rotation_thread_function()
328 s5k83a_set_flip_real((struct gspca_dev *) sd, vflip, hflip); in rotation_thread_function()
428 __s32 vflip, __s32 hflip) in s5k83a_set_flip_real() argument
442 data[0] = (hflip) ? data[0] | 0x80 : data[0]; in s5k83a_set_flip_real()
453 data[0] = (hflip) ? 0x0a : 0x0b; in s5k83a_set_flip_real()
463 int hflip = sd->hflip->val; in s5k83a_set_hvflip() local
470 hflip = !hflip; in s5k83a_set_hvflip()
474 err = s5k83a_set_flip_real(gspca_dev, vflip, hflip); in s5k83a_set_hvflip()