Searched defs:regmap_config (Results 1 – 1 of 1) sorted by relevance
68898 struct regmap_config { struct68899 const char *name;68900 int reg_bits;68901 int reg_stride;68902 int pad_bits;68903 int val_bits;68904 bool (*writeable_reg)(struct device *, unsigned int);68905 bool (*readable_reg)(struct device *, unsigned int);68906 bool (*volatile_reg)(struct device *, unsigned int);68907 bool (*precious_reg)(struct device *, unsigned int);[all …]