Home
last modified time | relevance | path

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

/drivers/media/common/tuners/
Dtuner-xc2028.c411 int i, best_i = -1, best_nr_matches = 0; in seek_firmware() local
466 if (nr_matches > best_nr_matches) { in seek_firmware()
467 best_nr_matches = nr_matches; in seek_firmware()
472 if (best_nr_matches > 0) { in seek_firmware()
474 "type=", best_nr_matches); in seek_firmware()