Searched refs:find_temp_source (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/hwmon/ |
D | nct6775-core.c | 1761 static int find_temp_source(struct nct6775_data *data, int index, int count) in find_temp_source() function 1793 nr = find_temp_source(data, sattr->index, data->num_temp_alarms); in show_temp_alarm() 1863 nr = find_temp_source(data, sattr->index, data->num_temp_beeps); in show_temp_beep() 1888 nr = find_temp_source(data, sattr->index, data->num_temp_beeps); in store_temp_beep() 2356 if (nr == 2 && find_temp_source(data, temp, data->num_temp_alarms) < 0) in nct6775_temp_is_visible() 2359 if (nr == 3 && find_temp_source(data, temp, data->num_temp_beeps) < 0) in nct6775_temp_is_visible()
|