Home
last modified time | relevance | path

Searched refs:debugfs_tot_len (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/base/regmap/
Dregmap-debugfs.c143 p += map->debugfs_tot_len; in regmap_debugfs_get_dump_start()
167 reg_offset = fpos_offset / map->debugfs_tot_len; in regmap_debugfs_get_dump_start()
168 *pos = c->min + (reg_offset * map->debugfs_tot_len); in regmap_debugfs_get_dump_start()
185 if (!map->debugfs_tot_len) { in regmap_calc_tot_len()
188 map->debugfs_tot_len = map->debugfs_reg_len + in regmap_calc_tot_len()
247 if (buf_pos + map->debugfs_tot_len > count) in regmap_read_debugfs()
267 p += map->debugfs_tot_len; in regmap_read_debugfs()
Dinternal.h87 unsigned int debugfs_tot_len; member