• Home
  • Raw
  • Download

Lines Matching defs:regmap

73467 	struct regmap *regmap;  member
73562 struct regmap *regmap; member
73945 struct regmap *regmap; member
80466 struct regmap { struct
80478 regmap_lock lock; argument
80479 regmap_unlock unlock; argument
80485 struct regmap_format format; argument
80486 const struct regmap_bus *bus; argument
80510 const struct regmap_access_table *wr_table; argument
80511 const struct regmap_access_table *rd_table; argument
80512 const struct regmap_access_table *volatile_table; argument
80513 const struct regmap_access_table *precious_table; argument
80514 const struct regmap_access_table *wr_noinc_table; argument
80515 const struct regmap_access_table *rd_noinc_table; argument
80516 int (*reg_read)(void *, unsigned int, unsigned int *);
80517 int (*reg_write)(void *, unsigned int, unsigned int);
80518 int (*reg_update_bits)(void *, unsigned int, unsigned int, unsigned int);
80519 int (*read)(void *, const void *, size_t, void *, size_t);
80520 int (*write)(void *, const void *, size_t);
80521 bool defer_caching;
80522 unsigned long read_flag_mask;
80523 unsigned long write_flag_mask;
80524 int reg_shift;
80525 int reg_stride;
80526 int reg_stride_order;
80527 bool force_write_field;
80528 const struct regcache_ops *cache_ops;
80529 enum regcache_type cache_type;
80530 unsigned int cache_size_raw;
80531 unsigned int cache_word_size;
80555 struct regmap_async { argument
80557 struct regmap *map; argument
80704 struct regmap *regmap; member
81538 struct regmap *regmap; member
99208 struct regmap *regmap; member
99216 struct regmap *regmap; member
120622 struct regmap *regmap; member