Searched refs:rates_6810 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
H A D | topro.c | 178 static const u8 rates_6810[] = {30, 15, 10, 7, 5}; variable 181 .rates = rates_6810, 182 .nrates = ARRAY_SIZE(rates_6810) 185 .rates = rates_6810, 186 .nrates = ARRAY_SIZE(rates_6810) 3921 for (i = 0; i < ARRAY_SIZE(rates_6810) - 1; i++) { in get_fr_idx() 3922 if (sd->framerate >= rates_6810[i]) in get_fr_idx() 4777 fr = rates_6810[7 - (i & 0x07)]; in sd_get_streamparm() 4804 fr = rates_6810[7 - (i & 0x07)]; in sd_set_streamparm()
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
H A D | topro.c | 178 static const u8 rates_6810[] = {30, 15, 10, 7, 5}; variable 181 .rates = rates_6810, 182 .nrates = ARRAY_SIZE(rates_6810) 185 .rates = rates_6810, 186 .nrates = ARRAY_SIZE(rates_6810) 3921 for (i = 0; i < ARRAY_SIZE(rates_6810) - 1; i++) { in get_fr_idx() 3922 if (sd->framerate >= rates_6810[i]) in get_fr_idx() 4777 fr = rates_6810[7 - (i & 0x07)]; in sd_get_streamparm() 4804 fr = rates_6810[7 - (i & 0x07)]; in sd_set_streamparm()
|
Completed in 14 milliseconds