Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/base/regmap/
Dinternal.h187 bool regmap_precious(struct regmap *map, unsigned int reg);
Dregmap-debugfs.c82 if (regmap_precious(map, reg)) in regmap_printable()
451 regmap_precious(map, i) ? 'y' : 'n'); in regmap_access_show()
Dregmap.c164 bool regmap_precious(struct regmap *map, unsigned int reg) in regmap_precious() function