tmu_read          103 drivers/thermal/qoriq_thermal.c 	val = tmu_read(qdata, &qdata->regs->site[qsensor->id].tritsr);
tmu_read          265 drivers/thermal/qoriq_thermal.c 	tmr = tmu_read(data, &data->regs->tmr);
tmu_read          285 drivers/thermal/qoriq_thermal.c 	tmr = tmu_read(data, &data->regs->tmr);
tmu_read          200 drivers/thermal/samsung/exynos_tmu.c 	int (*tmu_read)(struct exynos_tmu_data *data);
tmu_read          655 drivers/thermal/samsung/exynos_tmu.c 	if (!data || !data->tmu_read)
tmu_read          667 drivers/thermal/samsung/exynos_tmu.c 	value = data->tmu_read(data);
tmu_read          902 drivers/thermal/samsung/exynos_tmu.c 		data->tmu_read = exynos4210_tmu_read;
tmu_read          921 drivers/thermal/samsung/exynos_tmu.c 		data->tmu_read = exynos4412_tmu_read;
tmu_read          940 drivers/thermal/samsung/exynos_tmu.c 		data->tmu_read = exynos4412_tmu_read;
tmu_read          958 drivers/thermal/samsung/exynos_tmu.c 		data->tmu_read = exynos7_tmu_read;