Lines Matching refs:is_fm_band
69 bool is_fm_band; member
118 if (!dev->is_fm_band) /* Only FM has stereo capability! */ in cadet_getstereo()
173 if (!dev->is_fm_band) /* AM */ in cadet_getfreq()
219 freq = clamp(freq, bands[dev->is_fm_band].rangelow, in cadet_setfreq()
220 bands[dev->is_fm_band].rangehigh); in cadet_setfreq()
226 if (dev->is_fm_band) { /* FM */ in cadet_setfreq()
263 dev->sigstrength = sigtable[dev->is_fm_band][j]; in cadet_setfreq()
382 if (dev->is_fm_band) { in vidioc_g_tuner()
437 dev->is_fm_band = in vidioc_s_frequency()
644 dev->is_fm_band = true; in cadet_init()
645 dev->curfreq = bands[dev->is_fm_band].rangelow; in cadet_init()