Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/radio/wl128x/
H A Dfmdrv_tx.h17 int fm_tx_set_rds_mode(struct fmdev *, u8);
H A Dfmdrv_tx.c95 int fm_tx_set_rds_mode(struct fmdev *fmdev, u8 rds_en_dis) in fm_tx_set_rds_mode() function
146 fm_tx_set_rds_mode(fmdev, 0); in fm_tx_set_radio_text()
H A Dfmdrv_v4l2.c461 ret = fm_tx_set_rds_mode(fmdev, rds_mode); in fm_v4l2_vidioc_s_modulator()
H A Dfmdrv_common.c1198 return fm_tx_set_rds_mode(fmdev, rds_en_dis); in fmc_set_rds_mode()