trip_hyst_attrs   531 drivers/thermal/thermal_sysfs.c 		tz->trip_hyst_attrs = kcalloc(tz->trips,
trip_hyst_attrs   532 drivers/thermal/thermal_sysfs.c 					      sizeof(*tz->trip_hyst_attrs),
trip_hyst_attrs   534 drivers/thermal/thermal_sysfs.c 		if (!tz->trip_hyst_attrs) {
trip_hyst_attrs   546 drivers/thermal/thermal_sysfs.c 			kfree(tz->trip_hyst_attrs);
trip_hyst_attrs   582 drivers/thermal/thermal_sysfs.c 		snprintf(tz->trip_hyst_attrs[indx].name, THERMAL_NAME_LENGTH,
trip_hyst_attrs   585 drivers/thermal/thermal_sysfs.c 		sysfs_attr_init(&tz->trip_hyst_attrs[indx].attr.attr);
trip_hyst_attrs   586 drivers/thermal/thermal_sysfs.c 		tz->trip_hyst_attrs[indx].attr.attr.name =
trip_hyst_attrs   587 drivers/thermal/thermal_sysfs.c 					tz->trip_hyst_attrs[indx].name;
trip_hyst_attrs   588 drivers/thermal/thermal_sysfs.c 		tz->trip_hyst_attrs[indx].attr.attr.mode = S_IRUGO;
trip_hyst_attrs   589 drivers/thermal/thermal_sysfs.c 		tz->trip_hyst_attrs[indx].attr.show = trip_point_hyst_show;
trip_hyst_attrs   591 drivers/thermal/thermal_sysfs.c 			tz->trip_hyst_attrs[indx].attr.attr.mode |= S_IWUSR;
trip_hyst_attrs   592 drivers/thermal/thermal_sysfs.c 			tz->trip_hyst_attrs[indx].attr.store =
trip_hyst_attrs   596 drivers/thermal/thermal_sysfs.c 					&tz->trip_hyst_attrs[indx].attr.attr;
trip_hyst_attrs   619 drivers/thermal/thermal_sysfs.c 		kfree(tz->trip_hyst_attrs);
trip_hyst_attrs   198 include/linux/thermal.h 	struct thermal_attr *trip_hyst_attrs;