Home
last modified time | relevance | path

Searched refs:best_nr_matches (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dtuner-xc2028.c435 int i, best_i = -1, best_nr_matches = 0; in seek_firmware() local
491 if (nr_matches > best_nr_matches) { in seek_firmware()
492 best_nr_matches = nr_matches; in seek_firmware()
497 if (best_nr_matches > 0) { in seek_firmware()
499 best_nr_matches); in seek_firmware()
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dxc2028.c435 int i, best_i = -1, best_nr_matches = 0; in seek_firmware() local
491 if (nr_matches > best_nr_matches) { in seek_firmware()
492 best_nr_matches = nr_matches; in seek_firmware()
497 if (best_nr_matches > 0) { in seek_firmware()
499 best_nr_matches); in seek_firmware()

Completed in 4 milliseconds