Lines Matching defs:regmap
20 #include <linux/regmap.h>
202 struct regmap *regmap;
228 struct regmap *map = mt9v032->regmap;
258 return regmap_write(mt9v032->regmap, MT9V032_HORIZONTAL_BLANKING,
264 struct regmap *map = mt9v032->regmap;
319 struct regmap *map = mt9v032->regmap;
389 struct regmap *map = mt9v032->regmap;
653 struct regmap *map = mt9v032->regmap;
897 ret = regmap_read(mt9v032->regmap, MT9V032_CHIP_VERSION, &version);
1059 mt9v032->regmap = devm_regmap_init_i2c(client, &mt9v032_regmap_config);
1060 if (IS_ERR(mt9v032->regmap))
1061 return PTR_ERR(mt9v032->regmap);