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

/linux-4.1.27/drivers/media/tuners/
H A Dmsi001.c122 } bandwidth_lut[] = { msi001_set_tuner() local
187 for (i = 0; i < ARRAY_SIZE(bandwidth_lut); i++) { msi001_set_tuner()
188 if (bandwidth <= bandwidth_lut[i].freq) { msi001_set_tuner()
189 bandwidth = bandwidth_lut[i].val; msi001_set_tuner()
194 if (i == ARRAY_SIZE(bandwidth_lut)) { msi001_set_tuner()
199 s->bandwidth->val = bandwidth_lut[i].freq; msi001_set_tuner()
201 dev_dbg(&s->spi->dev, "bandwidth selected=%d\n", bandwidth_lut[i].freq); msi001_set_tuner()
/linux-4.1.27/drivers/media/usb/hackrf/
H A Dhackrf.c896 } bandwidth_lut[] = { hackrf_set_bandwidth() local
925 for (i = 0; i < ARRAY_SIZE(bandwidth_lut); i++) { hackrf_set_bandwidth()
926 if (bandwidth <= bandwidth_lut[i].freq) { hackrf_set_bandwidth()
927 bandwidth = bandwidth_lut[i].freq; hackrf_set_bandwidth()

Completed in 107 milliseconds