Home
last modified time | relevance | path

Searched refs:fm_tx_set_rds_mode (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/media/radio/wl128x/
Dfmdrv_tx.h30 int fm_tx_set_rds_mode(struct fmdev *, u8);
Dfmdrv_tx.c108 int fm_tx_set_rds_mode(struct fmdev *fmdev, u8 rds_en_dis) in fm_tx_set_rds_mode() function
159 fm_tx_set_rds_mode(fmdev, 0); in fm_tx_set_radio_text()
Dfmdrv_v4l2.c458 ret = fm_tx_set_rds_mode(fmdev, rds_mode); in fm_v4l2_vidioc_s_modulator()
Dfmdrv_common.c1205 return fm_tx_set_rds_mode(fmdev, rds_en_dis); in fmc_set_rds_mode()