Lines Matching defs:map
23 struct regmap *map; member
42 struct regmap *map = file->private_data; in regmap_name_read_file() local
67 static void regmap_debugfs_free_dump_cache(struct regmap *map) in regmap_debugfs_free_dump_cache()
84 static unsigned int regmap_debugfs_get_dump_start(struct regmap *map, in regmap_debugfs_get_dump_start()
171 static inline void regmap_calc_tot_len(struct regmap *map, in regmap_calc_tot_len()
183 static ssize_t regmap_read_debugfs(struct regmap *map, unsigned int from, in regmap_read_debugfs()
256 struct regmap *map = file->private_data; in regmap_map_read_file() local
278 struct regmap *map = file->private_data; in regmap_map_write_file() local
317 struct regmap *map = range->map; in regmap_range_read_file() local
333 struct regmap *map = file->private_data; in regmap_reg_ranges_read_file() local
409 struct regmap *map = file->private_data; in regmap_access_read_file() local
472 struct regmap *map = container_of(file->private_data, in regmap_cache_only_write_file() local
517 struct regmap *map = container_of(file->private_data, in regmap_cache_bypass_write_file() local
549 void regmap_debugfs_init(struct regmap *map, const char *name) in regmap_debugfs_init()
636 void regmap_debugfs_exit(struct regmap *map) in regmap_debugfs_exit()