Searched refs:dat_hvflip4 (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/media/usb/gspca/gl860/ |
D | gl860-mi2020.c | 455 u8 dat_hvflip4[] = {0x90, 0x00, 0x24}; in mi2020_init_post_alt() local 475 dat_hvflip4[2] = 0x24 + 2 * (1 - flip) + (1 - mirror); in mi2020_init_post_alt() 576 ctrl_out(gspca_dev, 0x40, 3, 0x7a00, 0x0033, 3, dat_hvflip4); in mi2020_init_post_alt() 645 u8 dat_hvflip4[] = {0x90, 0x00, 0x24}; in mi2020_camera_settings() local 696 dat_hvflip4[2] = 0x24 + 2 * (1 - flip) + (1 - mirror); in mi2020_camera_settings() 704 ctrl_out(gspca_dev, 0x40, 3, 0x7a00, 0x0033, 3, dat_hvflip4); in mi2020_camera_settings()
|