Lines Matching defs:tempmon
202 struct regmap *tempmon;
220 struct regmap *map = data->tempmon;
234 struct regmap *map = data->tempmon;
255 struct regmap *map = data->tempmon;
521 "fsl,tempmon-data");
591 { .compatible = "fsl,imx6q-tempmon", .data = &thermal_imx6q_data, },
592 { .compatible = "fsl,imx6sx-tempmon", .data = &thermal_imx6sx_data, },
593 { .compatible = "fsl,imx7d-tempmon", .data = &thermal_imx7d_data, },
660 map = syscon_regmap_lookup_by_phandle(pdev->dev.of_node, "fsl,tempmon");
663 dev_err(&pdev->dev, "failed to get tempmon regmap: %d\n", ret);
666 data->tempmon = map;
701 dev_err(&pdev->dev, "failed to init from fsl,tempmon-data\n");
868 struct regmap *map = data->tempmon;
890 struct regmap *map = data->tempmon;