qfprom_csel       141 drivers/thermal/qcom/tsens-v0_1.c 	u32 *qfprom_cdata, *qfprom_csel;
qfprom_csel       147 drivers/thermal/qcom/tsens-v0_1.c 	qfprom_csel = (u32 *)qfprom_read(priv->dev, "calib_sel");
qfprom_csel       148 drivers/thermal/qcom/tsens-v0_1.c 	if (IS_ERR(qfprom_csel)) {
qfprom_csel       150 drivers/thermal/qcom/tsens-v0_1.c 		return PTR_ERR(qfprom_csel);
qfprom_csel       153 drivers/thermal/qcom/tsens-v0_1.c 	mode = (qfprom_csel[0] & MSM8916_CAL_SEL_MASK) >> MSM8916_CAL_SEL_SHIFT;
qfprom_csel       187 drivers/thermal/qcom/tsens-v0_1.c 	kfree(qfprom_csel);