Lines Matching refs:data
24 /* TMU calibration data registers */
52 /* TMU OCOTP calibration data bitfields */
97 static int imx8mm_tmu_get_temp(void *data, int *temp)
99 struct tmu_sensor *sensor = data;
117 static int imx8mp_tmu_get_temp(void *data, int *temp)
119 struct tmu_sensor *sensor = data;
277 * Lack of calibration data OCOTP reference is not considered
296 const struct thermal_soc_data *data;
301 data = of_device_get_match_data(&pdev->dev);
304 data->num_sensors), GFP_KERNEL);
308 tmu->socdata = data;
328 for (i = 0; i < data->num_sensors; i++) {
392 { .compatible = "fsl,imx8mm-tmu", .data = &imx8mm_tmu_data, },
393 { .compatible = "fsl,imx8mp-tmu", .data = &imx8mp_tmu_data, },