Searched defs:regmap (Results 1 - 14 of 14) sorted by relevance

/include/linux/mfd/da9052/
H A Dda9052.h28 #include <linux/regmap.h>
80 struct regmap *regmap; member in struct:da9052
93 ret = regmap_read(da9052->regmap, reg, &val);
102 return regmap_write(da9052->regmap, reg, val);
108 return regmap_bulk_read(da9052->regmap, reg, val, reg_cnt);
114 return regmap_raw_write(da9052->regmap, reg, val, reg_cnt);
121 return regmap_update_bits(da9052->regmap, reg, bit_mask, reg_val);
/include/linux/mfd/wm8994/
H A Dcore.h29 struct regmap;
62 struct regmap *regmap; member in struct:wm8994
/include/linux/mfd/pcf50633/
H A Dcore.h24 struct regmap;
138 struct regmap *regmap; member in struct:pcf50633
/include/linux/mfd/
H A Dtwl6040.h201 struct regmap;
205 struct regmap *regmap; member in struct:twl6040
H A Drc5t583.h29 #include <linux/regmap.h>
255 struct regmap *regmap; member in struct:rc5t583
286 return regmap_write(rc5t583->regmap, reg, val);
294 ret = regmap_read(rc5t583->regmap, reg, &ival);
304 return regmap_update_bits(rc5t583->regmap, reg, bit_mask, bit_mask);
311 return regmap_update_bits(rc5t583->regmap, reg, bit_mask, 0);
318 return regmap_update_bits(rc5t583->regmap, reg, mask, val);
H A Dtps65217.h263 struct regmap *regmap; member in struct:tps65217
H A D88pm860x.h320 struct regmap *regmap; member in struct:pm860x_chip
321 struct regmap *regmap_companion;
H A Dtps65910.h809 struct regmap *regmap; member in struct:tps65910
H A Dwm8400-private.h28 struct regmap;
36 struct regmap *regmap; member in struct:wm8400
/include/sound/
H A Dak4113.h291 unsigned char regmap[AK4113_WRITABLE_REGS]; member in struct:ak4113
H A Dak4114.h173 unsigned char regmap[7]; member in struct:ak4114
H A Dak4117.h165 unsigned char regmap[5]; member in struct:ak4117
/include/linux/mfd/s5m87xx/
H A Ds5m-core.h310 struct regmap *regmap; member in struct:s5m87xx_dev
/include/linux/mfd/wm831x/
H A Dcore.h21 #include <linux/regmap.h>
366 struct regmap *regmap; member in struct:wm831x

Completed in 257 milliseconds