Searched refs:match_c (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 1592 match_c = 1; in bcm2048_parse_rds_rt() 1594 } else if (match_c) { in bcm2048_parse_rds_rt() 1595 match_c = 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 1728 match_c = 1; in bcm2048_parse_rds_ps() 1730 } else if (match_c) { in bcm2048_parse_rds_ps() 1731 match_c = 0; in bcm2048_parse_rds_ps()
|