Searched refs:rates_6810 (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/usb/gspca/
H A Dtopro.c189 static const u8 rates_6810[] = {30, 15, 10, 7, 5}; variable
192 .rates = rates_6810,
193 .nrates = ARRAY_SIZE(rates_6810)
196 .rates = rates_6810,
197 .nrates = ARRAY_SIZE(rates_6810)
3932 for (i = 0; i < ARRAY_SIZE(rates_6810) - 1; i++) { get_fr_idx()
3933 if (sd->framerate >= rates_6810[i]) get_fr_idx()
4789 fr = rates_6810[7 - (i & 0x07)]; sd_get_streamparm()
4816 fr = rates_6810[7 - (i & 0x07)]; sd_set_streamparm()

Completed in 106 milliseconds