Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/base/regmap/
Dregmap-debugfs.c87 if (regmap_precious(map, i)) in regmap_map_read_file()
218 regmap_precious(map, i) ? 'y' : 'n'); in regmap_access_read_file()
Dinternal.h97 bool regmap_precious(struct regmap *map, unsigned int reg);
Dregmap.c60 bool regmap_precious(struct regmap *map, unsigned int reg) in regmap_precious() function