Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/base/regmap/
Dregmap-debugfs.c109 regmap_precious(map, i)) { in regmap_debugfs_get_dump_start()
211 if (regmap_precious(map, i)) in regmap_read_debugfs()
444 regmap_precious(map, i) ? 'y' : 'n'); in regmap_access_read_file()
Dinternal.h165 bool regmap_precious(struct regmap *map, unsigned int reg);
Dregmap.c128 bool regmap_precious(struct regmap *map, unsigned int reg) in regmap_precious() function