Lines Matching defs:tempmon
206 struct regmap *tempmon;
222 struct regmap *map = data->tempmon;
236 struct regmap *map = data->tempmon;
257 struct regmap *map = data->tempmon;
475 "fsl,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");
616 dev_err(&pdev->dev, "failed to get tempmon regmap: %d\n", ret);
619 data->tempmon = map;
654 dev_err(&pdev->dev, "failed to init from fsl,tempmon-data\n");
822 struct regmap *map = data->tempmon;
844 struct regmap *map = data->tempmon;