Lines Matching refs:curr_fmmode
1119 switch (fmdev->curr_fmmode) { in fmc_set_freq()
1142 switch (fmdev->curr_fmmode) { in fmc_get_freq()
1159 switch (fmdev->curr_fmmode) { in fmc_set_region()
1173 switch (fmdev->curr_fmmode) { in fmc_set_mute_mode()
1187 switch (fmdev->curr_fmmode) { in fmc_set_stereo_mono()
1201 switch (fmdev->curr_fmmode) { in fmc_set_rds_mode()
1223 if (fmdev->curr_fmmode == FM_MODE_OFF) { in fm_power_down()
1387 if (fmdev->curr_fmmode == fm_mode) { in fmc_set_mode()
1404 if (fmdev->curr_fmmode != FM_MODE_OFF) { in fmc_set_mode()
1418 fmdev->curr_fmmode = fm_mode; in fmc_set_mode()
1421 if (fmdev->curr_fmmode == FM_MODE_RX) { in fmc_set_mode()
1443 *fmmode = fmdev->curr_fmmode; in fmc_get_mode()
1654 fmdev->curr_fmmode = FM_MODE_OFF; in fm_drv_init()