Lines Matching +defs:p +defs:map

19 	struct regmap *map;  member
38 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()
80 static bool regmap_printable(struct regmap *map, unsigned int reg) in regmap_printable()
95 static unsigned int regmap_debugfs_get_dump_start(struct regmap *map, in regmap_debugfs_get_dump_start()
101 loff_t p = 0; in regmap_debugfs_get_dump_start() local
181 static inline void regmap_calc_tot_len(struct regmap *map, in regmap_calc_tot_len()
193 static int regmap_next_readable_reg(struct regmap *map, int reg) in regmap_next_readable_reg()
215 static ssize_t regmap_read_debugfs(struct regmap *map, unsigned int from, in regmap_read_debugfs()
220 loff_t p = *ppos; in regmap_read_debugfs() local
287 struct regmap *map = file->private_data; in regmap_map_read_file() local
309 struct regmap *map = file->private_data; in regmap_map_write_file() local
348 struct regmap *map = range->map; in regmap_range_read_file() local
364 struct regmap *map = file->private_data; in regmap_reg_ranges_read_file() local
366 loff_t p = 0; in regmap_reg_ranges_read_file() local
436 struct regmap *map = s->private; in regmap_access_show() local
463 struct regmap *map = container_of(file->private_data, in regmap_cache_only_write_file() local
510 struct regmap *map = container_of(file->private_data, in regmap_cache_bypass_write_file() local
546 void regmap_debugfs_init(struct regmap *map) in regmap_debugfs_init()
666 void regmap_debugfs_exit(struct regmap *map) in regmap_debugfs_exit()