Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mfd/
Dda9063-i2c.c94 static const struct regmap_access_table da9063_ad_readable_table = {
99 static const struct regmap_access_table da9063_ad_writeable_table = {
104 static const struct regmap_access_table da9063_ad_volatile_table = {
172 static const struct regmap_access_table da9063_bb_readable_table = {
177 static const struct regmap_access_table da9063_bb_writeable_table = {
182 static const struct regmap_access_table da9063_bb_volatile_table = {
Daxp20x.c47 static const struct regmap_access_table axp20x_writeable_table = {
52 static const struct regmap_access_table axp20x_volatile_table = {
66 static const struct regmap_access_table axp288_writeable_table = {
71 static const struct regmap_access_table axp288_volatile_table = {
Das3722.c283 static const struct regmap_access_table as3722_readable_table = {
306 static const struct regmap_access_table as3722_writable_table = {
316 static const struct regmap_access_table as3722_volatile_table = {
Dtps65218.c133 static const struct regmap_access_table tps65218_volatile_table = {
Dtwl-core.c304 static const struct regmap_access_table twl4030_49_volatile_table = {
/linux-4.1.27/drivers/staging/iio/magnetometer/
Dhmc5843_spi.c22 static const struct regmap_access_table hmc5843_readable_table = {
31 static const struct regmap_access_table hmc5843_writable_table = {
40 static const struct regmap_access_table hmc5843_volatile_table = {
Dhmc5843_i2c.c25 static const struct regmap_access_table hmc5843_readable_table = {
34 static const struct regmap_access_table hmc5843_writable_table = {
43 static const struct regmap_access_table hmc5843_volatile_table = {
/linux-4.1.27/drivers/base/regmap/
Dinternal.h94 const struct regmap_access_table *wr_table;
95 const struct regmap_access_table *rd_table;
96 const struct regmap_access_table *volatile_table;
97 const struct regmap_access_table *precious_table;
Dregmap.c65 const struct regmap_access_table *table) in regmap_check_range_table()
/linux-4.1.27/include/linux/
Dregmap.h88 struct regmap_access_table { struct
208 const struct regmap_access_table *wr_table;
209 const struct regmap_access_table *rd_table;
210 const struct regmap_access_table *volatile_table;
211 const struct regmap_access_table *precious_table;
449 const struct regmap_access_table *table);
/linux-4.1.27/drivers/iio/proximity/
Dsx9500.c150 static const struct regmap_access_table sx9500_writeable_regs = {
166 static const struct regmap_access_table sx9500_readable_regs = {
177 static const struct regmap_access_table sx9500_volatile_regs = {
/linux-4.1.27/sound/soc/codecs/
Dsta32x.c120 static const struct regmap_access_table sta32x_write_regs = {
125 static const struct regmap_access_table sta32x_read_regs = {
130 static const struct regmap_access_table sta32x_volatile_regs = {
Dsta350.c146 static const struct regmap_access_table sta350_write_regs = {
151 static const struct regmap_access_table sta350_read_regs = {
156 static const struct regmap_access_table sta350_volatile_regs = {