best_match        407 drivers/media/i2c/et8ek8/et8ek8_driver.c 	struct et8ek8_reglist *best_match = NULL;
best_match        438 drivers/media/i2c/et8ek8/et8ek8_driver.c 			if (dist < max_dist_match || !best_match) {
best_match        439 drivers/media/i2c/et8ek8/et8ek8_driver.c 				best_match = *list;
best_match        450 drivers/media/i2c/et8ek8/et8ek8_driver.c 	return best_match ? best_match : best_other;
best_match       4167 drivers/mtd/spi-nor/spi-nor.c 	int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_READ_MASK) - 1;
best_match       4170 drivers/mtd/spi-nor/spi-nor.c 	if (best_match < 0)
best_match       4173 drivers/mtd/spi-nor/spi-nor.c 	cmd = spi_nor_hwcaps_read2cmd(BIT(best_match));
best_match       4198 drivers/mtd/spi-nor/spi-nor.c 	int cmd, best_match = fls(shared_hwcaps & SNOR_HWCAPS_PP_MASK) - 1;
best_match       4201 drivers/mtd/spi-nor/spi-nor.c 	if (best_match < 0)
best_match       4204 drivers/mtd/spi-nor/spi-nor.c 	cmd = spi_nor_hwcaps_pp2cmd(BIT(best_match));
best_match       1111 drivers/of/base.c 	const struct of_device_id *best_match = NULL;
best_match       1121 drivers/of/base.c 			best_match = matches;
best_match       1126 drivers/of/base.c 	return best_match;
best_match        911 net/decnet/dn_route.c 	int best_match = 0;
best_match        926 net/decnet/dn_route.c 		if (ret > best_match)
best_match        928 net/decnet/dn_route.c 		if (best_match == 0)
best_match        996 net/ipv4/tcp_ipv4.c 	struct tcp_md5sig_key *best_match = NULL;
best_match       1022 net/ipv4/tcp_ipv4.c 		if (match && (!best_match ||
best_match       1023 net/ipv4/tcp_ipv4.c 			      key->prefixlen > best_match->prefixlen))
best_match       1024 net/ipv4/tcp_ipv4.c 			best_match = key;
best_match       1026 net/ipv4/tcp_ipv4.c 	return best_match;