Searched defs:sethvflip (Results 1 - 6 of 6) sorted by relevance

/drivers/media/usb/gspca/
H A Dpac7311.c349 static void sethvflip(struct gspca_dev *gspca_dev, s32 hflip, s32 vflip) function
401 sethvflip(gspca_dev, sd->hflip->val, 1);
456 sethvflip(gspca_dev, v4l2_ctrl_g_ctrl(sd->hflip), 1);
H A Dpac7302.c89 * 3 | 0x11 | setcolors(), setgain(), setexposure(), sethvflip()
90 * 3 | 0x21 | sethvflip()
548 static void sethvflip(struct gspca_dev *gspca_dev) function
629 sethvflip(gspca_dev);
H A Dov534.c1013 static void sethvflip(struct gspca_dev *gspca_dev, s32 hflip, s32 vflip) function
1132 sethvflip(gspca_dev, ctrl->val, sd->vflip->val);
1135 sethvflip(gspca_dev, sd->hflip->val, ctrl->val);
1367 sethvflip(gspca_dev, v4l2_ctrl_g_ctrl(sd->hflip),
H A Dsonixj.c2008 static void sethvflip(struct gspca_dev *gspca_dev) function
2848 sethvflip(gspca_dev);
H A Dvc032x.c3286 static void sethvflip(struct gspca_dev *gspca_dev, bool hflip, bool vflip) function
3675 sethvflip(gspca_dev, sd->hflip->val, sd->vflip->val);
H A Dov519.c4104 static void sethvflip(struct gspca_dev *gspca_dev, s32 hflip, s32 vflip) function
4872 sethvflip(gspca_dev, ctrl->val, sd->vflip->val);

Completed in 122 milliseconds