| /linux/drivers/media/usb/gspca/m5602/ |
| H A D | m5602_s5k83a.c | 168 __s32 vflip, __s32 hflip); 280 sd->vflip = v4l2_ctrl_new_std(hdl, &s5k83a_ctrl_ops, V4L2_CID_VFLIP, in s5k83a_init_controls() 297 __s32 vflip, hflip; in rotation_thread_function() local 310 vflip = sd->vflip->val; in rotation_thread_function() 313 vflip = !vflip; in rotation_thread_function() 317 vflip, hflip); in rotation_thread_function() 327 vflip = sd->vflip->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 441 data[0] = (vflip) ? data[0] | 0x40 : data[0]; in s5k83a_set_flip_real() [all …]
|
| H A D | m5602_ov9650.c | 394 sd->vflip = v4l2_ctrl_new_std(hdl, &ov9650_ctrl_ops, V4L2_CID_VFLIP, in ov9650_init_controls() 423 sd->vflip->val) || in ov9650_start() 425 !sd->vflip->val)) in ov9650_start() 639 int vflip = sd->vflip->val; in ov9650_set_hvflip() local 641 gspca_dbg(gspca_dev, D_CONF, "Set hvflip to %d %d\n", hflip, vflip); in ov9650_set_hvflip() 644 vflip = !vflip; in ov9650_set_hvflip() 646 i2c_data = (hflip << 5) | (vflip << 4); in ov9650_set_hvflip()
|
| H A D | m5602_s5k4aa.c | 548 sd->vflip = v4l2_ctrl_new_std(hdl, &s5k4aa_ctrl_ops, V4L2_CID_VFLIP, in s5k4aa_init_controls() 587 int vflip = sd->vflip->val; in s5k4aa_set_hvflip() local 589 gspca_dbg(gspca_dev, D_CONF, "Set hvflip %d %d\n", hflip, vflip); in s5k4aa_set_hvflip() 600 vflip = !vflip; in s5k4aa_set_hvflip() 603 data = (data & 0x7f) | (vflip << 7) | (hflip << 6); in s5k4aa_set_hvflip() 622 if (vflip) in s5k4aa_set_hvflip()
|
| H A D | m5602_mt9m111.c | 296 sd->vflip = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, V4L2_CID_VFLIP, in mt9m111_init_controls() 397 int vflip; in mt9m111_set_hvflip() local 400 sd->hflip->val, sd->vflip->val); in mt9m111_set_hvflip() 404 vflip = !sd->vflip->val; in mt9m111_set_hvflip() 415 (hflip << 1) | vflip; in mt9m111_set_hvflip() 419 (hflip << 1) | vflip; in mt9m111_set_hvflip()
|
| H A D | m5602_ov7660.c | 292 sd->vflip = v4l2_ctrl_new_std(hdl, &ov7660_ctrl_ops, V4L2_CID_VFLIP, in ov7660_init_controls() 397 sd->hflip->val, sd->vflip->val); in ov7660_set_hvflip() 399 i2c_data = (sd->hflip->val << 5) | (sd->vflip->val << 4); in ov7660_set_hvflip()
|
| /linux/drivers/media/platform/st/sti/bdisp/ |
| H A D | bdisp.h | 34 struct v4l2_ctrl *vflip; member 93 unsigned int vflip:1; member 118 unsigned int vflip:1; member
|
| H A D | bdisp-hw.c | 29 bool vflip; /* Vertical flip */ member 672 c->vflip = ctx->vflip; in bdisp_hw_get_op_cfg() 835 node->tty |= cfg->vflip ? BLT_TTY_VSO : 0; in bdisp_hw_build_node() 847 node->txy = cfg->vflip ? (dst_rect.height - 1) : dst_rect.top; in bdisp_hw_build_node() 1058 request->vflip = ctx->vflip; in bdisp_hw_save_request()
|
| /linux/drivers/media/usb/gspca/ |
| H A D | pac7302.c | 112 struct v4l2_ctrl *vflip; member 537 u8 data, hflip, vflip; in sethvflip() local 542 vflip = sd->vflip->val; in sethvflip() 544 vflip = !vflip; in sethvflip() 547 data = (hflip ? 0x08 : 0x00) | (vflip ? 0x04 : 0x00); in sethvflip() 671 sd->vflip = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
|
| H A D | vc032x.c | 25 struct v4l2_ctrl *vflip; member 3281 static void sethvflip(struct gspca_dev *gspca_dev, bool hflip, bool vflip) in sethvflip() argument 3289 vflip = !vflip; in sethvflip() 3298 | 0x01 * vflip; in sethvflip() 3305 | OV7660_MVFP_VFLIP * vflip; in sethvflip() 3312 | 0x40 * vflip in sethvflip() 3670 sethvflip(gspca_dev, sd->hflip->val, sd->vflip->val); in sd_s_ctrl() 3751 sd->vflip = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
|
| H A D | sn9c20x.c | 71 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() 1691 set_hvflip(gspca_dev, sd->hflip->val, sd->vflip->val); in sd_s_ctrl() 1752 sd->vflip = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls() [all …]
|
| H A D | stk1135.c | 34 struct v4l2_ctrl *vflip; member 557 setvflip(gspca_dev, v4l2_ctrl_g_ctrl(sd->vflip)); in stk1135_dq_callback() 596 sd->vflip = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, in sd_init_controls()
|
| /linux/include/media/tpg/ |
| H A D | v4l2-tpg.h | 206 bool vflip; member 651 static inline void tpg_s_vflip(struct tpg_data *tpg, bool vflip) in tpg_s_vflip() argument 653 tpg->vflip = vflip; in tpg_s_vflip() 658 return tpg->vflip; in tpg_g_vflip()
|
| /linux/drivers/media/platform/mediatek/mdp/ |
| H A D | mtk_mdp_core.h | 86 struct v4l2_ctrl *vflip; member 205 u32 vflip:1; member
|
| H A D | mtk_mdp_regs.c | 140 misc->vflip = ctx->ctrls.vflip->val; in mtk_mdp_hw_set_rotation()
|
| H A D | mtk_mdp_ipi.h | 106 int32_t vflip; /* 1 will enable the flip */ member
|
| /linux/drivers/staging/media/imx/ |
| H A D | imx-media-csc-scaler.c | 62 bool vflip; member 624 bool hflip, vflip; in ipu_csc_scaler_s_ctrl() local 629 vflip = ctx->vflip; in ipu_csc_scaler_s_ctrl() 636 vflip = ctrl->val; in ipu_csc_scaler_s_ctrl() 645 ret = ipu_degrees_to_rot_mode(&rot_mode, rotate, hflip, vflip); in ipu_csc_scaler_s_ctrl() 700 ctx->vflip = vflip; in ipu_csc_scaler_s_ctrl()
|
| H A D | imx-ic-prpencvf.c | 88 bool vflip; member 1077 bool hflip, vflip; in prp_s_ctrl() local 1083 vflip = priv->vflip; in prp_s_ctrl() 1090 vflip = (ctrl->val == 1); in prp_s_ctrl() 1101 ret = ipu_degrees_to_rot_mode(&rot_mode, rotation, hflip, vflip); in prp_s_ctrl() 1125 priv->vflip = vflip; in prp_s_ctrl()
|
| /linux/drivers/media/common/saa7146/ |
| H A D | saa7146_hlp.c | 432 if( 0 != vv->vflip ) { in calculate_video_dma_grab_packed() 462 if( 0 != vv->vflip ) { in calculate_video_dma_grab_packed() 481 if( 0 != vv->vflip ) { in calc_planar_422() 511 if( 0 != vv->vflip ) { in calc_planar_420() 563 if( 0 != vv->vflip ) { in calculate_video_dma_grab_planar() 621 if( 0 != vv->vflip ) { in calculate_video_dma_grab_planar()
|
| /linux/drivers/media/platform/amlogic/meson-ge2d/ |
| H A D | ge2d.c | 81 u32 vflip; member 276 (ctx->vflip ? GE2D_SRC1_X_REV : 0) | in ge2d_hw_start() 749 ctx->vflip = ctrl->val; in ge2d_s_ctrl() 758 ctx->vflip = 1; in ge2d_s_ctrl() 762 ctx->vflip = 1; in ge2d_s_ctrl() 766 ctx->vflip = 0; in ge2d_s_ctrl() 770 ctx->vflip = 0; in ge2d_s_ctrl()
|
| /linux/drivers/media/platform/mediatek/mdp3/ |
| H A D | mtk-mdp3-m2m.h | 25 struct v4l2_ctrl *vflip; member
|
| /linux/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_plane.c | 747 bool hflip, bool vflip, in mdp5_hwpipe_mode_set() argument 800 (vflip ? MDP5_PIPE_SRC_OP_MODE_FLIP_UD : 0) | in mdp5_hwpipe_mode_set() 855 bool vflip, hflip; in mdp5_plane_mode_set() local 934 vflip = !!(rotation & DRM_MODE_REFLECT_Y); in mdp5_plane_mode_set() 937 config, hdecm, vdecm, hflip, vflip, in mdp5_plane_mode_set() 943 config, hdecm, vdecm, hflip, vflip, in mdp5_plane_mode_set()
|
| /linux/drivers/media/platform/renesas/vsp1/ |
| H A D | vsp1_rwpf.h | 54 struct v4l2_ctrl *vflip; member
|
| /linux/drivers/media/platform/samsung/exynos4-is/ |
| H A D | fimc-core.c | 521 ctx->vflip = ctrl->val; in __fimc_s_ctrl() 587 ctrls->vflip = v4l2_ctrl_new_std(handler, &fimc_ctrl_ops, in fimc_ctrls_create() 636 v4l2_ctrl_activate(ctrls->vflip, active); in fimc_ctrls_activate() 645 ctx->vflip = ctrls->vflip->val; in fimc_ctrls_activate() 650 ctx->vflip = 0; in fimc_ctrls_activate()
|
| /linux/drivers/media/i2c/ |
| H A D | mt9v011.c | 57 unsigned vflip:1; member 306 if (core->vflip) in set_read_mode() 451 core->vflip = ctrl->val; in mt9v011_s_ctrl()
|
| /linux/drivers/media/platform/sunxi/sun8i-rotate/ |
| H A D | sun8i-rotate.h | 114 u32 vflip; member
|