Lines Matching full:tempmon
207 struct regmap *tempmon; member
223 struct regmap *map = data->tempmon; in imx_set_panic_temp()
237 struct regmap *map = data->tempmon; in imx_set_alarm_temp()
258 struct regmap *map = data->tempmon; in imx_get_temp()
460 "fsl,tempmon-data"); in imx_init_from_tempmon_data()
529 { .compatible = "fsl,imx6q-tempmon", .data = &thermal_imx6q_data, },
530 { .compatible = "fsl,imx6sx-tempmon", .data = &thermal_imx6sx_data, },
531 { .compatible = "fsl,imx7d-tempmon", .data = &thermal_imx7d_data, },
599 map = syscon_regmap_lookup_by_phandle(dev->of_node, "fsl,tempmon"); in imx_thermal_probe()
602 dev_err(dev, "failed to get tempmon regmap: %d\n", ret); in imx_thermal_probe()
605 data->tempmon = map; in imx_thermal_probe()
640 dev_err(dev, "failed to init from fsl,tempmon-data\n"); in imx_thermal_probe()
803 struct regmap *map = data->tempmon; in imx_thermal_runtime_suspend()
825 struct regmap *map = data->tempmon; in imx_thermal_runtime_resume()