Searched refs:regmap (Results 26 - 50 of 50) sorted by relevance

12

/include/linux/mfd/
H A Drk808.h23 #include <linux/regmap.h>
194 struct regmap *regmap; member in struct:rk808
H A Dtwl6040.h219 struct regmap;
224 struct regmap *regmap; member in struct:twl6040
H A Das3722.h29 #include <linux/regmap.h>
388 struct regmap *regmap; member in struct:as3722
398 return regmap_read(as3722->regmap, reg, dest);
403 return regmap_write(as3722->regmap, reg, value);
409 return regmap_bulk_read(as3722->regmap, reg, buf, count);
415 return regmap_bulk_write(as3722->regmap, reg, data, count);
421 return regmap_update_bits(as3722->regmap, reg, mask, val);
H A Dsi476x-core.h27 #include <linux/regmap.h>
126 struct regmap *regmap; member in struct:si476x_core
531 struct regmap *devm_regmap_init_si476x(struct si476x_core *);
H A Daxp20x.h175 struct regmap *regmap; member in struct:axp20x_dev
H A Dtps65910.h21 #include <linux/regmap.h>
894 struct regmap *regmap; member in struct:tps65910
923 return regmap_read(tps65910->regmap, reg, val);
929 return regmap_write(tps65910->regmap, reg, val);
935 return regmap_update_bits(tps65910->regmap, reg, mask, mask);
941 return regmap_update_bits(tps65910->regmap, reg, mask, 0);
947 return regmap_update_bits(tps65910->regmap, reg, mask, val);
H A Dmax77693-private.h432 struct regmap *regmap; member in struct:max77693_dev
433 struct regmap *regmap_muic;
434 struct regmap *regmap_haptic;
H A Drn5t618.h17 #include <linux/regmap.h>
225 struct regmap *regmap; member in struct:rn5t618
H A D88pm860x.h385 struct regmap *regmap; member in struct:pm860x_chip
386 struct regmap *regmap_companion;
H A Dmax77686-private.h26 #include <linux/regmap.h>
444 struct regmap *regmap; /* regmap for mfd */ member in struct:max77686_dev
445 struct regmap *rtc_regmap; /* regmap for rtc */
H A Dmax8907.h245 struct regmap *regmap_gen;
246 struct regmap *regmap_rtc;
H A Dtps65217.h259 struct regmap *regmap; member in struct:tps65217
H A Dtps65218.h271 struct regmap *regmap; member in struct:tps65218
H A Dti_am335x_tscadc.h154 struct regmap *regmap_tscadc;
H A Dwm8400-private.h27 #include <linux/regmap.h>
33 struct regmap *regmap; member in struct:wm8400
932 return regmap_update_bits(wm8400->regmap, reg, mask, val);
H A Dpalmas.h21 #include <linux/regmap.h>
69 struct regmap *regmap[PALMAS_NUM_CLIENTS]; member in struct:palmas
3717 return regmap_read(palmas->regmap[slave_id], addr, val);
3726 return regmap_write(palmas->regmap[slave_id], addr, value);
3735 return regmap_bulk_write(palmas->regmap[slave_id], addr,
3745 return regmap_bulk_read(palmas->regmap[slave_id], addr,
3755 return regmap_update_bits(palmas->regmap[slave_id], addr, mask, val);
/include/linux/mfd/samsung/
H A Dcore.h70 struct regmap *regmap_pmic;
/include/linux/mfd/wm831x/
H A Dcore.h22 #include <linux/regmap.h>
368 struct regmap *regmap; member in struct:wm831x
/include/linux/regulator/
H A Dconsumer.h42 struct regmap;
241 struct regmap *regulator_get_regmap(struct regulator *regulator);
490 static inline struct regmap *regulator_get_regmap(struct regulator *regulator)
/include/trace/events/
H A Dregmap.h2 #define TRACE_SYSTEM regmap
11 struct regmap;
/include/sound/
H A Dak4113.h291 unsigned char regmap[AK4113_WRITABLE_REGS]; member in struct:ak4113
H A Dak4114.h173 unsigned char regmap[6]; member in struct:ak4114
H A Dak4117.h165 unsigned char regmap[5]; member in struct:ak4117
H A Dsoc.h23 #include <linux/regmap.h>
742 struct regmap *regmap; member in struct:snd_soc_component
838 struct regmap *(*get_regmap)(struct device *);
/include/linux/mfd/wm8350/
H A Dcore.h20 #include <linux/regmap.h>
602 struct regmap *regmap; member in struct:wm8350

Completed in 280 milliseconds

12