Home
last modified time | relevance | path

Searched defs:regmap_config (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dregmap.h354 struct regmap_config { struct
355 const char *name;
357 int reg_bits;
358 int reg_stride;
359 int pad_bits;
360 int val_bits;
362 bool (*writeable_reg)(struct device *dev, unsigned int reg);
363 bool (*readable_reg)(struct device *dev, unsigned int reg);
364 bool (*volatile_reg)(struct device *dev, unsigned int reg);
365 bool (*precious_reg)(struct device *dev, unsigned int reg);
[all …]