tm_map 63 drivers/thermal/qcom/tsens-8960.c struct regmap *map = priv->tm_map; tm_map 88 drivers/thermal/qcom/tsens-8960.c struct regmap *map = priv->tm_map; tm_map 120 drivers/thermal/qcom/tsens-8960.c ret = regmap_read(priv->tm_map, CNTL_ADDR, ®); tm_map 125 drivers/thermal/qcom/tsens-8960.c ret = regmap_write(priv->tm_map, CNTL_ADDR, reg | SW_RST); tm_map 134 drivers/thermal/qcom/tsens-8960.c ret = regmap_write(priv->tm_map, CNTL_ADDR, reg); tm_map 151 drivers/thermal/qcom/tsens-8960.c ret = regmap_read(priv->tm_map, CNTL_ADDR, ®_cntl); tm_map 162 drivers/thermal/qcom/tsens-8960.c regmap_write(priv->tm_map, CNTL_ADDR, reg_cntl); tm_map 170 drivers/thermal/qcom/tsens-8960.c priv->tm_map = dev_get_regmap(priv->dev, NULL); tm_map 171 drivers/thermal/qcom/tsens-8960.c if (!priv->tm_map) tm_map 187 drivers/thermal/qcom/tsens-8960.c ret = regmap_update_bits(priv->tm_map, CNTL_ADDR, SW_RST, reg_cntl); tm_map 194 drivers/thermal/qcom/tsens-8960.c ret = regmap_update_bits(priv->tm_map, CONFIG_ADDR, tm_map 203 drivers/thermal/qcom/tsens-8960.c ret = regmap_write(priv->tm_map, CNTL_ADDR, reg_cntl); tm_map 208 drivers/thermal/qcom/tsens-8960.c ret = regmap_write(priv->tm_map, CNTL_ADDR, reg_cntl); tm_map 257 drivers/thermal/qcom/tsens-8960.c ret = regmap_read(priv->tm_map, INT_STATUS_ADDR, &trdy); tm_map 262 drivers/thermal/qcom/tsens-8960.c ret = regmap_read(priv->tm_map, s->status, &code); tm_map 194 drivers/thermal/qcom/tsens-common.c priv->tm_map = devm_regmap_init_mmio(dev, tm_base, &tsens_config); tm_map 195 drivers/thermal/qcom/tsens-common.c if (IS_ERR(priv->tm_map)) { tm_map 196 drivers/thermal/qcom/tsens-common.c ret = PTR_ERR(priv->tm_map); tm_map 223 drivers/thermal/qcom/tsens-common.c priv->rf[j] = devm_regmap_field_alloc(dev, priv->tm_map, tm_map 231 drivers/thermal/qcom/tsens-common.c priv->rf[j] = devm_regmap_field_alloc(dev, priv->tm_map, tm_map 303 drivers/thermal/qcom/tsens.h struct regmap *tm_map;