Lines Matching refs:curr_fmmode
1106 switch (fmdev->curr_fmmode) { in fmc_set_freq()
1129 switch (fmdev->curr_fmmode) { in fmc_get_freq()
1146 switch (fmdev->curr_fmmode) { in fmc_set_region()
1160 switch (fmdev->curr_fmmode) { in fmc_set_mute_mode()
1174 switch (fmdev->curr_fmmode) { in fmc_set_stereo_mono()
1188 switch (fmdev->curr_fmmode) { in fmc_set_rds_mode()
1210 if (fmdev->curr_fmmode == FM_MODE_OFF) { in fm_power_down()
1375 if (fmdev->curr_fmmode == fm_mode) { in fmc_set_mode()
1392 if (fmdev->curr_fmmode != FM_MODE_OFF) { in fmc_set_mode()
1406 fmdev->curr_fmmode = fm_mode; in fmc_set_mode()
1409 if (fmdev->curr_fmmode == FM_MODE_RX) { in fmc_set_mode()
1431 *fmmode = fmdev->curr_fmmode; in fmc_get_mode()
1639 fmdev->curr_fmmode = FM_MODE_OFF; in fm_drv_init()