Lines Matching refs:is_fm_band
70 bool is_fm_band; member
119 if (!dev->is_fm_band) /* Only FM has stereo capability! */ in cadet_getstereo()
174 if (!dev->is_fm_band) /* AM */ in cadet_getfreq()
220 freq = clamp(freq, bands[dev->is_fm_band].rangelow, in cadet_setfreq()
221 bands[dev->is_fm_band].rangehigh); in cadet_setfreq()
227 if (dev->is_fm_band) { /* FM */ in cadet_setfreq()
264 dev->sigstrength = sigtable[dev->is_fm_band][j]; in cadet_setfreq()
375 if (dev->is_fm_band) { in vidioc_g_tuner()
430 dev->is_fm_band = in vidioc_s_frequency()
637 dev->is_fm_band = true; in cadet_init()
638 dev->curfreq = bands[dev->is_fm_band].rangelow; in cadet_init()