Home
last modified time | relevance | path

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

123

/Linux-v5.10/drivers/mfd/
Dda9063-i2c.c167 static const struct regmap_access_table da9063_ad_readable_table = {
172 static const struct regmap_access_table da9063_ad_writeable_table = {
177 static const struct regmap_access_table da9063_ad_volatile_table = {
212 static const struct regmap_access_table da9063_bb_readable_table = {
217 static const struct regmap_access_table da9063_bb_writeable_table = {
222 static const struct regmap_access_table da9063_bb_da_volatile_table = {
256 static const struct regmap_access_table da9063l_bb_readable_table = {
261 static const struct regmap_access_table da9063l_bb_writeable_table = {
266 static const struct regmap_access_table da9063l_bb_da_volatile_table = {
289 static const struct regmap_access_table da9063_da_readable_table = {
[all …]
Dstpmic1.c47 static const struct regmap_access_table stpmic1_readable_table = {
52 static const struct regmap_access_table stpmic1_writeable_table = {
57 static const struct regmap_access_table stpmic1_volatile_table = {
Dbd9571mwv.c42 static const struct regmap_access_table bd9571mwv_readable_table = {
56 static const struct regmap_access_table bd9571mwv_writable_table = {
68 static const struct regmap_access_table bd9571mwv_volatile_table = {
Daxp20x.c59 static const struct regmap_access_table axp152_writeable_table = {
64 static const struct regmap_access_table axp152_volatile_table = {
85 static const struct regmap_access_table axp20x_writeable_table = {
90 static const struct regmap_access_table axp20x_volatile_table = {
110 static const struct regmap_access_table axp22x_writeable_table = {
115 static const struct regmap_access_table axp22x_volatile_table = {
138 static const struct regmap_access_table axp288_writeable_table = {
143 static const struct regmap_access_table axp288_volatile_table = {
160 static const struct regmap_access_table axp806_writeable_table = {
165 static const struct regmap_access_table axp806_volatile_table = {
Dmax77620.c137 static const struct regmap_access_table max77620_readable_table = {
147 static const struct regmap_access_table max20024_readable_table = {
156 static const struct regmap_access_table max77620_writable_table = {
166 static const struct regmap_access_table max77620_volatile_table = {
198 static const struct regmap_access_table max77663_readable_table = {
207 static const struct regmap_access_table max77663_writable_table = {
Dac100.c59 static const struct regmap_access_table ac100_writeable_table = {
64 static const struct regmap_access_table ac100_volatile_table = {
Dda9062-core.c470 static const struct regmap_access_table da9061_aa_readable_table = {
475 static const struct regmap_access_table da9061_aa_writeable_table = {
480 static const struct regmap_access_table da9061_aa_volatile_table = {
575 static const struct regmap_access_table da9062_aa_readable_table = {
580 static const struct regmap_access_table da9062_aa_writeable_table = {
585 static const struct regmap_access_table da9062_aa_volatile_table = {
Das3722.c270 static const struct regmap_access_table as3722_readable_table = {
293 static const struct regmap_access_table as3722_writable_table = {
303 static const struct regmap_access_table as3722_volatile_table = {
Dtps65086.c36 static const struct regmap_access_table tps65086_volatile_table = {
Dtps65912-core.c84 static const struct regmap_access_table tps65912_volatile_table = {
/Linux-v5.10/drivers/iio/magnetometer/
Drm3100.h11 extern const struct regmap_access_table rm3100_readable_table;
12 extern const struct regmap_access_table rm3100_writable_table;
13 extern const struct regmap_access_table rm3100_volatile_table;
Dhmc5843_i2c.c21 static const struct regmap_access_table hmc5843_readable_table = {
30 static const struct regmap_access_table hmc5843_writable_table = {
39 static const struct regmap_access_table hmc5843_volatile_table = {
Dhmc5843_spi.c18 static const struct regmap_access_table hmc5843_readable_table = {
27 static const struct regmap_access_table hmc5843_writable_table = {
36 static const struct regmap_access_table hmc5843_volatile_table = {
Drm3100-core.c98 const struct regmap_access_table rm3100_readable_table = {
108 const struct regmap_access_table rm3100_writable_table = {
118 const struct regmap_access_table rm3100_volatile_table = {
/Linux-v5.10/drivers/base/regmap/
Dinternal.h96 const struct regmap_access_table *wr_table;
97 const struct regmap_access_table *rd_table;
98 const struct regmap_access_table *volatile_table;
99 const struct regmap_access_table *precious_table;
100 const struct regmap_access_table *wr_noinc_table;
101 const struct regmap_access_table *rd_noinc_table;
/Linux-v5.10/drivers/net/dsa/
Dlan9303.h8 extern const struct regmap_access_table lan9303_register_set;
/Linux-v5.10/include/linux/
Dregmap.h219 struct regmap_access_table { struct
373 const struct regmap_access_table *wr_table;
374 const struct regmap_access_table *rd_table;
375 const struct regmap_access_table *volatile_table;
376 const struct regmap_access_table *precious_table;
377 const struct regmap_access_table *wr_noinc_table;
378 const struct regmap_access_table *rd_noinc_table;
1121 const struct regmap_access_table *table);
/Linux-v5.10/scripts/
Dconst_structs.checkpatch49 regmap_access_table
/Linux-v5.10/drivers/pinctrl/
Dpinctrl-mcp23s08.c61 static const struct regmap_access_table mcp23x08_volatile_table = {
71 static const struct regmap_access_table mcp23x08_precious_table = {
106 static const struct regmap_access_table mcp23x17_volatile_table = {
116 static const struct regmap_access_table mcp23x17_precious_table = {
/Linux-v5.10/drivers/soc/imx/
Dgpcv2.c127 const struct regmap_access_table *reg_access_table;
271 static const struct regmap_access_table imx7_access_table = {
435 static const struct regmap_access_table imx8m_access_table = {
/Linux-v5.10/drivers/regulator/
Dslg51000-regulator.c157 static const struct regmap_access_table slg51000_writeable_table = {
162 static const struct regmap_access_table slg51000_readable_table = {
167 static const struct regmap_access_table slg51000_volatile_table = {
/Linux-v5.10/drivers/thermal/
Dqoriq_thermal.c242 static const struct regmap_access_table qoriq_wr_table = {
247 static const struct regmap_access_table qoriq_rd_table = {
/Linux-v5.10/drivers/power/supply/
Dmax1721x_battery.c292 static const struct regmap_access_table max1721x_regs = {
307 static const struct regmap_access_table max1721x_volatile_regs = {
Dcw2015_battery.c601 static const struct regmap_access_table regmap_rd_table = {
613 static const struct regmap_access_table regmap_wr_table = {
622 static const struct regmap_access_table regmap_vol_table = {
/Linux-v5.10/drivers/iio/light/
Dapds9960.c166 static const struct regmap_access_table apds9960_volatile_table = {
175 static const struct regmap_access_table apds9960_precious_table = {
187 static const struct regmap_access_table apds9960_readable_table = {
198 static const struct regmap_access_table apds9960_writeable_table = {

123