Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/regmap/
Dregmap-debugfs.c87 if (regmap_precious(map, reg)) in regmap_printable()
225 if (regmap_precious(map, i)) in regmap_read_debugfs()
432 regmap_precious(map, i) ? 'y' : 'n'); in regmap_access_show()
Dinternal.h185 bool regmap_precious(struct regmap *map, unsigned int reg);
Dregmap.c157 bool regmap_precious(struct regmap *map, unsigned int reg) in regmap_precious() function