Lines Matching refs:rds
22 #include "vivid-rds-gen.h"
93 struct v4l2_rds_data rds = data[data_blk];
100 rds.block |= V4L2_RDS_BLOCK_CORRECTED;
103 rds.block |= V4L2_RDS_BLOCK_INVALID;
106 rds.block |= V4L2_RDS_BLOCK_ERROR;
107 rds.lsb = prandom_u32_max(256);
108 rds.msb = prandom_u32_max(256);
121 if (copy_to_user(buf + i, &rds, sizeof(rds))) {
125 i += sizeof(rds);