precious_table     99 drivers/base/regmap/internal.h 	const struct regmap_access_table *precious_table;
precious_table    171 drivers/base/regmap/regmap.c 	if (map->precious_table)
precious_table    172 drivers/base/regmap/regmap.c 		return regmap_check_range_table(map, reg, map->precious_table);
precious_table    796 drivers/base/regmap/regmap.c 	map->precious_table = config->precious_table;
precious_table    213 drivers/iio/light/apds9960.c 	.precious_table = &apds9960_precious_table,
precious_table    192 drivers/iio/light/si1133.c 	.precious_table = &si1133_precious_table,
precious_table    118 drivers/pinctrl/pinctrl-mcp23s08.c 	.precious_table = &mcp23x08_precious_table,
precious_table    163 drivers/pinctrl/pinctrl-mcp23s08.c 	.precious_table = &mcp23x16_precious_table,
precious_table    381 include/linux/regmap.h 	const struct regmap_access_table *precious_table;