Searched defs:v4l2_rds_tmc_msg (Results 1 – 1 of 1) sorted by relevance
223 struct v4l2_rds_tmc_msg { struct224 uint8_t length; /* length of multi-group message (0..4) */225 uint8_t sid; /* service identifier at time of reception */226 uint8_t extent;227 uint8_t dp; /* duration and persistence */228 uint16_t event; /* TMC event code */229 uint16_t location; /* TMC event location */230 bool follow_diversion; /* indicates if the driver is adviced to232 bool neg_direction; /* indicates negative / positive direction */257 struct v4l2_rds_tmc_msg tmc_msg; argument