__tcbp            684 drivers/thermal/of-thermal.c 	struct __thermal_cooling_bind_param *__tcbp;
__tcbp            720 drivers/thermal/of-thermal.c 	__tcbp = kcalloc(count, sizeof(*__tcbp), GFP_KERNEL);
__tcbp            721 drivers/thermal/of-thermal.c 	if (!__tcbp)
__tcbp            732 drivers/thermal/of-thermal.c 		__tcbp[i].cooling_device = cooling_spec.np;
__tcbp            735 drivers/thermal/of-thermal.c 			__tcbp[i].min = cooling_spec.args[0];
__tcbp            736 drivers/thermal/of-thermal.c 			__tcbp[i].max = cooling_spec.args[1];
__tcbp            742 drivers/thermal/of-thermal.c 	__tbp->tcbp = __tcbp;
__tcbp            749 drivers/thermal/of-thermal.c 		of_node_put(__tcbp[i].cooling_device);
__tcbp            750 drivers/thermal/of-thermal.c 	kfree(__tcbp);