Home
last modified time | relevance | path

Searched refs:rmap (Results 1 – 1 of 1) sorted by relevance

/drivers/mfd/
Dtps65090.c85 struct regmap *rmap; member
95 return regmap_write(tps->rmap, reg, val); in tps65090_write()
104 ret = regmap_read(tps->rmap, reg, &temp_val); in tps65090_read()
114 return regmap_update_bits(tps->rmap, reg, BIT(bit_num), ~0u); in tps65090_set_bits()
121 return regmap_update_bits(tps->rmap, reg, BIT(bit_num), 0u); in tps65090_clr_bits()
297 tps65090->rmap = regmap_init_i2c(tps65090->client, in tps65090_i2c_probe()
299 if (IS_ERR(tps65090->rmap)) { in tps65090_i2c_probe()
301 PTR_ERR(tps65090->rmap)); in tps65090_i2c_probe()
316 regmap_exit(tps65090->rmap); in tps65090_i2c_probe()
330 regmap_exit(tps65090->rmap); in tps65090_i2c_remove()