Lines Matching refs:regmap_t
204 struct regmap *regmap_t; member
210 struct regmap *r_t = chip->regmap_t; in mn88443x_cmn_power_on()
245 struct regmap *r_t = chip->regmap_t; in mn88443x_s_sleep()
253 struct regmap *r_t = chip->regmap_t; in mn88443x_s_wake()
368 struct regmap *r_t = chip->regmap_t; in mn88443x_t_sleep()
376 struct regmap *r_t = chip->regmap_t; in mn88443x_t_wake()
402 struct regmap *r_t = chip->regmap_t; in mn88443x_t_set_freq()
460 struct regmap *r_t = chip->regmap_t; in mn88443x_t_tune()
474 struct regmap *r_t = chip->regmap_t; in mn88443x_t_read_status()
573 struct regmap *r_t = chip->regmap_t; in mn88443x_set_frontend()
738 chip->regmap_t = devm_regmap_init_i2c(chip->client_t, ®map_config); in mn88443x_probe()
739 if (IS_ERR(chip->regmap_t)) { in mn88443x_probe()
740 ret = PTR_ERR(chip->regmap_t); in mn88443x_probe()