Searched refs:sethvflip (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/media/usb/gspca/ |
D | pac7311.c | 349 static void sethvflip(struct gspca_dev *gspca_dev, s32 hflip, s32 vflip) in sethvflip() function 401 sethvflip(gspca_dev, sd->hflip->val, 1); in sd_s_ctrl() 456 sethvflip(gspca_dev, v4l2_ctrl_g_ctrl(sd->hflip), 1); in sd_start()
|
D | ov534.c | 1014 static void sethvflip(struct gspca_dev *gspca_dev, s32 hflip, s32 vflip) in sethvflip() function 1133 sethvflip(gspca_dev, ctrl->val, sd->vflip->val); in ov534_s_ctrl() 1136 sethvflip(gspca_dev, sd->hflip->val, ctrl->val); in ov534_s_ctrl() 1368 sethvflip(gspca_dev, v4l2_ctrl_g_ctrl(sd->hflip), in sd_start()
|
D | pac7302.c | 548 static void sethvflip(struct gspca_dev *gspca_dev) in sethvflip() function 629 sethvflip(gspca_dev); in sd_s_ctrl()
|
D | vc032x.c | 3286 static void sethvflip(struct gspca_dev *gspca_dev, bool hflip, bool vflip) in sethvflip() function 3675 sethvflip(gspca_dev, sd->hflip->val, sd->vflip->val); in sd_s_ctrl()
|
D | sonixj.c | 2008 static void sethvflip(struct gspca_dev *gspca_dev) in sethvflip() function 2848 sethvflip(gspca_dev); in sd_s_ctrl()
|
D | ov519.c | 4104 static void sethvflip(struct gspca_dev *gspca_dev, s32 hflip, s32 vflip) in sethvflip() function 4872 sethvflip(gspca_dev, ctrl->val, sd->vflip->val); in sd_s_ctrl()
|