Lines Matching refs:vflip
70 struct v4l2_ctrl *vflip; member
1362 static void set_hvflip(struct gspca_dev *gspca_dev, s32 hflip, s32 vflip) in set_hvflip() argument
1370 vflip = !vflip; in set_hvflip()
1378 if (vflip) { in set_hvflip()
1393 if (vflip) { in set_hvflip()
1406 if (vflip) in set_hvflip()
1417 if (vflip) in set_hvflip()
1424 if (vflip) in set_hvflip()
1682 set_hvflip(gspca_dev, sd->hflip->val, sd->vflip->val); in sd_s_ctrl()
1740 sd->vflip = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
2041 v4l2_ctrl_g_ctrl(sd->vflip)); in sd_start()