Lines Matching refs:rds
149 struct v4l2_rds_data rds = { 0, 0, 0 }; in wl1273_fm_rds() local
160 .buf = (u8 *) &rds, in wl1273_fm_rds()
161 .len = sizeof(rds), in wl1273_fm_rds()
187 status = rds.block; in wl1273_fm_rds()
193 rds.block = V4L2_RDS_BLOCK_MSK & status; in wl1273_fm_rds()
194 rds.block |= rds.block << 3; in wl1273_fm_rds()
198 rds.block |= V4L2_RDS_BLOCK_ERROR; in wl1273_fm_rds()
199 rds.block &= ~V4L2_RDS_BLOCK_CORRECTED; in wl1273_fm_rds()
201 rds.block &= ~V4L2_RDS_BLOCK_ERROR; in wl1273_fm_rds()
202 rds.block |= V4L2_RDS_BLOCK_CORRECTED; in wl1273_fm_rds()
206 memcpy(&radio->buffer[radio->wr_index], &rds, RDS_BLOCK_SIZE); in wl1273_fm_rds()