Lines Matching refs:curr_fmmode
1122 switch (fmdev->curr_fmmode) { in fmc_set_freq()
1145 switch (fmdev->curr_fmmode) { in fmc_get_freq()
1162 switch (fmdev->curr_fmmode) { in fmc_set_region()
1176 switch (fmdev->curr_fmmode) { in fmc_set_mute_mode()
1190 switch (fmdev->curr_fmmode) { in fmc_set_stereo_mono()
1204 switch (fmdev->curr_fmmode) { in fmc_set_rds_mode()
1226 if (fmdev->curr_fmmode == FM_MODE_OFF) { in fm_power_down()
1390 if (fmdev->curr_fmmode == fm_mode) { in fmc_set_mode()
1407 if (fmdev->curr_fmmode != FM_MODE_OFF) { in fmc_set_mode()
1421 fmdev->curr_fmmode = fm_mode; in fmc_set_mode()
1424 if (fmdev->curr_fmmode == FM_MODE_RX) { in fmc_set_mode()
1446 *fmmode = fmdev->curr_fmmode; in fmc_get_mode()
1657 fmdev->curr_fmmode = FM_MODE_OFF; in fm_drv_init()