Searched refs:rd_table (Results 1 – 25 of 114) sorted by relevance
12345
| /drivers/iio/accel/ |
| A D | adxl313_i2c.c | 21 .rd_table = &adxl312_readable_regs_table, 30 .rd_table = &adxl313_readable_regs_table, 39 .rd_table = &adxl314_readable_regs_table,
|
| A D | adxl313_spi.c | 22 .rd_table = &adxl312_readable_regs_table, 33 .rd_table = &adxl313_readable_regs_table, 44 .rd_table = &adxl314_readable_regs_table,
|
| A D | adxl355_i2c.c | 19 .rd_table = &adxl355_readable_regs_tbl,
|
| A D | adxl355_spi.c | 22 .rd_table = &adxl355_readable_regs_tbl,
|
| /drivers/gpio/ |
| A D | gpio-fxl6408.c | 63 static const struct regmap_access_table rd_table = { variable 84 .rd_table = &rd_table,
|
| A D | gpio-104-dio-48e.c | 262 .rd_table = &dio48e_rd_table, in dio48e_probe() 285 .rd_table = &pit_rd_table, in dio48e_probe()
|
| /drivers/mfd/ |
| A D | da9063-i2c.c | 377 da9063_regmap_config.rd_table = in da9063_i2c_probe() 386 da9063_regmap_config.rd_table = in da9063_i2c_probe() 395 da9063_regmap_config.rd_table = in da9063_i2c_probe() 412 da9063_regmap_config.rd_table = in da9063_i2c_probe() 421 da9063_regmap_config.rd_table = in da9063_i2c_probe()
|
| A D | sec-acpm.c | 89 .rd_table = &s2mpg10_common_rd_table, 142 .rd_table = &s2mpg10_pmic_rd_table, 173 .rd_table = &s2mpg10_rtc_rd_table, 213 .rd_table = &s2mpg10_meter_rd_table,
|
| A D | bd9571mwv.c | 71 .rd_table = &bd9571mwv_readable_table, 156 .rd_table = &bd9574mwf_readable_table,
|
| A D | max77759.c | 93 .rd_table = &max77759_top_rd_table, 141 .rd_table = &max77759_maxq_rd_table, 183 .rd_table = &max77759_charger_rd_table,
|
| A D | upboard-fpga.c | 136 .rd_table = &upboard_up_readable_table, 171 .rd_table = &upboard_up2_readable_table,
|
| A D | max77620.c | 177 .rd_table = &max77620_readable_table, 189 .rd_table = &max20024_readable_table, 218 .rd_table = &max77663_readable_table,
|
| /drivers/firmware/cirrus/test/ |
| A D | cs_dsp_mock_regmap.c | 94 .rd_table = &adsp2_32bit_rw, 137 .rd_table = &adsp2_16bit_rw, 202 .rd_table = &halo_readable,
|
| /drivers/base/regmap/ |
| A D | regcache-rbtree.c | 326 if (map->rd_table) { in regcache_rbtree_node_alloc() 327 for (i = 0; i < map->rd_table->n_yes_ranges; i++) { in regcache_rbtree_node_alloc() 329 &map->rd_table->yes_ranges[i])) in regcache_rbtree_node_alloc() 333 if (i != map->rd_table->n_yes_ranges) { in regcache_rbtree_node_alloc() 334 range = &map->rd_table->yes_ranges[i]; in regcache_rbtree_node_alloc()
|
| /drivers/net/dsa/microchip/ |
| A D | ksz8863_smi.c | 155 rc.rd_table = chip->rd_table; in ksz8863_smi_probe()
|
| A D | ksz_spi.c | 174 rc.rd_table = chip->rd_table; in ksz_spi_probe()
|
| /drivers/gpu/drm/imx/dc/ |
| A D | dc-ed.c | 82 .rd_table = &dc_ed_pec_regmap_read_table, 104 .rd_table = &dc_ed_regmap_access_table,
|
| A D | dc-fw.c | 56 .rd_table = &dc_fw_pec_regmap_access_table, 77 .rd_table = &dc_fw_regmap_access_table,
|
| A D | dc-lb.c | 97 .rd_table = &dc_lb_pec_regmap_access_table, 117 .rd_table = &dc_lb_regmap_access_table,
|
| /drivers/iio/addac/ |
| A D | stx104.c | 132 .rd_table = &aio_ctl_rd_table, 160 .rd_table = &aio_data_rd_table, 197 .rd_table = &pit_rd_table,
|
| /drivers/iio/magnetometer/ |
| A D | rm3100-i2c.c | 19 .rd_table = &rm3100_readable_table,
|
| A D | rm3100-spi.c | 17 .rd_table = &rm3100_readable_table,
|
| A D | hmc5843_spi.c | 45 .rd_table = &hmc5843_readable_table,
|
| A D | hmc5843_i2c.c | 48 .rd_table = &hmc5843_readable_table,
|
| /drivers/soc/qcom/ |
| A D | icc-bwmon.c | 279 .rd_table = &msm8998_bwmon_reg_read_table, 299 .rd_table = &msm8998_bwmon_global_reg_read_table, 366 .rd_table = &sdm845_cpu_bwmon_reg_read_table, 443 .rd_table = &sdm845_llcc_bwmon_reg_read_table,
|
Completed in 40 milliseconds
12345