Home
last modified time | relevance | path

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

123456

/linux-6.14.4/drivers/iio/accel/
Dadxl313.h49 extern const struct regmap_access_table adxl312_readable_regs_table;
50 extern const struct regmap_access_table adxl313_readable_regs_table;
51 extern const struct regmap_access_table adxl314_readable_regs_table;
53 extern const struct regmap_access_table adxl312_writable_regs_table;
54 extern const struct regmap_access_table adxl313_writable_regs_table;
55 extern const struct regmap_access_table adxl314_writable_regs_table;
Dadxl313_core.c31 const struct regmap_access_table adxl312_readable_regs_table = {
37 const struct regmap_access_table adxl313_readable_regs_table = {
43 const struct regmap_access_table adxl314_readable_regs_table = {
143 const struct regmap_access_table adxl312_writable_regs_table = {
149 const struct regmap_access_table adxl313_writable_regs_table = {
155 const struct regmap_access_table adxl314_writable_regs_table = {
Dadxl355.h32 extern const struct regmap_access_table adxl355_readable_regs_tbl;
33 extern const struct regmap_access_table adxl355_writeable_regs_tbl;
Dkionix-kx022a.c71 static const struct regmap_access_table kx022a_volatile_regs = {
83 static const struct regmap_access_table kx022a_precious_regs = {
105 static const struct regmap_access_table kx022a_ro_regs = {
126 static const struct regmap_access_table kx022a_wo_regs = {
138 static const struct regmap_access_table kx022a_nir_regs = {
176 static const struct regmap_access_table kx132_volatile_regs = {
188 static const struct regmap_access_table kx132_precious_regs = {
222 static const struct regmap_access_table kx132_ro_regs = {
237 static const struct regmap_access_table kx132_wo_regs = {
249 static const struct regmap_access_table kx132_nir_regs = {
/linux-6.14.4/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 …]
Dbd9571mwv.c36 static const struct regmap_access_table bd9571mwv_readable_table = {
50 static const struct regmap_access_table bd9571mwv_writable_table = {
62 static const struct regmap_access_table bd9571mwv_volatile_table = {
122 static const struct regmap_access_table bd9574mwf_readable_table = {
135 static const struct regmap_access_table bd9574mwf_writable_table = {
147 static const struct regmap_access_table bd9574mwf_volatile_table = {
Daxp20x.c65 static const struct regmap_access_table axp152_writeable_table = {
70 static const struct regmap_access_table axp152_volatile_table = {
91 static const struct regmap_access_table axp20x_writeable_table = {
96 static const struct regmap_access_table axp20x_volatile_table = {
120 static const struct regmap_access_table axp192_writeable_table = {
125 static const struct regmap_access_table axp192_volatile_table = {
145 static const struct regmap_access_table axp22x_writeable_table = {
150 static const struct regmap_access_table axp22x_volatile_table = {
175 static const struct regmap_access_table axp288_writeable_table = {
180 static const struct regmap_access_table axp288_volatile_table = {
[all …]
Dupboard-fpga.c119 static const struct regmap_access_table upboard_up_readable_table = {
124 static const struct regmap_access_table upboard_up_writable_table = {
154 static const struct regmap_access_table upboard_up2_readable_table = {
159 static const struct regmap_access_table upboard_up2_writable_table = {
Drt5120.c34 static const struct regmap_access_table rt5120_rd_table = {
39 static const struct regmap_access_table rt5120_wr_table = {
Dmax77620.c136 static const struct regmap_access_table max77620_readable_table = {
146 static const struct regmap_access_table max20024_readable_table = {
155 static const struct regmap_access_table max77620_writable_table = {
165 static const struct regmap_access_table max77620_volatile_table = {
197 static const struct regmap_access_table max77663_readable_table = {
206 static const struct regmap_access_table max77663_writable_table = {
Dstpmic1.c48 static const struct regmap_access_table stpmic1_readable_table = {
53 static const struct regmap_access_table stpmic1_writeable_table = {
58 static const struct regmap_access_table stpmic1_volatile_table = {
Dmax77714.c35 static const struct regmap_access_table max77714_readable_table = {
40 static const struct regmap_access_table max77714_writable_table = {
Dac100.c59 static const struct regmap_access_table ac100_writeable_table = {
64 static const struct regmap_access_table ac100_volatile_table = {
/linux-6.14.4/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_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 = {
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 = {
/linux-6.14.4/drivers/gpio/
Dgpio-104-dio-48e.c66 static const struct regmap_access_table dio48e_wr_table = {
70 static const struct regmap_access_table dio48e_rd_table = {
74 static const struct regmap_access_table dio48e_volatile_table = {
78 static const struct regmap_access_table dio48e_precious_table = {
89 static const struct regmap_access_table pit_wr_table = {
93 static const struct regmap_access_table pit_rd_table = {
Dgpio-pci-idio-16.c27 static const struct regmap_access_table idio_16_wr_table = {
31 static const struct regmap_access_table idio_16_rd_table = {
35 static const struct regmap_access_table idio_16_precious_table = {
Dgpio-fxl6408.c63 static const struct regmap_access_table rd_table = {
68 static const struct regmap_access_table wr_table = {
73 static const struct regmap_access_table volatile_table = {
Dgpio-104-idio-16.c45 static const struct regmap_access_table idio_16_wr_table = {
49 static const struct regmap_access_table idio_16_rd_table = {
53 static const struct regmap_access_table idio_16_precious_table = {
Dgpio-104-idi-48.c63 static const struct regmap_access_table idi_48_wr_table = {
67 static const struct regmap_access_table idi_48_rd_table = {
71 static const struct regmap_access_table idi_48_precious_table = {
/linux-6.14.4/drivers/base/regmap/
Dinternal.h104 const struct regmap_access_table *wr_table;
105 const struct regmap_access_table *rd_table;
106 const struct regmap_access_table *volatile_table;
107 const struct regmap_access_table *precious_table;
108 const struct regmap_access_table *wr_noinc_table;
109 const struct regmap_access_table *rd_noinc_table;
/linux-6.14.4/drivers/iio/addac/
Dstx104.c111 static const struct regmap_access_table aio_ctl_wr_table = {
115 static const struct regmap_access_table aio_ctl_rd_table = {
119 static const struct regmap_access_table aio_ctl_volatile_table = {
143 static const struct regmap_access_table aio_data_wr_table = {
147 static const struct regmap_access_table aio_data_rd_table = {
180 static const struct regmap_access_table pit_wr_table = {
184 static const struct regmap_access_table pit_rd_table = {
/linux-6.14.4/drivers/firmware/cirrus/test/
Dcs_dsp_mock_regmap.c82 static const struct regmap_access_table adsp2_32bit_rw = {
125 static const struct regmap_access_table adsp2_16bit_rw = {
185 static const struct regmap_access_table halo_readable = {
190 static const struct regmap_access_table halo_writeable = {
/linux-6.14.4/drivers/soc/qcom/
Dicc-bwmon.c228 static const struct regmap_access_table msm8998_bwmon_reg_read_table = {
238 static const struct regmap_access_table msm8998_bwmon_reg_volatile_table = {
252 static const struct regmap_access_table msm8998_bwmon_global_reg_read_table = {
342 static const struct regmap_access_table sdm845_cpu_bwmon_reg_read_table = {
410 static const struct regmap_access_table sdm845_llcc_bwmon_reg_read_table = {
420 static const struct regmap_access_table sdm845_llcc_bwmon_reg_volatile_table = {

123456