Searched refs:dat_hvflip2 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/media/usb/gspca/gl860/ |
D | gl860-mi2020.c | 466 u8 dat_hvflip2[] = {0x90, 0x04, 0x6c}; in mi2020_init_post_alt() local 486 dat_hvflip2[2] = 0x6c + 2 * (1 - flip) + (1 - mirror); in mi2020_init_post_alt() 586 ctrl_out(gspca_dev, 0x40, 3, 0x7a00, 0x0033, 3, dat_hvflip2); in mi2020_init_post_alt() 656 u8 dat_hvflip2[] = {0x90, 0x04, 0x6c}; in mi2020_camera_settings() local 707 dat_hvflip2[2] = 0x6c + 2 * (1 - flip) + (1 - mirror); in mi2020_camera_settings() 714 ctrl_out(gspca_dev, 0x40, 3, 0x7a00, 0x0033, 3, dat_hvflip2); in mi2020_camera_settings()
|
D | gl860-mi1320.c | 493 u8 dat_hvflip2[4] = {0x20, 0x01, 0xf1, 0x00}; in mi1320_camera_settings() local 497 dat_hvflip2[3] = flip + 2 * mirror; in mi1320_camera_settings() 499 ctrl_out(gspca_dev, 0x40, 3, 0xba00, 0x0200, 4, dat_hvflip2); in mi1320_camera_settings()
|