Searched refs:dat_multi4 (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/media/usb/gspca/gl860/ |
D | gl860-mi2020.c | 453 u8 dat_multi4[] = {0x90, 0x00, 0x00}; in mi2020_init_post_alt() local 465 dat_multi4[2] = dat_multi2[2] = 0; in mi2020_init_post_alt() 468 dat_multi4[2] = dat_multi2[2] = 0; in mi2020_init_post_alt() 471 dat_multi4[2] = dat_multi2[2] = 0x20; in mi2020_init_post_alt() 561 ctrl_out(gspca_dev, 0x40, 3, 0x7a00, 0x0033, 3, dat_multi4); in mi2020_init_post_alt() 643 u8 dat_multi4[] = {0x90, 0x00, 0x00}; in mi2020_camera_settings() local 672 dat_multi4[2] = dat_multi2[2] = 0; in mi2020_camera_settings() 675 dat_multi4[2] = dat_multi2[2] = 0; in mi2020_camera_settings() 678 dat_multi4[2] = dat_multi2[2] = 0x20; in mi2020_camera_settings() 684 ctrl_out(gspca_dev, 0x40, 3, 0x7a00, 0x0033, 3, dat_multi4); in mi2020_camera_settings() [all …]
|