Lines Matching refs:vflip
84 struct v4l2_ctrl *vflip; member
1365 static void set_hvflip(struct gspca_dev *gspca_dev, s32 hflip, s32 vflip) in set_hvflip() argument
1373 vflip = !vflip; in set_hvflip()
1381 if (vflip) { in set_hvflip()
1396 if (vflip) { in set_hvflip()
1409 if (vflip) in set_hvflip()
1420 if (vflip) in set_hvflip()
1427 if (vflip) in set_hvflip()
1685 set_hvflip(gspca_dev, sd->hflip->val, sd->vflip->val); in sd_s_ctrl()
1743 sd->vflip = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
2045 v4l2_ctrl_g_ctrl(sd->vflip)); in sd_start()