Lines Matching refs:rds
137 struct v4l2_rds_data rds = { 0, 0, 0 }; in wl1273_fm_rds() local
148 .buf = (u8 *) &rds, in wl1273_fm_rds()
149 .len = sizeof(rds), in wl1273_fm_rds()
175 status = rds.block; in wl1273_fm_rds()
181 rds.block = V4L2_RDS_BLOCK_MSK & status; in wl1273_fm_rds()
182 rds.block |= rds.block << 3; in wl1273_fm_rds()
186 rds.block |= V4L2_RDS_BLOCK_ERROR; in wl1273_fm_rds()
187 rds.block &= ~V4L2_RDS_BLOCK_CORRECTED; in wl1273_fm_rds()
189 rds.block &= ~V4L2_RDS_BLOCK_ERROR; in wl1273_fm_rds()
190 rds.block |= V4L2_RDS_BLOCK_CORRECTED; in wl1273_fm_rds()
194 memcpy(&radio->buffer[radio->wr_index], &rds, RDS_BLOCK_SIZE); in wl1273_fm_rds()