Lines Matching refs:regmap_t
204 struct regmap *regmap_t; member
209 struct regmap *r_t = chip->regmap_t; in mn88443x_cmn_power_on()
236 struct regmap *r_t = chip->regmap_t; in mn88443x_s_sleep()
244 struct regmap *r_t = chip->regmap_t; in mn88443x_s_wake()
359 struct regmap *r_t = chip->regmap_t; in mn88443x_t_sleep()
367 struct regmap *r_t = chip->regmap_t; in mn88443x_t_wake()
393 struct regmap *r_t = chip->regmap_t; in mn88443x_t_set_freq()
451 struct regmap *r_t = chip->regmap_t; in mn88443x_t_tune()
465 struct regmap *r_t = chip->regmap_t; in mn88443x_t_read_status()
564 struct regmap *r_t = chip->regmap_t; in mn88443x_set_frontend()
729 chip->regmap_t = devm_regmap_init_i2c(chip->client_t, ®map_config); in mn88443x_probe()
730 if (IS_ERR(chip->regmap_t)) { in mn88443x_probe()
731 ret = PTR_ERR(chip->regmap_t); in mn88443x_probe()