Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dnct6775.c1804 static int find_temp_source(struct nct6775_data *data, int index, int count) in find_temp_source() function
1832 nr = find_temp_source(data, sattr->index, data->num_temp_alarms); in show_temp_alarm()
1893 nr = find_temp_source(data, sattr->index, data->num_temp_beeps); in show_temp_beep()
1918 nr = find_temp_source(data, sattr->index, data->num_temp_beeps); in store_temp_beep()
2344 if (nr == 2 && find_temp_source(data, temp, data->num_temp_alarms) < 0) in nct6775_temp_is_visible()
2347 if (nr == 3 && find_temp_source(data, temp, data->num_temp_beeps) < 0) in nct6775_temp_is_visible()