Lines Matching refs:curr_fmmode
1112 switch (fmdev->curr_fmmode) { in fmc_set_freq()
1135 switch (fmdev->curr_fmmode) { in fmc_get_freq()
1152 switch (fmdev->curr_fmmode) { in fmc_set_region()
1166 switch (fmdev->curr_fmmode) { in fmc_set_mute_mode()
1180 switch (fmdev->curr_fmmode) { in fmc_set_stereo_mono()
1194 switch (fmdev->curr_fmmode) { in fmc_set_rds_mode()
1216 if (fmdev->curr_fmmode == FM_MODE_OFF) { in fm_power_down()
1380 if (fmdev->curr_fmmode == fm_mode) { in fmc_set_mode()
1397 if (fmdev->curr_fmmode != FM_MODE_OFF) { in fmc_set_mode()
1411 fmdev->curr_fmmode = fm_mode; in fmc_set_mode()
1414 if (fmdev->curr_fmmode == FM_MODE_RX) { in fmc_set_mode()
1436 *fmmode = fmdev->curr_fmmode; in fmc_get_mode()
1644 fmdev->curr_fmmode = FM_MODE_OFF; in fm_drv_init()