Home
last modified time | relevance | path

Searched refs:regmap_precious (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/base/regmap/
Dregmap-debugfs.c109 regmap_precious(map, i)) { in regmap_debugfs_get_dump_start()
210 if (regmap_precious(map, i)) in regmap_read_debugfs()
441 regmap_precious(map, i) ? 'y' : 'n'); in regmap_access_read_file()
Dinternal.h177 bool regmap_precious(struct regmap *map, unsigned int reg);
Dregmap.c132 bool regmap_precious(struct regmap *map, unsigned int reg) in regmap_precious() function