Searched refs:ctl_regmap (Results 1 – 1 of 1) sorted by relevance
61 struct regmap *ctl_regmap; member210 regmap = m24lr->ctl_regmap; in m24lr_read()248 regmap = m24lr->ctl_regmap; in m24lr_write()318 ret = m24lr_regmap_write(m24lr->ctl_regmap, output, 9, 2304); in m24lr_write_pass()497 struct regmap *ctl_regmap; in m24lr_probe() local523 ctl_regmap = devm_regmap_init_i2c(client, &m24lr_ctl_regmap_conf); in m24lr_probe()524 if (IS_ERR(ctl_regmap)) in m24lr_probe()525 return dev_err_probe(dev, PTR_ERR(ctl_regmap), in m24lr_probe()545 m24lr->ctl_regmap = ctl_regmap; in m24lr_probe()