therm_input       749 drivers/hwmon/pc87360.c static struct sensor_device_attribute therm_input[] = {
therm_input       750 drivers/hwmon/pc87360.c 	SENSOR_ATTR_RO(temp4_input, therm_input, 0 + 11),
therm_input       751 drivers/hwmon/pc87360.c 	SENSOR_ATTR_RO(temp5_input, therm_input, 1 + 11),
therm_input       752 drivers/hwmon/pc87360.c 	SENSOR_ATTR_RO(temp6_input, therm_input, 2 + 11),
therm_input       825 drivers/hwmon/pc87360.c 	&therm_input[X].dev_attr.attr,	\