Searched refs:nr_matches (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | tuner-xc2028.c | 478 int nr_matches; in seek_firmware() local 490 nr_matches = hweight64(match_mask); in seek_firmware() 491 if (nr_matches > best_nr_matches) { in seek_firmware() 492 best_nr_matches = nr_matches; in seek_firmware()
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | xc2028.c | 478 int nr_matches; in seek_firmware() local 490 nr_matches = hweight64(match_mask); in seek_firmware() 491 if (nr_matches > best_nr_matches) { in seek_firmware() 492 best_nr_matches = nr_matches; in seek_firmware()
|
/kernel/linux/linux-5.10/drivers/bus/ |
H A D | ti-sysc.c | 875 int i, j, nr_regs = 0, nr_matches = 0; in sysc_check_registers() local 892 nr_matches++; in sysc_check_registers() 897 if (nr_matches > nr_regs) { in sysc_check_registers() 899 nr_regs, nr_matches); in sysc_check_registers()
|
/kernel/linux/linux-6.6/drivers/bus/ |
H A D | ti-sysc.c | 855 int i, j, nr_regs = 0, nr_matches = 0; in sysc_check_registers() local 872 nr_matches++; in sysc_check_registers() 877 if (nr_matches > nr_regs) { in sysc_check_registers() 879 nr_regs, nr_matches); in sysc_check_registers()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata-core.c | 6218 int nr_matches = 0, i; in ata_parse_force_one() local 6267 nr_matches++; in ata_parse_force_one() 6271 nr_matches = 1; in ata_parse_force_one() 6276 if (!nr_matches) { in ata_parse_force_one() 6280 if (nr_matches > 1) { in ata_parse_force_one()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libata-core.c | 6400 int nr_matches = 0, i; in ata_parse_force_one() local 6449 nr_matches++; in ata_parse_force_one() 6453 nr_matches = 1; in ata_parse_force_one() 6458 if (!nr_matches) { in ata_parse_force_one() 6462 if (nr_matches > 1) { in ata_parse_force_one()
|
Completed in 30 milliseconds