Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dadm1031.c289 int first_match = -1, exact_match = -1; in get_fan_auto_nearest() local
304 first_match == -1) { in get_fan_auto_nearest()
309 first_match = i; in get_fan_auto_nearest()
315 else if (first_match >= 0) in get_fan_auto_nearest()
316 return first_match; in get_fan_auto_nearest()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dadm1031.c288 int first_match = -1, exact_match = -1; in get_fan_auto_nearest() local
303 first_match == -1) { in get_fan_auto_nearest()
308 first_match = i; in get_fan_auto_nearest()
314 else if (first_match >= 0) in get_fan_auto_nearest()
315 return first_match; in get_fan_auto_nearest()

Completed in 4 milliseconds