Lines Matching defs:regmap

81118 	struct regmap *regmap;  member
81209 struct regmap *regmap; member
81592 struct regmap *regmap; member
87258 struct regmap { struct
87270 regmap_lock lock; argument
87271 regmap_unlock unlock; argument
87277 struct regmap_format format; argument
87278 const struct regmap_bus *bus; argument
87302 const struct regmap_access_table *wr_table; argument
87303 const struct regmap_access_table *rd_table; argument
87304 const struct regmap_access_table *volatile_table; argument
87305 const struct regmap_access_table *precious_table; argument
87306 const struct regmap_access_table *wr_noinc_table; argument
87307 const struct regmap_access_table *rd_noinc_table; argument
87308 int (*reg_read)(void *, unsigned int, unsigned int *);
87309 int (*reg_write)(void *, unsigned int, unsigned int);
87310 int (*reg_update_bits)(void *, unsigned int, unsigned int, unsigned int);
87311 int (*read)(void *, const void *, size_t, void *, size_t);
87312 int (*write)(void *, const void *, size_t);
87313 bool defer_caching;
87314 long unsigned int read_flag_mask;
87315 long unsigned int write_flag_mask;
87316 int reg_shift;
87317 int reg_stride;
87318 int reg_stride_order;
87319 const struct regcache_ops *cache_ops;
87320 enum regcache_type cache_type;
87321 unsigned int cache_size_raw;
87322 unsigned int cache_word_size;
87323 unsigned int num_reg_defaults;
87324 unsigned int num_reg_defaults_raw;
87325 bool cache_only;
87349 int (*init)(struct regmap *); argument
87398 struct regmap *regmap; member
88323 struct regmap *regmap; member
110033 struct regmap *regmap; member