Searched refs:trip_point_temp_show (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/thermal/ |
D | thermal_sys.c | 201 trip_point_temp_show(struct device *dev, struct device_attribute *attr, in trip_point_temp_show() function 291 __ATTR(trip_point_0_temp, 0444, trip_point_temp_show, NULL), 293 __ATTR(trip_point_1_temp, 0444, trip_point_temp_show, NULL), 295 __ATTR(trip_point_2_temp, 0444, trip_point_temp_show, NULL), 297 __ATTR(trip_point_3_temp, 0444, trip_point_temp_show, NULL), 299 __ATTR(trip_point_4_temp, 0444, trip_point_temp_show, NULL), 301 __ATTR(trip_point_5_temp, 0444, trip_point_temp_show, NULL), 303 __ATTR(trip_point_6_temp, 0444, trip_point_temp_show, NULL), 305 __ATTR(trip_point_7_temp, 0444, trip_point_temp_show, NULL), 307 __ATTR(trip_point_8_temp, 0444, trip_point_temp_show, NULL), [all …]
|