Lines Matching refs:curr_fmmode
1111 switch (fmdev->curr_fmmode) { in fmc_set_freq()
1134 switch (fmdev->curr_fmmode) { in fmc_get_freq()
1151 switch (fmdev->curr_fmmode) { in fmc_set_region()
1165 switch (fmdev->curr_fmmode) { in fmc_set_mute_mode()
1179 switch (fmdev->curr_fmmode) { in fmc_set_stereo_mono()
1193 switch (fmdev->curr_fmmode) { in fmc_set_rds_mode()
1215 if (fmdev->curr_fmmode == FM_MODE_OFF) { in fm_power_down()
1379 if (fmdev->curr_fmmode == fm_mode) { in fmc_set_mode()
1396 if (fmdev->curr_fmmode != FM_MODE_OFF) { in fmc_set_mode()
1410 fmdev->curr_fmmode = fm_mode; in fmc_set_mode()
1413 if (fmdev->curr_fmmode == FM_MODE_RX) { in fmc_set_mode()
1435 *fmmode = fmdev->curr_fmmode; in fmc_get_mode()
1643 fmdev->curr_fmmode = FM_MODE_OFF; in fm_drv_init()