Lines Matching refs:tzp
1026 kfree(zone->tzp);1059 struct thermal_zone_params *tzp;1075 tzp = kzalloc(sizeof(*tzp), GFP_KERNEL);1076 if (!tzp) {1082 tzp->no_hwmon = true;1085 tzp->sustainable_power = prop;1091 tzp->slope = tz->slope;1092 tzp->offset = tz->offset;1096 ops, tzp,1102 kfree(tzp);