• Home
  • Raw
  • Download

Lines Matching defs:regmap___2

117140 struct regmap___2 {  struct
117141 union {
117152 regmap_lock lock;
117153 regmap_unlock unlock;
117154 void *lock_arg;
117155 gfp_t alloc_flags;
117156 struct device *dev;
117157 void *work_buf;
117158 struct regmap_format format;
117159 const struct regmap_bus *bus;
117160 void *bus_context;
117161 const char *name;
117162 bool async;
117163 spinlock_t async_lock;
117164 wait_queue_head_t async_waitq;
117165 struct list_head async_list;
117166 struct list_head async_free;
117167 int async_ret;
117168 bool debugfs_disable;
117169 struct dentry *debugfs;
117170 const char *debugfs_name;
117171 unsigned int debugfs_reg_len;
117172 unsigned int debugfs_val_len;
117173 unsigned int debugfs_tot_len;
117174 struct list_head debugfs_off_cache;
117175 struct mutex cache_lock;
117176 unsigned int max_register;
117177 bool (*writeable_reg)(struct device *, unsigned int);
117178 bool (*readable_reg)(struct device *, unsigned int);
117179 bool (*volatile_reg)(struct device *, unsigned int);
117180 bool (*precious_reg)(struct device *, unsigned int);
117181 bool (*writeable_noinc_reg)(struct device *, unsigned int);
117182 bool (*readable_noinc_reg)(struct device *, unsigned int);
117183 const struct regmap_access_table *wr_table;
117184 const struct regmap_access_table *rd_table;
117185 const struct regmap_access_table *volatile_table;
117186 const struct regmap_access_table *precious_table;
117187 const struct regmap_access_table *wr_noinc_table;
117188 const struct regmap_access_table *rd_noinc_table;
117189 int (*reg_read)(void *, unsigned int, unsigned int *);
117190 int (*reg_write)(void *, unsigned int, unsigned int);
117191 int (*reg_update_bits)(void *, unsigned int, unsigned int, unsigned int);
117192 bool defer_caching;
117193 long unsigned int read_flag_mask;
117194 long unsigned int write_flag_mask;
117195 int reg_shift;
117196 int reg_stride;
117197 int reg_stride_order;
117198 const struct regcache_ops *cache_ops;
117199 enum regcache_type cache_type;
117200 unsigned int cache_size_raw;
117201 unsigned int cache_word_size;
117202 unsigned int num_reg_defaults;
117203 unsigned int num_reg_defaults_raw;
117204 bool cache_only;
117228 int (*init)(struct regmap___2 *); argument