Searched refs:match_d (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/staging/media/bcm2048/ |
D | radio-bcm2048.c | 1576 int i, index = 0, crc, match_b = 0, match_c = 0, match_d = 0; in bcm2048_parse_rds_rt() local 1588 match_d = 1; in bcm2048_parse_rds_rt() 1590 } else if (match_d) { in bcm2048_parse_rds_rt() 1591 match_d = 0; in bcm2048_parse_rds_rt() 1712 int i, index = 0, crc, match_b = 0, match_c = 0, match_d = 0; in bcm2048_parse_rds_ps() local 1724 match_d = 1; in bcm2048_parse_rds_ps() 1726 } else if (match_d) { in bcm2048_parse_rds_ps() 1727 match_d = 0; in bcm2048_parse_rds_ps()
|