Searched refs:dat_freq2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/usb/gspca/gl860/ |
H A D | gl860-mi2020.c | 449 u8 dat_freq2[] = {0x90, 0x00, 0x80}; in mi2020_init_post_alt() local 461 dat_freq2[2] = freq ? 0xc0 : 0x80; in mi2020_init_post_alt() 555 ctrl_out(gspca_dev, 0x40, 3, 0x7a00, 0x0033, 3, dat_freq2); in mi2020_init_post_alt() 639 u8 dat_freq2[] = {0x90, 0x00, 0x80}; in mi2020_camera_settings() local 658 dat_freq2[2] = freq ? 0xc0 : 0x80; in mi2020_camera_settings() 660 ctrl_out(gspca_dev, 0x40, 3, 0x7a00, 0x0033, 3, dat_freq2); in mi2020_camera_settings()
|