Searched refs:find_temp_source (Results 1 – 1 of 1) sorted by relevance
/drivers/hwmon/ |
D | nct6775.c | 1914 static int find_temp_source(struct nct6775_data *data, int index, int count) in find_temp_source() function 1942 nr = find_temp_source(data, sattr->index, data->num_temp_alarms); in show_temp_alarm() 2003 nr = find_temp_source(data, sattr->index, data->num_temp_beeps); in show_temp_beep() 2028 nr = find_temp_source(data, sattr->index, data->num_temp_beeps); in store_temp_beep() 2454 if (nr == 2 && find_temp_source(data, temp, data->num_temp_alarms) < 0) in nct6775_temp_is_visible() 2457 if (nr == 3 && find_temp_source(data, temp, data->num_temp_beeps) < 0) in nct6775_temp_is_visible()
|