Home
last modified time | relevance | path

Searched refs:fmc_set_rds_mode (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/radio/wl128x/
H A Dfmdrv_v4l2.c57 ret = fmc_set_rds_mode(fmdev, FM_RDS_ENABLE); in fm_v4l2_fops_read()
345 ret = fmc_set_rds_mode(fmdev, rds_mode); in fm_v4l2_vidioc_s_tuner()
H A Dfmdrv_common.h374 int fmc_set_rds_mode(struct fmdev *, u8);
H A Dfmdrv_common.c1191 int fmc_set_rds_mode(struct fmdev *fmdev, u8 rds_en_dis) in fmc_set_rds_mode() function