Lines Matching full:tempmon
206 struct regmap *tempmon; member
222 struct regmap *map = data->tempmon; in imx_set_panic_temp()
236 struct regmap *map = data->tempmon; in imx_set_alarm_temp()
257 struct regmap *map = data->tempmon; in imx_get_temp()
475 "fsl,tempmon-data"); in imx_init_from_tempmon_data()
544 { .compatible = "fsl,imx6q-tempmon", .data = &thermal_imx6q_data, },
545 { .compatible = "fsl,imx6sx-tempmon", .data = &thermal_imx6sx_data, },
546 { .compatible = "fsl,imx7d-tempmon", .data = &thermal_imx7d_data, },
613 map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, "fsl,tempmon"); in imx_thermal_probe()
616 dev_err(&pdev->dev, "failed to get tempmon regmap: %d\n", ret); in imx_thermal_probe()
619 data->tempmon = map; in imx_thermal_probe()
654 dev_err(&pdev->dev, "failed to init from fsl,tempmon-data\n"); in imx_thermal_probe()
822 struct regmap *map = data->tempmon; in imx_thermal_runtime_suspend()
844 struct regmap *map = data->tempmon; in imx_thermal_runtime_resume()