temp_crit         273 drivers/hwmon/adm1026.c 	s8 temp_crit[3];	/* Register value */
temp_crit         410 drivers/hwmon/adm1026.c 			data->temp_crit[i] = adm1026_read_value(client,
temp_crit        1012 drivers/hwmon/adm1026.c 	return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_crit[nr]));
temp_crit        1030 drivers/hwmon/adm1026.c 	data->temp_crit[nr] = TEMP_TO_REG(val);
temp_crit        1032 drivers/hwmon/adm1026.c 		data->temp_crit[nr]);
temp_crit        1037 drivers/hwmon/adm1026.c static SENSOR_DEVICE_ATTR_RW(temp1_crit, temp_crit, 0);
temp_crit        1038 drivers/hwmon/adm1026.c static SENSOR_DEVICE_ATTR_RW(temp2_crit, temp_crit, 1);
temp_crit        1039 drivers/hwmon/adm1026.c static SENSOR_DEVICE_ATTR_RW(temp3_crit, temp_crit, 2);
temp_crit          93 drivers/hwmon/adm1031.c 	s8 temp_crit[3];
temp_crit         157 drivers/hwmon/adm1031.c 			data->temp_crit[chan] =
temp_crit         704 drivers/hwmon/adm1031.c 	return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_crit[nr]));
temp_crit         788 drivers/hwmon/adm1031.c 	data->temp_crit[nr] = TEMP_TO_REG(val);
temp_crit         790 drivers/hwmon/adm1031.c 			    data->temp_crit[nr]);
temp_crit         799 drivers/hwmon/adm1031.c static SENSOR_DEVICE_ATTR_RW(temp1_crit, temp_crit, 0);
temp_crit         804 drivers/hwmon/adm1031.c static SENSOR_DEVICE_ATTR_RW(temp2_crit, temp_crit, 1);
temp_crit         809 drivers/hwmon/adm1031.c static SENSOR_DEVICE_ATTR_RW(temp3_crit, temp_crit, 2);
temp_crit         193 drivers/hwmon/k10temp.c static SENSOR_DEVICE_ATTR_RO(temp1_crit, temp_crit, 0);
temp_crit         194 drivers/hwmon/k10temp.c static SENSOR_DEVICE_ATTR_RO(temp1_crit_hyst, temp_crit, 1);
temp_crit         340 drivers/hwmon/max6639.c static SENSOR_DEVICE_ATTR_RW(temp1_crit, temp_crit, 0);
temp_crit         341 drivers/hwmon/max6639.c static SENSOR_DEVICE_ATTR_RW(temp2_crit, temp_crit, 1);
temp_crit         885 drivers/hwmon/nct6683.c SENSOR_TEMPLATE_2(temp_crit, "temp%d_crit", S_IRUGO, show_temp8, NULL, 0, 3);
temp_crit        2485 drivers/hwmon/nct6775.c SENSOR_TEMPLATE_2(temp_crit, "temp%d_crit", S_IRUGO | S_IWUSR, show_temp,
temp_crit         208 drivers/hwmon/pc87360.c 	s8 temp_crit[3];	/* Register value */
temp_crit         874 drivers/hwmon/pc87360.c 		       TEMP_FROM_REG(data->temp_crit[attr->index]));
temp_crit         941 drivers/hwmon/pc87360.c 	data->temp_crit[attr->index] = TEMP_TO_REG(val);
temp_crit         943 drivers/hwmon/pc87360.c 			    data->temp_crit[attr->index]);
temp_crit         968 drivers/hwmon/pc87360.c static struct sensor_device_attribute temp_crit[] = {
temp_crit         969 drivers/hwmon/pc87360.c 	SENSOR_ATTR_RW(temp1_crit, temp_crit, 0),
temp_crit         970 drivers/hwmon/pc87360.c 	SENSOR_ATTR_RW(temp2_crit, temp_crit, 1),
temp_crit         971 drivers/hwmon/pc87360.c 	SENSOR_ATTR_RW(temp3_crit, temp_crit, 2),
temp_crit        1057 drivers/hwmon/pc87360.c 	&temp_crit[X].dev_attr.attr,		\
temp_crit        1664 drivers/hwmon/pc87360.c 				data->temp_crit[i] = pc87360_read_value(data,
temp_crit          67 drivers/hwmon/pc87427.c 	s8 temp_crit[6];		/* register values */
temp_crit         311 drivers/hwmon/pc87427.c 	data->temp_crit[nr] = inb(iobase + PC87427_REG_TEMP_CRIT);
temp_crit         724 drivers/hwmon/pc87427.c 	return sprintf(buf, "%ld\n", temp_from_reg8(data->temp_crit[nr]));
temp_crit         800 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp1_crit, temp_crit, 0);
temp_crit         801 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp2_crit, temp_crit, 1);
temp_crit         802 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp3_crit, temp_crit, 2);
temp_crit         803 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp4_crit, temp_crit, 3);
temp_crit         804 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp5_crit, temp_crit, 4);
temp_crit         805 drivers/hwmon/pc87427.c static SENSOR_DEVICE_ATTR_RO(temp6_crit, temp_crit, 5);
temp_crit          72 drivers/hwmon/sch5627.c 	u8 temp_crit[SCH5627_NO_TEMPS];
temp_crit         162 drivers/hwmon/sch5627.c 		data->temp_crit[i] = val;
temp_crit         245 drivers/hwmon/sch5627.c 	val = reg_to_temp_limit(data->temp_crit[attr->index]);
temp_crit         341 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp1_crit, temp_crit, 0);
temp_crit         342 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp2_crit, temp_crit, 1);
temp_crit         343 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp3_crit, temp_crit, 2);
temp_crit         344 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp4_crit, temp_crit, 3);
temp_crit         345 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp5_crit, temp_crit, 4);
temp_crit         346 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp6_crit, temp_crit, 5);
temp_crit         347 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp7_crit, temp_crit, 6);
temp_crit         348 drivers/hwmon/sch5627.c static SENSOR_DEVICE_ATTR_RO(temp8_crit, temp_crit, 7);
temp_crit         124 drivers/net/ethernet/sfc/falcon/falcon_boards.c 	bool temp_crit, elec_fault, is_failure;
temp_crit         142 drivers/net/ethernet/sfc/falcon/falcon_boards.c 	temp_crit = false;
temp_crit         148 drivers/net/ethernet/sfc/falcon/falcon_boards.c 			temp_crit = true;
temp_crit         155 drivers/net/ethernet/sfc/falcon/falcon_boards.c 			temp_crit = true;
temp_crit         158 drivers/net/ethernet/sfc/falcon/falcon_boards.c 	is_failure = temp_crit || elec_fault;
temp_crit         170 drivers/net/ethernet/sfc/falcon/falcon_boards.c 			  temp_crit ? "; reached critical temperature" : "",
temp_crit          39 drivers/thermal/thermal_hwmon.c 	struct thermal_hwmon_attr temp_crit;	/* hwmon sys attr */
temp_crit          73 drivers/thermal/thermal_hwmon.c 				       temp_crit);
temp_crit         178 drivers/thermal/thermal_hwmon.c 		snprintf(temp->temp_crit.name,
temp_crit         179 drivers/thermal/thermal_hwmon.c 				sizeof(temp->temp_crit.name),
temp_crit         181 drivers/thermal/thermal_hwmon.c 		temp->temp_crit.attr.attr.name = temp->temp_crit.name;
temp_crit         182 drivers/thermal/thermal_hwmon.c 		temp->temp_crit.attr.attr.mode = 0444;
temp_crit         183 drivers/thermal/thermal_hwmon.c 		temp->temp_crit.attr.show = temp_crit_show;
temp_crit         184 drivers/thermal/thermal_hwmon.c 		sysfs_attr_init(&temp->temp_crit.attr.attr);
temp_crit         186 drivers/thermal/thermal_hwmon.c 					    &temp->temp_crit.attr);
temp_crit         235 drivers/thermal/thermal_hwmon.c 		device_remove_file(hwmon->device, &temp->temp_crit.attr);