Searched refs:match_c (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 1596 match_c = 1; in bcm2048_parse_rds_rt() 1598 } else if (match_c) { in bcm2048_parse_rds_rt() 1599 match_c = 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 1732 match_c = 1; in bcm2048_parse_rds_ps() 1734 } else if (match_c) { in bcm2048_parse_rds_ps() 1735 match_c = 0; in bcm2048_parse_rds_ps()
|