Home
last modified time | relevance | path

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

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