Searched refs:dat_hvflip4 (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/usb/gspca/gl860/ |
D | gl860-mi2020.c | 467 u8 dat_hvflip4[] = {0x90, 0x00, 0x24}; in mi2020_init_post_alt() local 487 dat_hvflip4[2] = 0x24 + 2 * (1 - flip) + (1 - mirror); in mi2020_init_post_alt() 588 ctrl_out(gspca_dev, 0x40, 3, 0x7a00, 0x0033, 3, dat_hvflip4); in mi2020_init_post_alt() 657 u8 dat_hvflip4[] = {0x90, 0x00, 0x24}; in mi2020_camera_settings() local 708 dat_hvflip4[2] = 0x24 + 2 * (1 - flip) + (1 - mirror); in mi2020_camera_settings() 716 ctrl_out(gspca_dev, 0x40, 3, 0x7a00, 0x0033, 3, dat_hvflip4); in mi2020_camera_settings()
|