Searched refs:match_d (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/staging/media/bcm2048/ |
D | radio-bcm2048.c | 1588 int i, index = 0, crc, match_b = 0, match_c = 0, match_d = 0; in bcm2048_parse_rds_rt() local 1601 match_d = 1; in bcm2048_parse_rds_rt() 1603 } else if (match_d) { in bcm2048_parse_rds_rt() 1604 match_d = 0; in bcm2048_parse_rds_rt() 1724 int i, index = 0, crc, match_b = 0, match_c = 0, match_d = 0; in bcm2048_parse_rds_ps() local 1737 match_d = 1; in bcm2048_parse_rds_ps() 1739 } else if (match_d) { in bcm2048_parse_rds_ps() 1740 match_d = 0; in bcm2048_parse_rds_ps()
|