Searched refs:match_d (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/media/bcm2048/ |
D | radio-bcm2048.c | 1584 int i, index = 0, crc, match_b = 0, match_c = 0, match_d = 0; in bcm2048_parse_rds_rt() local 1597 match_d = 1; in bcm2048_parse_rds_rt() 1599 } else if (match_d) { in bcm2048_parse_rds_rt() 1600 match_d = 0; in bcm2048_parse_rds_rt() 1720 int i, index = 0, crc, match_b = 0, match_c = 0, match_d = 0; in bcm2048_parse_rds_ps() local 1733 match_d = 1; in bcm2048_parse_rds_ps() 1735 } else if (match_d) { in bcm2048_parse_rds_ps() 1736 match_d = 0; in bcm2048_parse_rds_ps()
|