Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dw83627hf.c368 u16 temp_max_hyst[3]; /* Register value */ member
548 data->temp_max_hyst[i] = w83627hf_read_value( in w83627hf_update_device()
609 data->temp_max_hyst[i]); in w83627hf_resume()
1254 u16 tmp = data->temp_max_hyst[nr]; in temp_max_hyst_show()
1275 data->temp_max_hyst[nr] = tmp; in temp_max_hyst_store()
1283 static SENSOR_DEVICE_ATTR_RW(temp1_max_hyst, temp_max_hyst, 0);
1286 static SENSOR_DEVICE_ATTR_RW(temp2_max_hyst, temp_max_hyst, 1);
1289 static SENSOR_DEVICE_ATTR_RW(temp3_max_hyst, temp_max_hyst, 2);
H A Dnct6775-core.c2388 SENSOR_TEMPLATE_2(temp_max_hyst, "temp%d_max_hyst", 0644, show_temp, store_temp, 0, 2);