Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dnct6775-core.c1765 static int find_temp_source(struct nct6775_data *data, int index, int count) in find_temp_source() function
1797 nr = find_temp_source(data, sattr->index, data->num_temp_alarms); in show_temp_alarm()
1867 nr = find_temp_source(data, sattr->index, data->num_temp_beeps); in show_temp_beep()
1892 nr = find_temp_source(data, sattr->index, data->num_temp_beeps); in store_temp_beep()
2360 if (nr == 2 && find_temp_source(data, temp, data->num_temp_alarms) < 0) in nct6775_temp_is_visible()
2363 if (nr == 3 && find_temp_source(data, temp, data->num_temp_beeps) < 0) in nct6775_temp_is_visible()